Jump to content

Background - "fixed" does not work properly


kvnmck18

Recommended Posts

When you use a code like the following:

background-image:url('images/image.png');background-repeat:no-repeat;background-position:top left;background-attachment:fixed

...The image is not placed properly...but in all other browsers it's perfect (including IE 6)...anyone else run into this yet?When I remove the "fixed" it's in the right place, but I also want it fixed.(this is in a div)

Link to comment
Share on other sites

it's currently:

overflow:auto;background-image:url('images/main_menu_back_in.png');background-repeat:repeat-y;background-position:top right

I want it in the EXACT position I have it now...but...just get it "fixed" ...but when I do it moves the image in a wrong position....and I was wrong in Mozilla it's doing the same too...but not on all the thing I've tried, with this it's the same problem.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...