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
Nece prikazat div uopce ...

 
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
andrej`
Guest





PostPosted: 04.06.2005 23:59    Post subject: Nece prikazat div uopce ... Reply with quote

<!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>
<title>andrej mlinarevic portfolio</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"/>
<link href="sheet.css" rel="stylesheet" type="text/css"/>
<style type="text/css"></style>
</head>
<body class="body" >
<div class="header"></div>
<div class="submenu"></div>
</body>
</html>

Ovo je kod mog xhtml fajla, ok. Evo i CSS

* { margin: 0; padding: 0; list-style: none; }

.body {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
background-image: url(images/pozadina.gif);

.header {
background-image: url(images/head_01.gif);
background-repeat: no-repeat;
background-position: left;
height: 37px;
width: 100%;
}
.articlebox {
height: 10px;
width: 600px;
background-color: #CCCCCC;

}
.submenu {
height: 30px;
width: 600px;
background-image: url(images/pozadina_head.gif);

}
.header {
background-image: url(images/header.gif);
height: 27px;
width: 600px;
background-repeat: no-repeat;
}




UOPCE MI NE ŽELI PRIKAZATI DIV NIJEDAN. Samo prikaže pozadinu koja je određena u body u css-u... nekontam. ZAŠTO? Probo sam mjenjat doctype al isto. hM!
Back to top
carr



Joined: 13 Nov 2003
Posts: 1397
Location: Karlovac

PostPosted: 05.06.2005 00:08    Post subject: Re: Nece prikazat div uopce ... Add user to your forum ignore list Reply with quote

andrej` wrote:
UOPCE MI NE ŽELI PRIKAZATI DIV NIJEDAN. Samo prikaže pozadinu koja je određena u body u css-u... nekontam. ZAŠTO? Probo sam mjenjat doctype al isto. hM!

ovdje si ga ujebo brate

Code:

.body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #333333;
   background-image: url(images/pozadina.gif);


tj ovaj .body ti nije zatvoren sa '}' pa ti ovo iza njega sve ne jebe ni 5%.

pisi CSS u necemu sa farba sintaksu, tipa dreamweaver ili bilosta, pa ti se ovakve stvari nece dogadjat

_________________
Bolje biti malo lud, nego malo pametan.
Back to top
View user's profile Send private message Visit poster's website
andrej`
Guest





PostPosted: 05.06.2005 00:12    Post subject: Reply with quote

ebem ti notepad... mislio sam da je neki bug , pa kontam, nije mi htio nist prikazat, sve sam pregledo do detalja i nenadjem nist... na kraju glupa zagrada.. ffs


e care, stvarno si fakat car Wink hvala
Back to top
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