|
-
simple <td> styling inside of a table.
Here's my styling in a div that's around the table...
.rxtrk { padding: 20px 40px 20px 20px;
height: 175px; background:#dde;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
position: relative; top: 1040px; z-index: 99999;
}
<div class="rxtrk">
<table><tr><td></td></tr></table>
</div>
How do i call out specific styling on the td??? i forget.. sorry for such a noob question..
Shouldn't it be something like: .rxtrk td { padding: 20px 40px 20px 20px; }
thanks in advance.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|
Bookmarks