Hi All,
Check out my site http://www.thai-discovery.com/ my forums box in the middle column is f#$ked.
Here is my css code
HTML Code:
.forumwrapper {
border:solid;
height: 70px;
margin:0;
}
.forumbox {
font-size:16px;
height: 70px;
border: thin;
background-image: url(images/Background/Thailand-forum-button.jpg);
background-repeat: repeat-x;
width: 180px;
}
.forumboxcontent {
height: 70px;
padding-left: 5px;
border:thin;
background-color:#ffffff;
width: 350px;
background-image: url(images/Background/Thailand-forum-button.jpg);
I tried the float left tags, but that make the div box below i go under the forumwrapper div tag.
|