Soldato
- Joined
- 12 Feb 2006
- Posts
- 17,643
- Location
- Surrey
everytime i start a blooming website i always have this problem, spend 20 minutees working out what i have to do, then go and forget it for the enxt time.
Here i am once again trying ti figure out how to center a webbsite layout for IE, i got it working in FF but not IE6, (can't test IE7).
this is what i do for FF,
#wrapper {
margin: 0px auto 0px auto;
}
like i say works in FF not IE6. Even when i look at my old code i can't remember how to get it to work and im searching google and these forums and just can't find an answer.
It so annoying as i know CSS well, but this thing everytime gets me and is the first thing that needs fixing.
Here i am once again trying ti figure out how to center a webbsite layout for IE, i got it working in FF but not IE6, (can't test IE7).
this is what i do for FF,
#wrapper {
margin: 0px auto 0px auto;
}
like i say works in FF not IE6. Even when i look at my old code i can't remember how to get it to work and im searching google and these forums and just can't find an answer.
It so annoying as i know CSS well, but this thing everytime gets me and is the first thing that needs fixing.