You've got some very bizarre behavior with that menu in IE, I think it's dropping the float.
On FF, all I see is 1 piece of the menu image on the first item.
Are you using PHP on that page ? If not, take this out from the top of your page:
<?xml version="1.0" encoding="ISO-8859-1" ?>
That will throw IE into quirks mode.
Make your menu an unordered list.
When you use the pseudo classes, they must be in a specific order, or problems occur:
Link, Visited, Hover, Active - just remember LoVeHAte
Your .menubox is specifed at 160px.. BUT, your HOVER image is 250px wide.. that's causing the float drop in IE,
your menubox needs to be as wide as your image.
If you put the menu in a list, you can better control the spacing and the image background.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|