Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > CSS Style Sheets

Reply
Thread Tools

CSS Style Sheets

 
 
PJ
Guest
Posts: n/a
 
      08-21-2003
it's hard to understand exactly what you're doing from your question ( your
code would help ), but I often do this.

tr.myrowstyle td {
color:red;
}

td.primadonnacell {
color:yellow
}

<tr class="myrowstyle">
<td>Red Fun</td>
<td class="primadonnacell">Yellow Fun</td>
<td style="color:green">Green Fun</td>
<td>More Red Fun</td>
</tr>

"Vincent V" <vincentv@-n0-5pam-optushome.com.au> wrote in message
news:uct4zM%...
> Hey Guys
> I have applyed Styles to 3 Cells in a row
> But when i specify a Style For the Whole Row
> the TD styles Dissapear
> Can i Enforce the CSS Properties Specified at TD to overide those Spcified
> at TR
> Thanks for your help
>
>



 
Reply With Quote
 
 
 
 
Vincent V
Guest
Posts: n/a
 
      08-22-2003
Hey Guys
I have applyed Styles to 3 Cells in a row
But when i specify a Style For the Whole Row
the TD styles Dissapear
Can i Enforce the CSS Properties Specified at TD to overide those Spcified
at TR
Thanks for your help


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I get the style sheets (or style object) of the wholedocument? Jake Barnes Javascript 6 04-12-2009 08:15 AM
CSS Style Sheets Dave ASP .Net 5 10-09-2004 12:05 AM
Style sheets, include one style within another (not inheritance) foldface@yahoo.co.uk HTML 1 11-24-2003 01:37 PM
export to Excel - multiple sheets & renaming sheets Carl Corcoran ASP General 1 11-12-2003 07:28 PM
CSS Style Sheets Zoury ASP .Net 0 08-21-2003 08:41 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57