background-repeat

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • debugger

    background-repeat

    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,

  • Randy Webb

    #2
    Re: background-repeat

    debugger wrote:
    [color=blue]
    > 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?[/color]

    Ummm, what does this have to do with Javascript???

    news:comp.infos ystems.www.authoring.stylesheets

    might be a place to start.


    --
    Randy
    comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly

    Comment

    • debugger

      #3
      Re: background-repeat

      Thanks for the info.

      Comment

      Working...