Thread
:
Wordpress CSS questions
View Single Post
2006-09-09, 06:14 PM
#
2
jayeff
Just because I don't care doesn't mean I don't understand!
Join Date: Sep 2006
Posts: 95
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
View Public Profile
Visit jayeff's homepage!
Find More Posts by jayeff