fix image and pattern in body

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

    fix image and pattern in body

    Hi there,

    I'm trying to realize a css with an fixed image in the upperleft and
    additionally a pattern which fills the whole body of the site.
    --
    Eine Minute kann unterschiedlich lang sein,
    je nachdem, ob man vor oder hinter der Toilettentüre ist.


  • Spartanicus

    #2
    Re: fix image and pattern in body

    Robert Blasius <robertblasius@ yahoo.de> wrote:
    [color=blue]
    >I'm trying to realize a css with an fixed image in the upperleft and
    >additionally a pattern which fills the whole body of the site.[/color]

    html{background :url(pattern.pn g)}
    body{background :url(fixed.png) fixed no-repeat}

    Note that IE doesn't support fixed CSS backgrounds (there is a scripting
    hack).

    --
    Spartanicus

    Comment

    • Robert Blasius

      #3
      Re: fix image and pattern in body

      Spartanicus wrote:
      [color=blue]
      > Robert Blasius <robertblasius@ yahoo.de> wrote:
      >[color=green]
      >>I'm trying to realize a css with an fixed image in the upperleft and
      >>additionall y a pattern which fills the whole body of the site.[/color]
      >
      > html{background :url(pattern.pn g)}
      > body{background :url(fixed.png) fixed no-repeat}
      >
      > Note that IE doesn't support fixed CSS backgrounds (there is a scripting
      > hack).
      >[/color]
      Thanks a lot for Mozilla it worked fine.
      --
      Eine Minute kann unterschiedlich lang sein,
      je nachdem, ob man vor oder hinter der Toilettentüre ist.


      Comment

      Working...