#nav1 a .pop { display: block; position: absolute; top: auto; visibility: hidden; } #nav1 a:hover .pop { visibility: visible; }They work in IE5.5+/Win, Moz, Saf, Op7+, IE5/Mac
Don't work in IE5.0/Win, Op6
#nav1 a .pop { display: block; position: absolute; top: auto; visibility: hidden; } #nav1 a:hover .pop { visibility: visible; }They work in IE5.5+/Win, Moz, Saf, Op7+, IE5/Mac
#nav2 a .pop { display: none; } #nav2 a:hover .pop { display: block; position: absolute; top: auto; }They work in IE5+/Win, Moz, Saf, Op8+, IE5/Mac