Topic: First TD |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Phoenix |
posted 07-11-2003 18:03
Hello, |
Maniac (V) Inmate From: under the bed |
posted 07-11-2003 18:38 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-11-2003 19:27
It's very likely that you're just encountering a browser bug. |
Bipolar (III) Inmate From: Phoenix |
posted 07-11-2003 20:19
My result will contain 5 to 10 columns (TD's).. I have multiple rows of these results, so like 100. The first TD of each result I'd like to set to BOLD. I am generating my results with XSLT, I could easily generate a class for the first TD... but was trying to accomplish with CSS. Will probably just handle this with XSLT. |
Maniac (V) Inmate From: under the bed |
posted 07-11-2003 20:36
We understand what you want, but slime's question of why is a good one - I'm curious... |
Maniac (V) Inmate From: California |
posted 07-11-2003 20:54
Hmm... the ":first-child" pseudo-class isn't supported by most browsers (although I wouldn't be surprised if it happened to work in Opera or Mozilla) so you don't wanna rely on that one. Better just to give them class attributes, even if that dirties up the code a little. |