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
kako povezati dvije naredbe da bude kao jedna

 
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
bobinjo



Joined: 06 Mar 2007
Posts: 49

PostPosted: 11.11.2007 21:37    Post subject: kako povezati dvije naredbe da bude kao jedna Add user to your forum ignore list Reply with quote

Kako mogu napravit da mi se slika ponavlja 1x kao background i da na njoj mogu primjeniti tekstu u cssu. (u 1 ćeliji)

Dakle kako spojiti ova dva cssa tj. primjenit u istoj ćeliji tablice

ovdje su odvojeni css za sliku kao bgd, i za text

za backgroud

.pozadina1{
background-image: url('images/index_04.gif');
background-repeat: no-repeat
}

.text1 {
color : #881006;
margin-top : 2px;
padding-bottom : 2px;
margin-bottom : 2px;
rem_margin-left : 2px;
margin-right : 2px;
font-size : 11px;
font-family : Tahoma,Verdana,Arial;
font-weight: normal;
}
Back to top
View user's profile Send private message
zytzagoo
mi3.crew


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

PostPosted: 11.11.2007 22:18    Post subject: Add user to your forum ignore list Reply with quote

Spoji sve u jednu definiciju, i tu .klasu ili #id stavi na željeni table cell.

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



Joined: 06 Mar 2007
Posts: 49

PostPosted: 12.11.2007 08:14    Post subject: Add user to your forum ignore list Reply with quote

pa i pitam kako spojiti ta dva elementa u jedan!
Back to top
View user's profile Send private message
fun.ky



Joined: 05 Jan 2006
Posts: 365
Location: Mostar

PostPosted: 12.11.2007 09:15    Post subject: Add user to your forum ignore list Reply with quote

<div class = "text1 pozadina1">Neki tekst</div>

ili što kolega reče prije Smile

_________________
There is no style definition for good music!
Back to top
View user's profile Send private message Visit poster's website Twitter profile
zytzagoo
mi3.crew


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

PostPosted: 12.11.2007 10:38    Post subject: Add user to your forum ignore list Reply with quote

Code:
.pozadina1{
background-image: url('images/index_04.gif');
background-repeat: no-repeat
}

.text1 {
color : #881006;
margin-top : 2px;
padding-bottom : 2px;
margin-bottom : 2px;
rem_margin-left : 2px;
margin-right : 2px;
font-size : 11px;
font-family : Tahoma,Verdana,Arial;
font-weight: normal;
}


postaje

Code:

.text1-s-pozadinom1 {
    background-image: url('images/index_04.gif');
    background-repeat: no-repeat;
    color : #881006;
    margin-top : 2px;
    padding-bottom : 2px;
    margin-bottom : 2px;
    rem_margin-left : 2px;
    margin-right : 2px;
    font-size : 11px;
    font-family : Tahoma,Verdana,Arial;
    font-weight: normal;
}


kako? magijaaaaaaaa....

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



Joined: 17 Oct 2006
Posts: 15
Location: Osijek

PostPosted: 13.11.2007 03:32    Post subject: Add user to your forum ignore list Reply with quote

Puf......

Nema više slona... Laughing Laughing
Back to top
View user's profile Send private message Send e-mail
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