> Hello. I am still new to this even though I feel I have been trying a > long time.My website is the only one I have done and I am not sure if I > should separate these into two requests for help, for now here they > are. > Both pages validate CSS2 and html 401 strict, menu left, expanding > gallery with "html popups", and one has an expanding div on the right. > Both pages display well (not perfect yet) in Firefox, Opera 9, and > Chrome, in 800X600 and 1024X768 > http://www.equestrian- > jewelry.com/horse_and_equine_jewelry_for_equestrians.htm > I have tried IE xplorer (6) hacking but really am getting nowhere.
This is because there are a few things "wrong" in there. I'd not use position:absolute on the left side bar, I'd use float instead. Also if you use a 99% width on the wrapper with a left margin you create a margin box that is wider than the viewport This may help (should work in IE5 and up): http://www.ez-css.org/starters/starter-3A.html > Gallery is floating center, I can't get it to move over to the menu and > as well the rail div to move to the right. Also text in popup is > vertical aligning. > http://www.equestrian-jewelry.com/UnHoverGallery.htm > IE xplorer 6 has top margin/padding issues for the gallery. The popups > go way to high, bottom should be to bottom, > Any help is most gratefully appreciated. Try this: .hoverbox {zoom:1;} * html .hoverbox li {height:207px;} -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
