Web Office Juan wrote:
Quote:
How can I center the two selectors (#banner, #content) of my web page using only css? |
Hi
body{
text-align: center; <-- forces IE 5.x pc to center the wrapper
}
#wrapper{
position: relative;
text-align: left; <-- realigns the text after above hack
margin: 0 auto; <-- centers the div on the page
}
then position your #banner and #content within the wrapper.
--
Cheers jojo
Team Macromedia Member Volunteer for Dreamweaver MX
http://www.webade.co.uk
----------------------------------------------------
Extending Knowledge, Daily.
http://www.communityMX.com/
Free 10 day trial
http://www.communitymx.com/joincmx.cfm
----------------------------------------------------