I'm trying to add simple text to a website. The page is a table, with my text inside a nested table. Both of these are styled in external css.
I need to overide the table style so I put my new content in a div which I styled in the same css file. This works fine in firefox but internet explorer is still using the table style. Does anyone know why?
GGR_Web
11:08 am on Jan 13, 2009 (gmt 0)
Changed the div class to a class id which fixed it.
Speficiy (or however you spell it) confuses me.
samir0602
12:44 pm on Jan 14, 2009 (gmt 0)
create you new DIV, add content what you want. then create class in your external css file. and then apply this class to newly create DIV. m sure it will work. just try this way.