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 table?

 
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
Pekx



Joined: 09 Sep 2004
Posts: 559

PostPosted: 23.01.2005 20:59    Post subject: css table? Add user to your forum ignore list Reply with quote

opet ja sa css-om. kako mogu u css-u napraviti da kada miš (pokazivač) nije na tablici tablica ima jednu boju i kad je mis na tablici da ima drugu boju.
ako me skužite odgovorite.

hvala Smile

_________________
mp3hr.com
Back to top
View user's profile Send private message Send e-mail
red



Joined: 03 May 2004
Posts: 919
Location: Zabok

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

Definiraš :hover za što hoćeš, ali IE podržava :hover samo za linkove.

_________________
Get busy living, or get busy dying.
Back to top
View user's profile Send private message Visit poster's website Twitter profile
vedran



Joined: 08 Sep 2003
Posts: 458

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

Primjer:

Tablica:
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%"><a class="link" href="#">link..</a></td>
</tr>
</table>

Css:
.link { Background: white; display: block }
.link:hover { Background: blue; display: block }

_________________
http://www.hocusvojweb.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Pekx



Joined: 09 Sep 2004
Posts: 559

PostPosted: 24.01.2005 12:16    Post subject: Add user to your forum ignore list Reply with quote

hvlala, ali opet jedan problem.
dali je ovo izvedivo, staviti sliku u pozadinu ali da se ne ponavlja, evo primjera, ovo di piše pekx.com sa strane da se samo jednom ponavlja i da po mogućnosti stoji tu.

ja sam probao ovako (drukcije neznam, pocetnik sam):

Code:
BODY { font: Arial, Helvetica, sans-serif font-size: 11px; color: #292929;  background-image:url(style_images/<#IMG_DIR#>/back.gif); ]padding:0px;background-color:#E7E7E7; text-align:center }


može mala pomoć? hvala Smile

_________________
mp3hr.com
Back to top
View user's profile Send private message Send e-mail
F@NTOM



Joined: 11 Sep 2003
Posts: 592
Location: Dubrovnik

PostPosted: 24.01.2005 12:25    Post subject: Add user to your forum ignore list Reply with quote

mislim da bi trebalo radit to sta oces ako stavis

body
{
background-image: url(ime slike);
background-repeat: no-repeat;
}

_________________
These pretzels are making me thirsty!
Back to top
View user's profile Send private message
red



Joined: 03 May 2004
Posts: 919
Location: Zabok

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

F@NTOM wrote:
mislim da bi trebalo radit to sta oces ako stavis

body
{
background-image: url(ime slike);
background-repeat: no-repeat;
}


Dodati valja i
Code:

background-position:fixed;

ako želiš da se ostane na mjestu.

_________________
Get busy living, or get busy dying.
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Pekx



Joined: 09 Sep 2004
Posts: 559

PostPosted: 24.01.2005 12:42    Post subject: Add user to your forum ignore list Reply with quote

problem riješen:

Code:
BODY { background-image:url(style_images/<#IMG_DIR#>/back.gif); background-repeat: repeat-y; background-position: bottom; }


TNX svima

_________________
mp3hr.com
Back to top
View user's profile Send private message Send e-mail
gog



Joined: 18 Jun 2004
Posts: 679
Location: zagreb

PostPosted: 24.01.2005 13:42    Post subject: Add user to your forum ignore list Reply with quote

Trebao bi staviti {background-repeat: no-repeat}, ukoliko ti se s ovim gore ne ponavlja to je čisto iz razloga jer si pozicionirao background, btw, može i jednsotavnije:

Code:
body {background:url(style_images/<#IMG_DIR#>/back.gif) bottom no-repeat;}
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