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
<hr> style css

 
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
File



Joined: 05 Apr 2006
Posts: 64
Location: HR

PostPosted: 20.08.2007 14:26    Post subject: <hr> style css Add user to your forum ignore list Reply with quote

Pozdrav!

Ovako, preuzeo sam jednu java skriptu sa neke stranice koja prikazuje djevojku dana, ali u toj skripti je upisan <hr>, tj. ona crta ispod slike, ali je sive boje, tj. default boja.

Sad me zanima jel mogu ja nekako definirati u css da mi ta <hr> crta bude bijele boje? Kako?

Hvala! Wink
Back to top
View user's profile Send private message Send e-mail Visit poster's website
maXimus



Joined: 05 Dec 2005
Posts: 55
Location: Zagreb

PostPosted: 20.08.2007 14:36    Post subject: Add user to your forum ignore list Reply with quote

Code:
<style type="text/css">
hr {
   background: #fff;
}
</style>
Back to top
View user's profile Send private message
File



Joined: 05 Apr 2006
Posts: 64
Location: HR

PostPosted: 20.08.2007 17:59    Post subject: Add user to your forum ignore list Reply with quote

Hvala, ali ne radi mi. Crying or Very sad
Back to top
View user's profile Send private message Send e-mail Visit poster's website
p4P3r



Joined: 20 Sep 2005
Posts: 656

PostPosted: 20.08.2007 19:30    Post subject: Add user to your forum ignore list Reply with quote

Code:
hr { color:#fff; }

ovo funkcionira u ie-u, no na zalost ne i u ff

_________________
http://www.centar-zdravlja.net // portal za zdravlje i ljepotu
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
zytzagoo
mi3.crew


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

PostPosted: 20.08.2007 20:12    Post subject: Add user to your forum ignore list Reply with quote

probaj ovo (napamet):
Code:
hr { border: 0; border-bottom: 1px solid white; color: #fff; height: 1px; }


trebalo bi pokrit safari, IEove (barem 7), firefox...

_________________
[+]I[+]am[+]my[+]own[+]religion[+]
Back to top
View user's profile Send private message Visit poster's website Twitter profile
maXimus



Joined: 05 Dec 2005
Posts: 55
Location: Zagreb

PostPosted: 20.08.2007 21:21    Post subject: Add user to your forum ignore list Reply with quote

najbolje ti je da si sliku staviš/napraviš pa ćeš dobit točno kako ti želiš
Back to top
View user's profile Send private message
dkrolo3



Joined: 10 May 2006
Posts: 30

PostPosted: 20.08.2007 23:01    Post subject: Add user to your forum ignore list Reply with quote

Jednostavnije ovako...
Code:
hr {
      border:1px solid #fff;
      }

Radi u: IE6, IE7, firefox 2, netscape 8, opera 9, safari 3 (windows).
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
F4usT



Joined: 23 Sep 2004
Posts: 252
Location: Croatia / Čakovec

PostPosted: 21.08.2007 07:33    Post subject: Add user to your forum ignore list Reply with quote

probaj ovo:

Code:

hr {
   margin:0px;
   padding:0px;
   border-bottom:1px solid #fff;
   border-top:0px;
   border-left:0px;
   border-right:0px;
   line-height:0px;
   height:1px;
   display:block;
}

_________________
sig.jpg
Back to top
View user's profile Send private message MSN Messenger
maratz
mi3.crew


Joined: 24 Nov 2003
Posts: 1207
Location: ZAG

PostPosted: 21.08.2007 09:32    Post subject: Add user to your forum ignore list Reply with quote

ja bih maknuo taj hr sa display: none; i stavio border-bottom ili top na prethodni odnosno slijedeći sibling element

_________________
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
File



Joined: 05 Apr 2006
Posts: 64
Location: HR

PostPosted: 22.08.2007 12:38    Post subject: Add user to your forum ignore list Reply with quote

Hvala ljudi!

Uspio sam sa F4usT-ovim rješenjem. Wink
Back to top
View user's profile Send private message Send e-mail 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