hello all
Just come across a problem regarding extra margin and/or padding within ie on my divs. Ok its not a major problem in respect to my layout but id like to get it sorted.
After doing some reading I have discovered that ie has issues with doubling padding/margin after floats, looked at the display inline fix but it doesnt seem to work and im not sure what to apply it to within my code:
Code:/* Footer Section */ #res-navigation-bottom { padding:0px; margin-bottom:20px; } #res-navigation-bottom .left { float:left; width:20%; } #res-navigation-bottom .center { float:left; clear:right; width:60%; text-align:center; } #res-navigation-bottom .right { float:right; width:20%; text-align:right; clear:right; } #res-pages { text-align:center; clear:both; }with the code as it is the res-pages div appears much further down in ie, i have tried the fix but it doesnt seem to make a difference :|Code:<div id="res-navigation-bottom"><div class="left">< Previous Page</div><div class="center">Page x of x</div><div class="right">Next Page ></div></div> <div id="res-pages">1 2 3 4</div> <div class="reserved"> </div>








Bookmarks