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 wrapper and container problem?

 
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
monkey



Joined: 20 Dec 2004
Posts: 856
Location: VG - ZG

PostPosted: 12.05.2005 19:01    Post subject: CSS wrapper and container problem? Add user to your forum ignore list Reply with quote

Zašto mi se ne vide wrapper i container u Mozilli i Firefoxu dok se u IE normalno vide??? U čemu je tu stvar šta trebam napravit da budu vidljivi svugdje??

I kako da umetnem scrollable news kako ima destyler i pixelsurgeon???

Unaprjed zahvalan! Wink

_________________
mojinstruktor.com - sve instrukcije na jednome mjestu
trazilo.com - potražite dnevnu dozu inspiracije
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger Twitter profile
red



Joined: 03 May 2004
Posts: 919
Location: Zabok

PostPosted: 12.05.2005 19:08    Post subject: Add user to your forum ignore list Reply with quote

1) We. Need. Your. Code.

2) Iframe - http://www.w3schools.com/tags/tag_iframe.asp

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



Joined: 20 Dec 2004
Posts: 856
Location: VG - ZG

PostPosted: 12.05.2005 19:56    Post subject: Add user to your forum ignore list Reply with quote

Sry na ovom iframe! Skuzio sam sam pogledao sam kod od pixelsurgeona!

CSS:
Code:

#wrapper{
   background-color: #FFFFFF;
   width: 650px;
}

#container{
   background-color: #6a6a5d;
   width: 640px;
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 5px;
   margin-top: 5px;
}


HTML
Code:

<html>
<head><title>dario.belic</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"/>
<link type="text/css" href="new.css" rel="stylesheet">
</head>
<body>

<div id="wrapper">
<div id="container">

<div id="ljevo">
<iframe border="0" width="350" height="350" frameborder="0" src="news.php" name="newsiframe"></iframe>                        
</div>

</div>
</div>
</body>
</html>
 



Jesam glup zaboravio vam dat kod.....sry.... Embarassed

_________________
mojinstruktor.com - sve instrukcije na jednome mjestu
trazilo.com - potražite dnevnu dozu inspiracije
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger Twitter profile
red



Joined: 03 May 2004
Posts: 919
Location: Zabok

PostPosted: 12.05.2005 20:02    Post subject: Add user to your forum ignore list Reply with quote

-spiritus- wrote:
Jesam glup zaboravio vam dat kod.....sry.... Embarassed


Ne trebaš na "vi" Wink

1) Fix Your Site With the Right DOCTYPE! - http://www.alistapart.com/articles/doctype/

2) ne vidiš #wrap jer je bijeli, maybe? Very Happy #container se vidi, di je problem, točno? Sve štima ođe.

EDIT:

btw

Code:
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 5px;


možeš pisat ko

Code:
margin: 5px;


ista stvar, manje kôda.

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



Joined: 20 Dec 2004
Posts: 856
Location: VG - ZG

PostPosted: 12.05.2005 20:07    Post subject: Add user to your forum ignore list Reply with quote

Di ti se vidi #container???? Ja ga ne vidim u Mozilli? I tnx na ovom za određivanje Doctypa, malo sam njubi u ovome jer sam dosada radio u FrontPageu pa mi je to sve ljepo on određivao a sada ja to moram pisat pa nisam naviko.....jos jednom thnx!

_________________
mojinstruktor.com - sve instrukcije na jednome mjestu
trazilo.com - potražite dnevnu dozu inspiracije
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger Twitter profile
red



Joined: 03 May 2004
Posts: 919
Location: Zabok

PostPosted: 12.05.2005 20:11    Post subject: Add user to your forum ignore list Reply with quote

Ne znam zašto ga ne vidiš, to je onaj sivkasti (pixelsurgeon-color-like) thingie. Jesi li pastirao kompletan kôd?

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



Joined: 20 Dec 2004
Posts: 856
Location: VG - ZG

PostPosted: 12.05.2005 20:14    Post subject: Add user to your forum ignore list Reply with quote

Nisam al to ne utjeće to su samo desni boxovi!! Nego koji je hr charset, tj. koji broj je za hrv slova???? Novi sam u tome, kao što rekoh! Rolling Eyes

_________________
mojinstruktor.com - sve instrukcije na jednome mjestu
trazilo.com - potražite dnevnu dozu inspiracije
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger Twitter profile
red



Joined: 03 May 2004
Posts: 919
Location: Zabok

PostPosted: 12.05.2005 20:18    Post subject: Add user to your forum ignore list Reply with quote

-spiritus- wrote:
Nisam al to ne utjeće to su samo desni boxovi!! Nego koji je hr charset, tj. koji broj je za hrv slova???? Novi sam u tome, kao što rekoh! Rolling Eyes


Očito utjeČe nekako, aye? Smile

Charset: windows-1250, ISO-8859-2.

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



Joined: 20 Dec 2004
Posts: 856
Location: VG - ZG

PostPosted: 12.05.2005 20:25    Post subject: Add user to your forum ignore list Reply with quote

sa ISOm mi nema u Iframeu Š nje kužim?

_________________
mojinstruktor.com - sve instrukcije na jednome mjestu
trazilo.com - potražite dnevnu dozu inspiracije
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger Twitter profile
red



Joined: 03 May 2004
Posts: 919
Location: Zabok

PostPosted: 12.05.2005 20:28    Post subject: Add user to your forum ignore list Reply with quote

Pretpostavljam da nisi promijenio charset od tog dokumenta... Imaš 1 dokument unutar kojeg je iframe unutar kojeg je još 1 dokument, see?

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



Joined: 20 Dec 2004
Posts: 856
Location: VG - ZG

PostPosted: 12.05.2005 20:30    Post subject: Add user to your forum ignore list Reply with quote

Znam pa stavio sam i za news tj. za iframe dokument charset: ISO???

_________________
mojinstruktor.com - sve instrukcije na jednome mjestu
trazilo.com - potražite dnevnu dozu inspiracije
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger Twitter profile
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