I have a page with all proper declaration and everything yet IE is being Very stubborn and not centering. Newest version of IE, and I have tried like 4 different ways of centering.
I have a page with all proper declaration and everything yet IE is being Very stubborn and not centering. Newest version of IE, and I have tried like 4 different ways of centering.
Hey you! Go make something!
Gonna need to see some code
Ron Roe
Web Developer
"If every app were designed using the same design template, oh wait...Bootstrap."
can we go into a private conver. (Its for a client)
Hey you! Go make something!
Yup
Ron Roe
Web Developer
"If every app were designed using the same design template, oh wait...Bootstrap."
IE never works better , To Do the webpage in center you should use below code. sometimes IE don't make your page in center , but other browsers do , so just try it .
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Originally Posted by Noteleklabs, post: 241559
You need to make sure you've defined a width, and then margin-left: auto; margin-right: auto; or just margin:0 auto;
Last time I checked (which admittedly was 3 or 4 years ago on an older version of IE), IE didn't support the auto margins. You had to have a div inside another div that was 100% width and text-aligned to center--really gross.
Only with IE6 and below. IE7 css2 was integrated correctly... although ie is crap anyway. lolOriginally Posted by Lever, post: 241918
If you like my comments to your thread please click the LIKE button
<<Plrease ignoer my typo's I have isdexlyia>>
To expand on m3n's statement:
-IE: Total crap
-Safari: Partial crap
-Chrome: Fast but invasive
-Opera: Good but weird
-Firefox: Fast and Awesome! (but if you have a lousy computer go with Chrome it's lighter)
Says the guy with the FF logo for an avatar...Originally Posted by shovenose, post: 241972
![]()
Ron Roe
Web Developer
"If every app were designed using the same design template, oh wait...Bootstrap."