Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
css a

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
pegasus275



Joined: 26 Oct 2005
Posts: 13

PostPosted: 25.02.2008 16:53    Post subject: css a Add user to your forum ignore list Reply with quote

problem

imam ovako
<styles>
#prvi a {
color:red;
}
#drugia {
color:blue;
}
</styles>

<div id="prvi">
<a href="">prvi link</a>
<div id="drugi">
<a href="">drugi link</a>
</div>
</div>
problem: i jedan i drugi link su crveni?
Back to top
View user's profile Send private message
pegasus275



Joined: 26 Oct 2005
Posts: 13

PostPosted: 25.02.2008 16:55    Post subject: Re: css a Add user to your forum ignore list Reply with quote

pegasus275 wrote:
problem

imam ovako
<styles>
#prvi a {
color:red;
}
#drugi a {
color:blue;
}
</styles>

<div id="prvi">
<a href="">prvi link</a>
<div id="drugi">
<a href="">drugi link</a>
</div>
</div>
problem: i jedan i drugi link su crveni?

greska u prijasnjem postu drugia a treba ici drugi a ali isto sranje opet
Back to top
View user's profile Send private message
dbomez



Joined: 19 Oct 2007
Posts: 163
Location: Pula

PostPosted: 25.02.2008 17:07    Post subject: Add user to your forum ignore list Reply with quote

1. Navigaciju je najbolje radit s listama tj. sa ul i li

2. Prvi div ti nije zatvoren pa unutar njega otvaras drugi, dali si siguran da to zelis? Nebi li logicno bilo
<div id="glavni">
<div id="prvi"></div>
<div id="drugi"></div>
</div> <!-- zatvaramo glavi -->

3. E sad ako bas oces ovako kako si napravio onda ides

#prvi a {
color: red;
}

#prvi #drugi a {
color: blue;
}

4. obicaj je u prazne hrefove stavi ovak href="#"


Valjda je to to Smile

Last edited by dbomez on 25.02.2008 17:08; edited 1 time in total
Back to top
View user's profile Send private message
zytzagoo
mi3.crew


Joined: 25 Aug 2003
Posts: 1842
Location: Zagreb, Hrvatska

PostPosted: 25.02.2008 17:08    Post subject: Add user to your forum ignore list Reply with quote

Imas problem zbog specificity-a, vidi ovo: http://snook.ca/archives/html_and_css/understanding_c/

Quick & dirty rjesenja:
Code:
#prvi #drugi a { color: blue; }

ili
Code:
#drugi a { color: blue !important; }

_________________
[+]I[+]am[+]my[+]own[+]religion[+]
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group