Topic: "A Layout Done In Tables" Issue
I have an issue with this site: calt rout.org/index_2009menu.asp (remove 1 space).
A brief history:
This site was done by someone a few years ago in which they used an incomplete doctype (see below).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" >
My task was to replicate a dropdown menu which will replace a bulky and slow dhtml menu builder script which is also not seo friendly either. This new css menu works perfectly in all browsers including IE. I used an Conditional Comment for IE6 to render a small script in order for the menu to work.
Once I added this to a test page (see link above), the dropdown didn't work in IE. I then realized that the page is rendering in quirks mode thus leading me to believe that there was not a doctype or it was incorrect.
I have since inserted a correct doctype and the menu now works perfectly. However, one issue I have is that there is a 1 or 2px gap in the fin just to the left of the menu. I just can't get this issue resolved for whatever reason.
This gap issue goes away if in quirks mode but then the menu will not work also. The option is to leave it in quirks mode and change my IE Conditional Comment to allow all IE version to run the script but I really rather not do that.
Any suggestions?
