Hello,
I have this code:
CSS:
(sorry if thats not all the CSS for the HTML Below, but it is all there in my CSS File.)Code:#left { float: left; width: 143px; height: 100%; font-size: 2px; } #top_left { background-image: url(images/top_left.gif); width: 143px; height: 14px; text-align: center; font-family: "Tahoma", Verdana; font-size: 10px; color: #FFFFFF; font-weight: bold; } #top_left_below { background-image: url(images/top_left_bot.gif); height: 179px; padding-left: 4px; font-family: "Tahoma", Verdana; font-size: 10px; color: #FFFFFF; } #left_title { background-image: url(images/left_title_bg.gif); height: 15px; text-align: center; font-family: "Tahoma", Verdana; font-size: 10px; color: #FFFFFF; font-weight: bold; padding-top: 2px; } #left_second { background-image: url(images/left_bg.gif); height: 250px; padding-left: 4px; font-family: "Tahoma", Verdana; font-size: 10px; color: #FFFFFF; /* NOT WORKING IN IE */ } #left_third { background-image: url(images/left_third.gif); /* DOESNT WORK IN IE */ min-height: 167px; text-align: center; }
HTML:
But this happens:Code:<div id="left"> <div id="top_left"> <div align="left">Radio Stats:</div> </div> <!-- First left box --> <div id="top_left_below"><iframe allowtransparency="true" height="170px" src="radio_stats/radio_stats.php" width="140px" scrolling="no" frameborder="0" id="radiostatsframe"></iframe> <div align="left"></div> </div> <!-- / First left box --> <!-- Second box title --> <div id="left_title"> <div align="left" >Navigation:</div> </div> <!-- / Second box title --> <!-- Second left box --> <div id="left_second"> Home Page<br /> News<br /> Radio<br /> Games<br /> Guides<br /> HabboLab Forum<br /> Job Openings<br /> Contact Us<br /> Surely some more links?<br /> And again<br /> ... and again!!<br /> But mabie<br /> baby I <br /> could put<br /> a drop<br /> down navigation<br /> here. That<br /> might be<br /> pretty cool! </div> <!-- / Second left box --> <!-- Third left box --> <div id="left_third"> <div id="break"></div> <div id="box"> <div id="box_top"></div> <!-- Box MID --> <div id="box_mid">A<br /> DJ AVATER<br /> WILL<br /> MOST<br /> LIKELY<br /> GO<br /> HERE<br /> :)<br /> <br /> Thanks,<br /> Tom ;)<br /> <br /> P.S. I LUV JAFFA CAKES PLEASE.<br /> </div> <!-- / Box MID --> <div id="box_bot"></div> <p> </p> </div> <!-- / Box container --> </div> <!-- / Third left box --> </div>
IE:
http://www.uploadz.co.uk/705ie.png
FireFox:
http://www.uploadz.co.uk/288firefox.png
It should be expanding to the bottom of the page but isn't
Please Help!
Tom










Reply With Quote





