Reply to Re: Is it possible to mouseover a GRAPHIC . . . that launches another (freestanding) GRAPHIC (ie. when flash is _not_ available)?

Your name:

Reply:


Posted by pcx99 on 12/08/06 19:08

50 SOMETHING GAL wrote:
> This solution would be for the poor amongst us who cannot afford
> Macro~, er, Adobe's flash program. ;)
>
> I'd like to design a "think cloud" (w/transparent background) and have
> it pop up when someone does a mouse over on this person's head -- you
> know, as if he were thinking this thought.
>
> Is such a thing even possible without flash? Thanks folks!
>
> 50-Sumpin'


<img src="somepic.jpg" onMouseOver='popImg('anotherpic.jpg')' id='someid'>

<script type='text/javascript' language='javascript'>

function popImg(picname) {

//top pop up another browser window with the pic

window.open('http://server/directory/'+picname,'windowname','width=400;
height=400');

//to change an existing image....
document.getElementById('someid').src=picname;

//to make some hidden division popup
//Somewhere in the html...
//<div id='somediv' style='position: absolute; top: 100px; left: 100px;
display: none;'></div>

divid = document.getElementById('somediv').
divid.style.display = 'block';
divid.innerHTML='<img src="'+picname+'">';


}

</script>


--
---------------------------------------------------------------------------
http://www.hunlock.com -- Permanently under construction (And proud of it!)
$FA

[Back to original message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация