Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

[Help] background difficulty ...

Asked Modified Viewed 1,314 times
S
salsa
S
salsa 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

I have a question ... and request for assistance.
the basic background in black, add a DIV to the relevant content to them. It tightly positioned one on the left, the other firmly on the right, but not fixed.

Code:
.left-m {
   position:absolute;
   right: 0px; top: 40px;
   z-index:-1;
   width: 249px;
   height: 850px;
   background: url(http://..../right.png) right top no-repeat;
}

.right-m  {
   position:absolute;
   left: 0px; top: 40px;
   z-index:-2;
   width: 249px;
   height: 850px;
   background: url(http://..../left.png) left top no-repeat;
}


How to do the same thing, but both images to fix the page and move them.
Again I say that the two images are not inserted in the BODY, but in a separate DIV.

THANK YOU
and apologize for my "perfect" English
0 replies
There are no post found.

Category Forum

Installation Issues - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

1 participant

S
S
salsa 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet