Help with positioning
Last edited by mizas; 07-24-2006 at 12:30 PM .
Depends on what you mean by style? Most cascading style sheet rules are inherited by their parent element(s) -- hence the "cascading" part of CSS. Can you give us some code and more information?
Actually I realized it's not a child problem but this is what I'm trying to do. I have something like this
<table>
<tr>
<td>
<a></a> <------
</td>
<td class1>
<a></a>
<a></a>
<a></a>
</td>
</tr>
</table>
I need to move the 'a' with the arrow. Trick is, I can't give it a class name or id.
I tried
table tr td a{
position:relative;
left:50px;
}
table tr td a.class1{
position:relative;
}
but the other a tags still move
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