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
BOX model ... nikako ne kuzim :-/

 
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
Petar_Popara_Crni



Joined: 30 Aug 2005
Posts: 42
Location: zagreb

PostPosted: 31.01.2006 23:29    Post subject: BOX model ... nikako ne kuzim :-/ Add user to your forum ignore list Reply with quote

buljim u ove tutorijale navedene u prvom topicu ali nikeko skuziti te neke stvari.

ok. radim INDEX page. Bijela pozadija. Na njoj jedna jedina slika npr. 300x400px koju treba kliknuti da se udje u site. Zelim da ta slika ima oko sebe tanki okvir (1 ili 2px, crne boje) velicine 740x410. Znaci izmedju ruba slike i tog okvira ce biti bijeli prostor.

to sve skupa zelim pomaknuti u sredinu stranice, recimo 50ak px od vrha stranice. KAKO TO IZVESTI??

Sad about to give up CSS....
Back to top
View user's profile Send private message Visit poster's website
F@NTOM



Joined: 11 Sep 2003
Posts: 592
Location: Dubrovnik

PostPosted: 31.01.2006 23:38    Post subject: Add user to your forum ignore list Reply with quote

probaj ovako

<html>
<title></title>
<head>
<style type="text/css">
#slika {
float:left;
margin:50px auto 0 auto;
}
#slika img {
border:2px solid black;
padding:5px;
}

</style>
</head>

<body>
<div id="slika"><img src="path/do/slike/slika.gif" /></div>
</body>

</html>[/b]

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



Joined: 04 Jan 2004
Posts: 2905
Location: Zagreb

PostPosted: 01.02.2006 18:37    Post subject: Add user to your forum ignore list Reply with quote

Ispravljeni prethodni primjer:
http://odin.irb.hr/~mislav/petar.html

Inače ako samo zbog ovoga hoćeš odustati, odustani svakako. CSS nije za one kojima namjesitit kocku fiksne veličine malo odmaknutu od vrha ekrana predstavlja 'nerješiv' problem Sad
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