Hi Please check this page in Forefox. When you open in IE, it is displyaed OK, but in Firefox adbox overlaps the bottom div (Related links, comments, Who voted bar). I am not a programmer so please advise how can I fix it. Link: http://www.totalpad.com/story.php?title=Why_I_Finally_Gave_Up_Diet_Soda
Try putting in the CSS of the Related links, comments, Who voted bar <-the DIV that holds thyose together. put in their float: left; clear: both;
yes, if u dont know where the CSS for it is Just add: style="float:left;clear:both" inside the div such as: <div style="float:left;clear:both;"> He's exactly right.