Quote:
Originally Posted by spok61438
the proposition from BWiz is working and the other aint.
thank you very much for your help
|
Sorry, I neglected to add 'fixed' into the mix.
Try this:
Code:
body {
font:11px verdana, arial, helvetica, sans-serif;
color:#222;
background: white url(bg.jpg) fixed bottom left no-repeat;
}
BWiz's method results portions the headphone image being shoved off to the left and out of the viewport at lower resolutions/browser window sizes...the above doesn't - it keeps the image bottom left, without cutting any of it off, whatever the resolution. Try it, you'll see what I mean.
Hope that helps,
Gary
P.s. only tested in FF