Hi
I’m stumped by this CSS problem I have. It looks fine in IE but not in Netscape or Firefox.
The menu table on the left of the page is a separate include file, the first screen shot shows what it looks like in FireFixs, the second one shows what is SHOULD look like (IE). I have inserted the CSS attached my menu include file.
Any help will be appreciated
Below is past of my CSS file related to this side menu.
Your textfile does not show a doctype. This may solves some of your problems. Second, IE may be screwing you up on the box model sizes. Make it work for a modern browser, that is, Firefox, then adjust it for IE.
Your textfile does not show a doctype. This may solves some of your problems. Second, IE may be screwing you up on the box model sizes. Make it work for a modern browser, that is, Firefox, then adjust it for IE.
Thank you, but could you tell me what you mean by "box model sizes"
Thank you
IE6 in quirks mode and older versions of IE do not size block elements correctly, that is it does not calculate the width as the sum of the width, padding and border.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
IE6 in quirks mode and older versions of IE do not size block elements correctly, that is it does not calculate the width as the sum of the width, padding and border.
ok thanks, but that doesnt then explain why my cells and divs in my menu are messed up in FireFox and Netscape and fine in IE.
I have managed to fix most of it thanks guys. However I’m still having a problem with the positioning of the arrows. In IE if I resize the page the arrows still stay in the correct place. However in FF or NS they stay a certain distance from the edge of the window, looks like the same distance I want them at from the side of the page.
Also the fist DIV with the link “AllyCAD Home” is still larger than what it should be and the positioning is not right!
I haven't changed a lot.
I changed the height of my cell in the include menu which holds my menu to read 100% so now the menu reaches the bottom of the page with out empty space. And I got rid of the space at the top of the menu by placing "Valign="top" in the cell
I have attached a copy of my menu.htm file which is the include file
here is my FULL CSS
the CSS code that relates to the menu starts from ".MenuTable" to the end of the doc.
Bookmarks