OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
CSS2: table
This page's ID:
10952
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
Hey, that's pretty good CSS you've written there. The problem doesn't pop out, but I'm looking at these two lines: th { border: 1px solid #fff;[b]"[/b]} td { border: 1px solid #fff;padding: 8px;} which may be the culprits (especially since it's the borders that are giving you trouble). One thing I notice is that an extra quote snuck in there - a typo, perhaps. I bolded it. The second thing that might possibly be causing problems is that there's no space between the semicolon and the word "padding". I wouldn't expect that to cause problems, but maybe it does. So add a space there. That should give you th { border: 1px solid #fff;} td { border: 1px solid #fff; padding: 8px;} See what happens with that.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »