Try this code. Note, I just added the black background to the ContentChat div just so I could see the divs line up side by side. This code should work across modern browsers.
<style type="text/css">
#containerchat {
width: 100%;
margin-left: auto ;
margin-right: auto ;
height: 600px;
}
#navbarchat {
width: 375px;
float:left;
}
#contentchat {
margin-left: 20px;
height: 600px;
background-color:Black;
overflow:hidden;
}
#footerchat {
clear: both ;
}
</style>
JorgeM
Senior Poster
3,996 posts since Dec 2011
Reputation Points: 294
Solved Threads: 543
Skill Endorsements: 115
JorgeM
Senior Poster
3,996 posts since Dec 2011
Reputation Points: 294
Solved Threads: 543
Skill Endorsements: 115
Question Answered as of 11 Months Ago by
JorgeM