I have my blog here @ heathersblog.com I just recently did a new theme based off another site i saw so alot of the css is borrowed from it, html is valid
anyhow as you can see with ff the pink sidebar doesn't go all the way down (the information in the sidebar exceeds it)
any help would be greatly appreciated..
alex675
Member
Posted 3 years ago #
Check to see if your sidebar has a limited length.
nope it doesn't :) that was one of the first things i was looking for
Does your sidebar elements have a css float variable?
try adding the following below the disclaimer within the divider
<div style="clear:both;"></div>
nice, glad to see it helped!