Stickybomb Posted March 20, 2007 Share Posted March 20, 2007 he i have a page that lines up and works perfect in all browsers accept IE, it offsets everything differently or something, i heard some say that it had something to do with borders or what not and that there was a hack or something to make E play well with others so to speak. basically i am offsetting some divs -20 to the left and this lines everything up fine accept in IE if anyone could help fix this or point me in the direction of where a good reference on the difference between the browsers I would greatly be appriciated Thks;) Quote Link to comment https://forums.phpfreaks.com/topic/43475-solved-ie-positioning-help/ Share on other sites More sharing options...
ToonMariner Posted March 20, 2007 Share Posted March 20, 2007 a link would help but this sounds like the old box model problem... http://css-discuss.incutio.com/?page=BoxModelHack one way to free yourself from having to hack a lot is to use a strict dtd... Quote Link to comment https://forums.phpfreaks.com/topic/43475-solved-ie-positioning-help/#findComment-211243 Share on other sites More sharing options...
cmgmyr Posted March 20, 2007 Share Posted March 20, 2007 can you please post some code, or a link to the page that you are having issues with? Quote Link to comment https://forums.phpfreaks.com/topic/43475-solved-ie-positioning-help/#findComment-211245 Share on other sites More sharing options...
Stickybomb Posted March 20, 2007 Author Share Posted March 20, 2007 a link would help but this sounds like the old box model problem... http://css-discuss.incutio.com/?page=BoxModelHack one way to free yourself from having to hack a lot is to use a strict dtd... wow that helps me out alot, basically you can set a complete different set of stylesheets for each set of browsers using all of that. Thats exactly what i have been looking for... THKS Toon Quote Link to comment https://forums.phpfreaks.com/topic/43475-solved-ie-positioning-help/#findComment-211314 Share on other sites More sharing options...
dbrimlow Posted March 20, 2007 Share Posted March 20, 2007 Another "Must read" link about all of the various IE problems and hacks from the creator of the "Holly Hack". It sounds like you are suffering from the IE doubled margins problem. http://www.positioniseverything.net/ Quote Link to comment https://forums.phpfreaks.com/topic/43475-solved-ie-positioning-help/#findComment-211654 Share on other sites More sharing options...
ToonMariner Posted March 21, 2007 Share Posted March 21, 2007 wow that helps me out alot, basically you can set a complete different set of stylesheets for each set of browsers using all of that. Thats exactly what i have been looking for... THKS Toon Having different stylesheets for different browsers is (in my opinion) far from an acceptable solution - but hey if you have the time to update them all then its the right one for you. Quote Link to comment https://forums.phpfreaks.com/topic/43475-solved-ie-positioning-help/#findComment-212006 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.