How do I make a box on the left side of the main one lined up with the main one?
I can never get it to be right beside it on the left hand side. Fucking IE...
http://www.webaskius.zxq.net
I can never get it to be right beside it on the left hand side. Fucking IE...
http://www.webaskius.zxq.net
Code:
body{
text-align:center;
background-image:url('images/background-repeat-horizontal.png');
background-repeat:repeat-x;
background-color:#DFEBFF;
}
#container{
margin: 0 auto;
padding: 0;
width:1500px;
}
#infobox{
width:850px;
background-color:white;
margin:4px;
margin: 0 auto;
border:4px solid #888888;
}
#sidebox{
float:left;
width:300px;
margin:4px;
border:4px solid #888888;
background-color:white;
}
#stitle{
background-image:url('images/box-top-repeat.png');
font-weight:bold;
color:white;
}
#innerbox{
width:840px;
margin:7px;
text-align:left;
}
#post{
margin:3px;
}
#post submit{
width:141px;
height:29px;
background-image:url('images/ask.png');
background-repeat:no-repeat;
}
#lrinfo{
margin:4px;
padding:3px;
border:2px solid black;
border-top-style:none;
border-right-style:none;
border-left-style:none;
}
#navbar{
background-image:url('images/box-top-repeat.png');
font-weight:bold;
color:white;
width:844px;
padding:3px;
}
#navbar ul{
list-style-type:none;
margin:0px;
padding:0px;
}
#navbar li{
display:inline;
}
#navbar a:link,#navbar a:visited,#navbar a:active{
color:black;
font-weight:bold;
text-decoration:none;
}
#navbar a:hover{
color:white;
}
a:link, a:visited, a:active{
color:blue;
font-weight:bold;
text-decoration:none;
}
a:hover{
color:red;
font-weight:bold;
text-decoration:none;
}
#success{
width:739px;
text-align:center;
border:2px solid #006400;
background-color:#32CD32;
font-weight:bold;
}
#announcement{
text-align:center;
border:2px solid #C11B17;
background-color:#F75D59;
font-weight:bold;
width:739px;
margin: 4 auto;
}







