http://www.yhack.co.uk
The two boxes wont go next to each other! One is underneath, how do I make them go side by side?
The bigger one is #middle
Thanks
The two boxes wont go next to each other! One is underneath, how do I make them go side by side?
Code:
#middle{
width:400px;
height: 600px;
border: 1px solid #000000;
background:#999999;
}
#right{
width:200px;
height: 600px;
border: 1px solid #000000;
background:#999999;
}
The bigger one is #middle
Thanks