Tue, 2003-12-02 02:36
http://www.design-a-website.com/haztec/
Hi everyone,
The above page looks the way it's "supposed" to look when viewed in IE 5. However, in Mozilla and Netscape 7, the buttons are all squished together.
Even when I tried putting a table in the div, with the cells set to be slightly larger than the buttons, they don't look right. I've played with the z index, removed it...done everything I could think of and now am ready to pull my hair out. Why is it doing this? I've validated my CSS and HTML, too.
thanks
karen r.
Tue, 2003-12-02 03:47
#1
Graphics Mess in Mozilla/Netscape 7/
Sheesh got to install Mozilla - can't see the exact problem but try the following
#menu { height: 200px; left: 25px; position: absolute; top: 165px; width: 135px; /*add this*/ margin: 2px 0px 2px 0px; /*or this*/ line-height: 15px; /*or/and this*/ display: block; }
I would go for the margin and display to see if that works before putting in line height.
Regards
Day