View Full Version : ok...umm how can i make a layout like...


Miss_Thang
04-06-2004, 08:18 PM
Hey, how can I make a similar layout like this http://kelly.platinumstars.org/
here's my code of now:

<HTML>
<head>
<title>ŠTodo Por AventuraŠEverything for AventuraŠ</title>
<style type="text/css">

body{background-image:url(layout.jpg);
background-repeat: no-repeat;
scrollbar-arrow-color: black;
scrollbar-base-color: #A49F9F;
scrollbar-dark-shadow-color: #000000;
scrollbar-track-color: #A49F9F;
scrollbar-face-color: #A49F9F;
scrollbar-shadow-color: #A49F9F;
scrollbar-highlight-color: black;
scrollbar-3d-light-color: #A49F9F;
}
#contain {
left: 15px;
top: 600px;
}
</style>
</head>
<body>
<br/>
<br/>
<div id="contain">
<IFRAME name="inlineframe" src="main.html" width=450 height=300 marginwidth=0 hspace=0 vspace=0 frameborder=0 scrolling=auto style="FILTER: chroma(color=#000000); border: 1px #000000" AllowTransparency="true"></IFRAME>

</IFRAME>

</body>
</html>

so what will i have to change to make it sumthin' like that? in a border. thnx!

MaGiCSuN
04-07-2004, 05:52 PM
we can't really tell you much in this way. Have you allready made a layout for it ?

also this part:

#contain {
left: 15px;
top: 600px;
}

should be:

#contain {
position: absolute;
left: 15px;
top: 600px;
}

because only left and top do nothing, it has to have position tag in it. Also take out the two <br\><br\> tags, because they are no use for it since you use absolute positioning allready :)

Love,
Mirna

Miss_Thang
04-07-2004, 05:56 PM
thnx magicsun. I figured out how to make the layout. But now I'm having trouble with the code. It's posted in the forum section HTML. We can't figure out what's really wrong. Thnx, though!

MaGiCSuN
04-07-2004, 05:59 PM
ok i close this thread since you figured out this part :)

love,
Mirna