/    Sign up×
Community /Pin to ProfileBookmark

Possible to ignore children?

*changed title

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@toicontienJul 24.2006 — 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?
Copy linkTweet thisAlerts:
@mizasauthorJul 24.2006 — 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
×

Success!

Help @mizas spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.5,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...