Hi,
Because you bumped your own thread (which is against the guidelines anyway) you are less likely to get an answer because people will think that your question has been answered and look at threads with no responses instead.
Try not floating the footer and putting the margin bottom on the commentform instead.
e.g.
Code:
#footer {
border-top: solid;
border-width: 1px;
width: 600px;
clear:both;
text-align: center;
padding: 8px 0px 30px 0px;
margin: 0px 40px 0px 20px;
}
#commentform{margin-bottom:30px;}
That seems to fix it for me
Bookmarks