I am trying to tuen off a left border in a partcular cell in a table. I am trying to use CSS to do this of course but I am not having any luck. DW is showing that it works but FF and IE still show the border. What is the best way to control this?
Here is my css:
Thanks,Code:.infotable { border-collapse:collapse; border:solid 2px #0183c6; } .infotable th { background-color:#006599; padding:4px; color:#FFFFFF; } .infotable td { padding:4px; color:#666666; border:solid 2px #0183c6; vertical-align:top; } .infotable td.nobrder { border-left:none; }
Houston







Bookmarks