Help - Search - Members - Calendar
Full Version: link hover
HTMLHelp Forums > Web Authoring > General Web Design
Andrew315
i want an image to load in a different area when i hover over a link. and for every other link i want a different image to load in the same spot. how do i do this?
Darin McGrew
Eric Meyer has a CSS-based example of this.
Andrew315
this is what i want but i dont really understand how to do it still
Andrew315
ok nevermind i got it....=9
pandy
You may want to read this too. There's a bug with IE that Meyer probably accidently fixed and thus didn't comment on. Has cost many a gray hair.
http://www.quirksmode.org/css/ie6_purecsspopups.html
Andrew315
it seems just fine...i tried it and then i read on and i was surprised that it worked, but i am having trouble making the link red. all of the visited, active, and hover all work but not just the link. any solution?

here's the css:

<style type="text/css">

A:link {font-weight: bold; color: #ff0000;}

A:visited {font-weight: bold; color: #ff0000;}

A:active {font-weight: bold; color: #ff0000;}

A:hover {font-weight: bold; color: #000000;}

</style>
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.