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 meni

 
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
jurka



Joined: 26 Aug 2004
Posts: 1088
Location: Zagreb

PostPosted: 03.10.2005 10:00    Post subject: CSS meni Add user to your forum ignore list Reply with quote

imam sajt. i na njemu css meni. e sad, nemam toliko iskustva u css-u pa vas molim za pomoć. dakle, meni je složen tako da na rollover stavlja crveni border-bottom. također, kada se nalazite na stranici određene kategorije, naziv te kategorije ima stalni crveni border-bottom (primjer: kad tek posjetite stranicu podcrtan je home). e, sad dolazim do problema.

šta trebam dodati u css-u da mi kod hovera ne stavlja još jedan crveni border-bottom na odabranu kategoriju koja već ima border-bottom? nadam se da ste skužili kaj oću...

_________________
Jedan šest | Behance | Vimeo
Back to top
View user's profile Send private message Visit poster's website
keye



Joined: 24 Nov 2003
Posts: 2465
Location: Paris - France

PostPosted: 03.10.2005 10:07    Post subject: Add user to your forum ignore list Reply with quote

text-decoration: none; ????? jel'to?

_________________
Google is a blind person
Back to top
View user's profile Send private message Visit poster's website
keye



Joined: 24 Nov 2003
Posts: 2465
Location: Paris - France

PostPosted: 03.10.2005 10:09    Post subject: Add user to your forum ignore list Reply with quote

Code:
a {
color:#2C8CDF;
}

a:hover {
color:#de0a55;
a {
text-decoration:none;
}


a bilo bi dobro da a definiras sve u jednom tagu Very Happy

_________________
Google is a blind person
Back to top
View user's profile Send private message Visit poster's website
jurka



Joined: 26 Aug 2004
Posts: 1088
Location: Zagreb

PostPosted: 03.10.2005 10:23    Post subject: Add user to your forum ignore list Reply with quote

mislim da me ne kužiš.
primjer -> na stranici home imam sljedeći kod

Code:
 <ul>
  <li class="selected"><a href="/">Home</a></li>
  <li><a href="/arhiva">Archive</a></li>

  <li><a href="/about">About</a></li>
  <li><a href="/contact">Contact me</a></li>
 </ul>


znači, home ima klasu selected koja ima sljedeći property
Code:
#navigation .selected, #navigation a:hover {
        color:#de0a55;
   border-bottom:1px dashed #de0a55;}


međutim, ja bi htio da se kod hovera ne vidi underline za stavku u menuju koja mi već ima klasu selected, odnosno da nemam dvostruki underline

_________________
Jedan šest | Behance | Vimeo
Back to top
View user's profile Send private message Visit poster's website
maratz
mi3.crew


Joined: 24 Nov 2003
Posts: 1207
Location: ZAG

PostPosted: 03.10.2005 10:25    Post subject: Add user to your forum ignore list Reply with quote

Code:
#navigation .selected a:hover { border: 0; }

_________________
STOP HITTING YOURSELF! | NETIQUETTE | TYPETESTER | Hypertext rulez™ | CREATIVE NIGHTS | ACCOMMODATIONS
Back to top
View user's profile Send private message Visit poster's website Twitter profile
keye



Joined: 24 Nov 2003
Posts: 2465
Location: Paris - France

PostPosted: 03.10.2005 10:28    Post subject: Add user to your forum ignore list Reply with quote

zivio maraz, meni je ovo jutros treca osoba koju ne kuzim sta mi prica Smile

_________________
Google is a blind person
Back to top
View user's profile Send private message Visit poster's website
jurka



Joined: 26 Aug 2004
Posts: 1088
Location: Zagreb

PostPosted: 03.10.2005 10:30    Post subject: Add user to your forum ignore list Reply with quote

tooooo! RESPECT!
hvala

_________________
Jedan šest | Behance | Vimeo
Back to top
View user's profile Send private message Visit poster's website
jurka



Joined: 26 Aug 2004
Posts: 1088
Location: Zagreb

PostPosted: 03.10.2005 10:31    Post subject: Add user to your forum ignore list Reply with quote

imaš svoju respect liniju u css-u

Code:
/* respect to maratz */
#navigation .selected a:hover { border: 0; }
/* end respect :) */


Very Happy

_________________
Jedan šest | Behance | Vimeo
Back to top
View user's profile Send private message Visit poster's website
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