Bobbo171
08-08-2006, 03:47 AM
I am using a hr to clear my floats with these styles applied
hr {
visibility: hidden;
clear: both;
}
In firefox it leaves the expected 1px gap that I want, but in IE It leaves like a 6px gap which looks horrible
Any Ideas how to fix it
hr {
visibility: hidden;
clear: both;
}
In firefox it leaves the expected 1px gap that I want, but in IE It leaves like a 6px gap which looks horrible
Any Ideas how to fix it