Andrew315
May 26 2007, 08:09 PM
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?
Andrew315
May 26 2007, 09:15 PM
this is what i want but i dont really understand how to do it still
Andrew315
May 26 2007, 09:40 PM
ok nevermind i got it....=9
pandy
May 27 2007, 04:41 AM
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
May 27 2007, 11:54 PM
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>