Hi, I made a homepage with the help of CSS, but with a suprise, I got very diffrent result between IE 6.0 and Firefox 0.9, thous that I have placed everything with
position:relative, and then margin coordinates, don't they have the same pixel size or what ??!?!?!?
another thing, I tried to begin from zero, and see where they go diffrent when adding a new CSS line.... I thought it would go some lines before I find the changes, but I was wrong...try to view these CSS code...
body{
text-align: center;
margin: 40px auto;
font-size: 11px;
}
they will show diffrent size on the page....whats wrong, how can I make a website, when they can't even show this in the same way???
to see my site (still test)
any help to this problem will be appricieted, thnx in advance
position:relative, and then margin coordinates, don't they have the same pixel size or what ??!?!?!?
another thing, I tried to begin from zero, and see where they go diffrent when adding a new CSS line.... I thought it would go some lines before I find the changes, but I was wrong...try to view these CSS code...
body{
text-align: center;
margin: 40px auto;
font-size: 11px;
}
they will show diffrent size on the page....whats wrong, how can I make a website, when they can't even show this in the same way???
to see my site (still test)
any help to this problem will be appricieted, thnx in advance