Re: [css-d] position: relative causing positioning and display problems in class

2006-01-16 Thread Ricky Zhou
Just some general notes first: Although it may not have to do with your problem, the whitespace before the DOCTYPE can put IE into quirks mode. Also, you might want to consider using some IDs (use IDs for things that will only appear ONCE on a page, so you'd use an ID for the wrapper/content divs

[css-d] position: relative causing positioning and display problems in class

2006-01-16 Thread Stan Winchester
Now that I have found this list I am hoping to actually start using css for more than adding classes, but to do layouts. I have taken the code from the http://www.redmelon.net/tstme/3cols2/noborder.htm and added a default dhtml menu from http://www.softcomplex.com/products/tigra_menu_gold/ and here