View Single Post
Old 29-02-2008, 00:13   #7 (permalink)
YorkshireRam
Harry Loves Ewe
 
YorkshireRam's Avatar

 
Join Date: Nov 2004
Location: Lancaster / Yorkshire
Posts: 1,088
Rob, download Firebug for Firefox great wee app for sorting niggly little problems like this.
infact, the clears are ok, the problem lies with the content div, a height was specified when it should be set to auto.

Code:
<div id="content-wrap">
<!--height: 1262px-->
<div id="main" style="width: 535px; height: 529px;"> 

should be

<div id="content-wrap">
<!--height: 1262px-->
<div id="main" style="width: 535px; height: auto;">
looks like a nice deal I found T1S's super smokey though compared to the T1Rs, don't make them anynore though
YorkshireRam is offline   Reply With Quote