Firefox Footer Problem (default)
-
On the default WordPress theme, I need a browser conditional statement so that the footer lines up correctly.
#footer {
padding: 0 0 0 1px;
margin: 0 auto;
width: 760px;
clear: both;
}That is the default. Firefox requires the padding all to be set to 0 to line up correctly. But IE requires the 1 pixel padding. What is the code to set it so it works in both ff and ie.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Firefox Footer Problem (default)’ is closed to new replies.