|
Posted by dorayme on 04/27/07 09:42
In article
<1177663803.837185.126350@r3g2000prh.googlegroups.com>,
Sonnich <sonnich.jensen@elektrobit.com> wrote:
> On Apr 27, 11:21 am, dorayme <doraymeRidT...@optusnet.com.au> wrote:
> > In article
> > <1177661029.564135.111...@c18g2000prb.googlegroups.com>,
> >
> > Sonnich<sonnich.jen...@elektrobit.com> wrote:
> > > font { font-family: Verdana, Arial, Helvetica, sans-serif; color:
> > > #333333; text-decoration: none; font-size: 12px}
> > > td { font-family: Verdana, Arial, Helvetica, sans-serif; color:
> > > #333333; text-decoration: none; font-size: 12px }
> > > .aa2 { font-family: Tahoma; color: #990000; text-decoration: none;
> > > cursor: hand }
> >
> > You could play with:
> >
> > <style type="text/css">
> > font {color: #00c;}
> > tr.aa2 td {color: #0c0;}
> > td {color: #c00;}
> > </style>
> > </head>
> >
> > <body>
> > <table><tr class="aa2"><td>text</td><td>text</td></tr></table>
>
> thanks
>
> will study that
>
> can I add :hover to that?
Perhaps you better provide a url at this point. The
text-decoration as you have it is not necessary, but you may be
wanting things that are not evident yet. URL is the way to go
with as real a code as will reveal your true intentions.
font-size: 12px is rarely a good idea. But you can look up the
matter. Perhaps:
http://www.wilsonminer.com/posts/2007/mar/16/problem-pixels/
will be of interest?
--
dorayme
[Back to original message]
|