Hello.
I'm trying to do a disjointed CSS rollover. I think that's what it's called.
The page is at Irish Kerns -- Mercenaries
The problem is in Explorer.
When I hover over the links toward the bottom, "Scotland" & "Ireland", the rollover image shifts a pixel or 2 leaving a red "border" around it.
The a:hover color is red.
Anyway, the page displays fine in Firefox.
Here's the CSS for that part of the page:
Code:/********************* Merc Pages **********************/ #info { display: block; } span { display:none; } ul#info { width: 600px; height margin: 0 0 0 10px; } #reg_list { width: 200px; } #reg_list a { display: block; font: normal normal 1.4em/.7em Arial, Helvetica, sans-serif; background-color:#FFFFFF; color: #000; width: 175px; padding: 10px; } #reg_list a:hover { color: #FF0000; } #map { width:411px; height:250px; margin: 0 0 0 200px; background-image: url(../Mercs/images/regions/world.jpg) } #reg_list { float: left; } #reg_list a:hover span { visibility: visible; display:block; position:absolute; left:379px; top:411px; width:411px; height:250px; min-height: 0; } #reg_list h3 { padding-left: 10px; margin: 0; }



Reply With Quote

Bookmarks