OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
First TD
This page's ID:
11006
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
It's very likely that you're just encountering a browser bug. However, you should ask yourself, why are you making these particular table cells bold? I suspect that you want them to look like they're the header for the row they're on. Consider, if these table cells are headers, perhaps you should be using the <th> (table header cell) tag instead of the <td> (table data cell) tag? If that's the case, then you can merely start using <th> instead of <td> in those places, and apply the styles you want to <th> tags. Then you don't have to worry about the first-child problem. Only do that, though, if the cells you're making bold are indeed header cells.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »