|
Hey there John!
I checked out your site and was trying to figure out what's going wrong. To me it appears that you're suffering from a case of div-itis. You've got a few too many divs going on there, and its going to get confusing for you.
Anyways, as for a fix... try this:
/* CSS Document */
* {
padding:0px;
margin:0px;
}
body {
background-color: black;
}
#container {
background-color: #181515;
width: 971px;
padding: 4px;
}
#leftcol {
width: 183px;
background-color: #181515;
float: left;
background-image: url('http://myspacemagic.net/newlayout/lefttitle.png');
background-repeat:no-repeat;
padding-top:23px;
}
#midcol {
margin-left:184px;
width: 617px;
padding-top:23px;
background-image: url('http://myspacemagic.net/newlayout/midtop.png');
background-repeat: no-repeat;
}
__________________
Plugin-Developer.com - Custom plugin development to fit your needs. Plugins available for WordPress and Drupal, among others.
|