View Full Version : Div Problems


cinnimine41
08-21-2003, 01:36 AM
Hey all...I am having problems with this code *points below*


<LINK REL=stylesheet HREF="mycss.css" TYPE="text/css">

<div style="position:absolute; top:0; left:0;">
<img src="top.jpg" border=0>
<BODY BACKGROUND="bg.jpg" bgcolor="#000000" bgproperties="fixed">

<div style="postion: absolute; top:531; left:5; width=301">
NAVIGATION GOES HERE
</div>

<div style="postion: absolute; top:530; left:400; width:367 height:300">
BLOG GOES HERE
</div>
<br><br><br>
</BODY>
</HTML>



I want two columns like

this (http://www.ordinarygirl.net) but for some reason I cannot get the Blog on the right side ( Look Here (http://www.fatal-obsession.org/main.html) ). Thanks for all your help!

kittycat
08-21-2003, 02:34 AM
<html>
<head>
<LINK REL=stylesheet HREF="mycss.css" TYPE="text/css">

</head>
<BODY BACKGROUND="bg.jpg" bgcolor="#000000" bgproperties="fixed">

<div style="position:absolute; top:0; left:0;">
<img src="top.jpg" border=0>
</div>

<div style="postion: absolute; top:531; left:5; width:301;">
NAVIGATION GOES HERE
</div>

<div style="postion: absolute; top:530; left:400; width:367; height:300; ">
BLOG GOES HERE
</div>

<br><br><br>
</BODY>
</HTML>

The parts in red I changed/added, see if that works for you.

cinnimine41
08-21-2003, 06:22 AM
nope because the font wont show up now...grr...thanks for trying...ill mess around with it again. If yall have any suggestions thanks bunches!

jtchange
08-21-2003, 01:25 PM
looks like it's showing up right now! :)

cinnimine41
08-21-2003, 05:36 PM
wow...i didnt see that. kewl. thanks all