View Single Post
Old 2006-09-09, 06:14 PM   #2
jayeff
Just because I don't care doesn't mean I don't understand!
 
jayeff's Avatar
 
Join Date: Sep 2006
Posts: 95
Send a message via ICQ to jayeff
It would take a long time to dissect the files if the solution isn't an easy one. But it looks like a height issue for FF.

Try adding clear: both; to the styling of hr, so it becomes:
hr {
display: none;
clear: both;
}

That may be all you need...
jayeff is offline   Reply With Quote