Kevin Champion's Library tagged → View Popular
27 Sep 09
My DebugBar | IETester / Browser Compatibility Check for Internet Explorer Versions from 5.5 to 8
01 Jul 09
Internet Explorer & CSS issues
-
Got a fixed width website and can't get it to centrally align in the window in Internet Explorer? Or you can get it to centrally align in IE but not in any other browser?
-
The second command,
margin: 0 auto, basically gives our containing element an automatic margin on the left and right, thereby positioning the containing element in the centre of the browser window.
IE however, will need slightly different commands to make this work:
body {
text-align: center
}
#container {
width: 770px;
margin: 0 auto;
text-align: left
}
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in webdesign
Related Lists on Diigo
-
Web Design Inspiration - Mixed Showcases
Items: 56 | Visits: 265
Created by: webfruits
-
Web Design
Items: 87 | Visits: 179
Created by: J Muller
-
Web Design Inspiration - CSS Showcases
Items: 101 | Visits: 129
Created by: webfruits
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
