Posted by Dylan Parry on 08/15/07 10:15
qbert@gmx.at wrote:
> I am using this stylesheet :
>
> * {font-family:verdana;font-size:15px}
> #ta{font-size:30px;color:red}
>
> With the #ta class i want to make my table's text look red and big.
> <table id="ta">...
IIRC, some browsers (specifically IE) have problems with styles defined
for tables. You may find that changing "#ta" to "#ta td, #ta th" helps
as that specifically applies styles to the cells (and header cells)
within the table, not just the table itself.
--
Dylan Parry
http://electricfreedom.org | http://webpageworkshop.co.uk
The opinions stated above are not necessarily representative of
those of my cats. All opinions expressed are entirely your own.
Navigation:
[Reply to this message]
|