mazman13 Posted October 10, 2008 Share Posted October 10, 2008 i just looked at a snapshot of my new site in old ie browsers...i'm not sure why the links are offset... www.michaelzavala.com/show/new thanks again Quote Link to comment https://forums.phpfreaks.com/topic/127887-solved-can-someone-tell-me-why-these-bottom-links-look-bad-in-older-ie-browers/ Share on other sites More sharing options...
dropfaith Posted October 10, 2008 Share Posted October 10, 2008 i looked at broswershots and from what i see in those for older ie #footer { background-color:#000000; width: 756px; margin-left: 51px; text-align:center; color:#FFFFFF; font-size:10px; padding:2px; float:left; } margin-left 51px is probably doing it im not sure why its only on older versions should be messed up in more in thoery Quote Link to comment https://forums.phpfreaks.com/topic/127887-solved-can-someone-tell-me-why-these-bottom-links-look-bad-in-older-ie-browers/#findComment-662277 Share on other sites More sharing options...
mazman13 Posted October 11, 2008 Author Share Posted October 11, 2008 Yeah i saw that, but 80% of the site is margin-left:51... so i don't know why they are all doing it. is it cuz its floating? Quote Link to comment https://forums.phpfreaks.com/topic/127887-solved-can-someone-tell-me-why-these-bottom-links-look-bad-in-older-ie-browers/#findComment-662383 Share on other sites More sharing options...
dropfaith Posted October 11, 2008 Share Posted October 11, 2008 is footer nested inside another div that is 51 px left? if so thats your problem div container is 51 left so is footer therefore footer is really 102 over? Quote Link to comment https://forums.phpfreaks.com/topic/127887-solved-can-someone-tell-me-why-these-bottom-links-look-bad-in-older-ie-browers/#findComment-662385 Share on other sites More sharing options...
mazman13 Posted October 11, 2008 Author Share Posted October 11, 2008 I added a a display:block...also took off the padding for left and right...and took off float:left...it worked. lol don't know why. Quote Link to comment https://forums.phpfreaks.com/topic/127887-solved-can-someone-tell-me-why-these-bottom-links-look-bad-in-older-ie-browers/#findComment-662440 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.