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
Što ne valja...

 
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
Tristan



Joined: 01 Aug 2006
Posts: 614
Location: Under the sky

PostPosted: 27.09.2006 22:38    Post subject: Što ne valja... Add user to your forum ignore list Reply with quote

Imam stranicu sljijedećeg koda...
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
<title>Untitled Document</title>
<link href="css/design.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="wrapper">
   <div id="header"><img src="images/header.jpg" alt="header" width="903" height="310" /></div>
   <div id="centar">
      <div id="leftcontect">lijevo</div>
      <div id="middlecontect">centar</div>
      <div id="rightcontect">desno</div>
      <div></div>
   </div>
</div>
</body>
</html>


css:
Code:
body {
   margin:0px;
   padding:0px;
   text-align:center;
   background-image: url(../images/bg_0.gif);
}

#wrapper {
   width:903px;
   margin-right:auto;
   margin-left:auto;
   padding:0px;
   clear: both;
   float: none;
   background-image: url(../images/bg_1.gif);
}
#header {
   background-color: #FFFFFF;
   height: 310px;
   overflow: inherit;
}
#centar{
   margin-right:auto;
   margin-left:auto;
   width: 850px;
}

#leftcontect{
   width: 190px;
   background-color: #CCCCCC;
   float: left;
   clear: left;
}
#middlecontect{
   width: 470px;
   background-color: #999999;
   margin-right: auto;
   margin-left: auto;
   clear: none;
   float: left;

}
#rightcontect{
   width: 190px;
   background-color: #666666;
   margin-right: auto;
   margin-left: auto;
   float: right;
   clear: right;

}


Uglavnom, na ova tri contecta uopce ne prikazuje background koji treba pokazivati unutar centar diva... U cemu je problem... Ti divovi se nalaze unutar tog diva, ali on kao da ih ne smatra svojima.. Guglo sam i guglo, ali nista... Molim pomoc...
Hvala unaprijed...

_________________
Carpe diem...
Back to top
View user's profile Send private message Visit poster's website
Tristan



Joined: 01 Aug 2006
Posts: 614
Location: Under the sky

PostPosted: 27.09.2006 22:40    Post subject: Add user to your forum ignore list Reply with quote

E da, u IE pokaze dobro, samo sto pobjegne za jedan pixel ulijevo... a ff ne valja... zasto taj jedan pixel, treba screenshot?

_________________
Carpe diem...
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: 28.09.2006 00:14    Post subject: Add user to your forum ignore list Reply with quote

http://www.google.hr/search?q=float+container

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



Joined: 01 Aug 2006
Posts: 614
Location: Under the sky

PostPosted: 28.09.2006 06:44    Post subject: Add user to your forum ignore list Reply with quote

thnx

_________________
Carpe diem...
Back to top
View user's profile Send private message Visit poster's website
moko



Joined: 02 Dec 2003
Posts: 159
Location: zagreb

PostPosted: 28.09.2006 10:03    Post subject: Add user to your forum ignore list Reply with quote

ako sam dobro razumio pitanje tebi samo fali
Quote:

<div id="centar">
<div id="leftcontect">lijevo</div>
<div id="middlecontect">centar</div>
<div id="rightcontect">desno</div>
<div></div>
<br clear="all" />
</div>


a možda nisam dobro razumio Smile

_________________
to explore and not explode
Back to top
View user's profile Send private message
maratz
mi3.crew


Joined: 24 Nov 2003
Posts: 1207
Location: ZAG

PostPosted: 28.09.2006 12:40    Post subject: Add user to your forum ignore list Reply with quote

moko wrote:
ako sam dobro razumio pitanje tebi samo fali
Quote:

<div id="centar">
<div id="leftcontect">lijevo</div>
<div id="middlecontect">centar</div>
<div id="rightcontect">desno</div>
<div></div>
<br clear="all" />
</div>


a možda nisam dobro razumio Smile

nisi dobro razumio, clear="all" ne postoji

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



Joined: 02 Dec 2003
Posts: 159
Location: zagreb

PostPosted: 28.09.2006 12:54    Post subject: Add user to your forum ignore list Reply with quote

onda sam ga ja izmislio...

CL Smile

_________________
to explore and not explode
Back to top
View user's profile Send private message
Tristan



Joined: 01 Aug 2006
Posts: 614
Location: Under the sky

PostPosted: 28.09.2006 14:04    Post subject: Add user to your forum ignore list Reply with quote

moko wrote:
onda sam ga ja izmislio...

CL Smile


ma da???

@maratz: thnx na linku... legendo...

_________________
Carpe diem...
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