I tride putting a hight into the code but it did not do anything. here is the code for the left colume (known as navigator) I tride putting hight underneathe width in the code put it did not do anything. do i need to put it on top?
#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
background: #c9FC98;
Here is the other coding that is in the part where i write text in.. <div id="leftcolumn">
<div class="innertube"> <script type="text/javascript">filltext(15)</script></div><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> and again here is the code I show before. #leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
background: #c9FC98; this code is the code that handles the width becuse it is up there but if i put hight it will not work
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