background-repeat: repeat-x works fine in IE and FF and as expected,
produces something like
............
hello
............
On Safari, the output is not what is desired.
||||||||||||||. .......
|||h|e|l|l|o||
||||||||||||||. .......
Is there a reason why this would happen?
Thanks,
produces something like
............
hello
............
On Safari, the output is not what is desired.
||||||||||||||. .......
|||h|e|l|l|o||
||||||||||||||. .......
Is there a reason why this would happen?
Thanks,
Comment