Help - Search - Members - Calendar
Full Version: Image Flip Help
HTMLHelp Forums > Web Authoring > General Web Design
evanpk
I have 4 horiztonal images. On mouse over of them I want to make a fifth image Flip from blank to the name of the link. So if your scrolling over The Micrsoft Icon which is hyperlinked to their site, the fifth image would say microsoft.

I know this is possible because I have done it a long time ago. If my description is poor just ask me for details. Any help is great and much appreciated.
Frederiek
Do you mean like in Pure CSS Popups? Although Eric Meyer's exemple has a vertical navigation.
evanpk
Yeah almost exactly like that. I'm using it for a horiztonal list of social bookmarking Links.
Frederiek
I'm not exactly sure how you want it, but if you look in the source, of the Eric Meyer's exemple I gave you, you should be able to do such a thing, even on a horizontal list of links (images, text, whatever).
evanpk
I understand how it functions, but in my circumstance I'm unsure how to properly combine the codes... heres one of my objects in the horizontal list.

CODE
<a onmouseover="Digg.src='http://evan.pkto.googlepages.com/Digg_32x32.png'" onmouseout="Digg.src='http://evan.pkto.googlepages.com/Diggicon2.PNG'" expr:href='"http://digg.com/submit?phase=2&url=" + data:post.url + "&title=" + data:post.title' target='_blank'><img border="0" src="http://evan.pkto.googlepages.com/Diggicon2.PNG" name="Digg"/></a>


Wanting to apply this picture as the popup: http://evan.pkto.googlepages.com/DiggIt.PNG

* (I have already applied the CSS style code to my page)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.