I have a "floating" issue with CSS.
Before asking the question, here is the code below.
Left Box - The main Menus
Code: Select all
#leftNav {
position:relative;
left:150px;
top:-327px;
width:147px;
height:279px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
text-align: right;
clear: left;
}
Code: Select all
#line {
position:relative;
left:310px;
top: 35px;
width:1px;
height:350px;
background-color: #666;
clear: left;
}
Code: Select all
#illustrations {
position:relative;
left:325px;
top:-610px;
width:450px;
height:392px;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
clear: right;
}
Code: Select all
#container {
position:relative;
top:20px;
width:800px;
height:600px;
background-repeat: no-repeat;
margin-right: auto;
margin-left: auto;
}
Thanks in advance for your help.
Luigi