Re: Internet Explorer centering everything
Here's my favorite centering trick:
in your css file, try this:
TABLE.Container { width: 900px; margin-left: auto; margin-right: auto; background-color: #FFFFFF; }
margin-left: auto;
margin-right: auto;
is the secret.
better than center!
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
|