Thursday, September 15, 2005, 9:49:36 AM, shlomi asaf wrote:
> why moz doesnt support text-align:center
All major browsers support text-align [1].
The behavior you're expecting (that it affect block elements like DIV) was
a bug in IE5.x (retained in IE6 Quirks mode).
To center block elements, se
shlomi asaf wrote:
> http://www.dogma.co.il/shlomi/Css/
>
> here is the sketch of the site
> http://www.dogma.co.il/shlomi/Css/images/migvan.gif
Try adding a containing div around everything
eg;
[rest of code here]
body {
text-align: center;
}
#container {
margin: 0 auto;
}
the a
ahhh i see
(I just re-read my post and it was a bit abrupt, that was unintentional,
I'm really busy at work and I just typed it as I thought it - mental
note to re-read emails before clicking send!)
Do you have a live example we can look at?
Have you stripped everything out?
What are you tr
Hi buddies :)
Wassap?
why in moz this code doesnt work, and only in IE it does?
.body{
height:90%;
width:100%;
text-align:center
}
IE
Moz
why moz doesnt support text-align:center, but recive tag?
thanks!
Neo
__
css-d