Hey All,
This is my First mail to the group so go easy :)
Ive just started mocking up a little layout for the company i work for, and ive run into a very annoying bug with Mozilla!
Have a look at http://www.phunky.co.uk/bs/ in IE & Opera see how the content stays within the layout!?
Well go have a look at it in Mozilla and Firebird... It wont extend the height of the content wrapper, and totaly clears it :/ i know its to do with Floats but i cant get my head round why?
Any Help will be great :D
Many Thanks
Mark Harwood
www.phunky.co.uk
Belows the HTML & CSS used...
### CSS ###
#content {
width : 685px ;
background : #EFEFEF ; border : 8px solid #EFEFEF ;
}
#news {
width : 400px ;
}
#sidemenu {
width : 243px ; float : right ;
}
### HTML ###
<div id="content">
<div id="sidemenu" class="contentBox">
blah<br/>
</div>
<div id="news" class="contentBox">
blah<br/>
</div>
</div>
***************************************************** The discussion list for http://webstandardsgroup.org/ *****************************************************
