Right nav below content

liunx

Guest
Hmm...Anyone know how to fix this? -

<!-- m --><a class="postlink" href="http://neczy.no-ip.com/index.php">http://neczy.no-ip.com/index.php</a><!-- m -->

The navigation is below the content. Any ideas on how to fix? Thanksit's not letting me at your css file...
here's a general 2 col layout w/ your doc. structure:

#container{
width:700px;
}
#content{
width:520px;
float:left;
}
#navbar{
width:180px;
margin-left:520px;
}I cannot get a look at your stylesheet either. I suggest Sam's post; as I came up with something very simular. :)I tried what you said...i think, and it didnt work.

<!-- m --><a class="postlink" href="http://neczy.no-ip.com/css/style.css">http://neczy.no-ip.com/css/style.css</a><!-- m --> I had it set to localhost..my badIt appears to be 'div class="post"' that is your problem. I also notice that there is no style rule defined for a class 'post'. Perhaps defining a rule for class 'post' and setting float to left will cure the ills. :)Thanks, that fixed it! :DNo problem. Glad that I could be of service. :)
 
Back
Top