html/css compatability problem

liunx

Guest
css/html conflict please help!

I have a page with html tables for css incompatable browsers.
The html table shows 10 rows of horizontally long article clips.
The css inside the tds creats 5 rows of 2 article clips each in absolute positioning. I use notepad for my external css & page creation, I use the latest version of IE and My os is win 2000 proffessional.

The problem is that when i created another td after the original coding this last td was unmanagable, the borders come and go wherever and the size is uncontrollable as well as positioning.
This last td has the title "free sample health products" and is called "div.freebie" in my css.

Also, since the addition of the last td(which has further css inside it as well) adding things to the lefthand menu and the bottom link panel causes full page distortions.

I have checked the code in arachnophilia and it's correct(no unclosed tags). I have checked colspan/rowspan-though that could be the problem still.
I am concerned that the "invisable" html code is interfearing somehow, but I don't know how.

if you can help please do! i really need to get the site up and running.

URL: <!-- m --><a class="postlink" href="http://www.suppressedhealth.comI">http://www.suppressedhealth.comI</a><!-- m --> have a page with html tables for css incompatable browsers
Do you also have a page for tables incompatable browsers?
Lose the tables!
Your layout breaks in Mozilla and very badly in Opera.
w3c validator (<!-- m --><a class="postlink" href="http://validator.w3.org/">http://validator.w3.org/</a><!-- m -->)
Valid DTD (<!-- m --><a class="postlink" href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">http://www.w3.org/QA/2002/04/valid-dtd-list.html</a><!-- m -->)
No charset (<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-html40/charset.html">http://www.w3.org/TR/REC-html40/charset.html</a><!-- m -->)
HTML validator (<!-- m --><a class="postlink" href="http://www.htmlvalidator.com/lite/upgradefromoldversion.html">http://www.htmlvalidator.com/lite/upgra ... rsion.html</a><!-- m -->)
 
Back
Top