|
Tailslide -> RE: background image problem (12/8/2007 8:02:27)
|
For reasons I won't bore you with I haven't got my usual computer and browser (i.e. FF web developer extension which generally answers these sort of questions) but from the look of it you've got this: <p><br class="clearboth"/>
</p> After your main content are - remove that, add "clear:both" into your bottom nav style rule and that should do it. Also - you've got a lot of these: <p> </p> Which is generally a bad idea. You'd be better off removing those and sticking a bottom margin of, say 20px onto both your content div and your sidebar - thus ensuring a bit of clearance.
|
|
|
|