-
AuthorPosts
-
October 20, 2008 at 7:45 am #134597
Hi,
I would like to change left column to right position. I changed mainbody to float:left and ja-current-content to float left, but I don’t know how to change position of “background: url(../images/main-bg1.gif) repeat-y left.
The problem is the second line at the left within the container, which should be at the right.
Does anybody know how to change???:((Sorry, I forgot the link:
saarmesse2.intersaar.deSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 20, 2008 at 9:16 am #276234Hi marcendres !
you can control background position by using css code below :
background-position: top left ;
or :
background-position: 20px 40px ;
with 20px is horizonal absolute position and 40px is vertical absolute position.
October 20, 2008 at 10:49 am #276255First jpg shows 2 two vertikal lines which are shown by this entry in template.css:
LINE: 506
#ja-container {
border-top: 1px solid #E7E8E6;
border-bottom: 1px solid #E7E8E6;
background: url(../images/main-bg1.gif) repeat-y left;
background-position: 0px ;
}Second jpeg shows the same two vertikal lines shift for about 50 px parallely at the right!
Code on line 506:
#ja-container {
border-top: 1px solid #E7E8E6;
border-bottom: 1px solid #E7E8E6;
background: url(../images/main-bg1.gif) repeat-y left;
background-position: 50px ;
}But I can`t understand why css reacts for top navigation!
The problem is, that the distance should be about 80% of 75% of the wrapper which has a width of 950 px …
-
Sherlock Friend
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 21, 2008 at 7:07 am #276383dear marcendres !
ja-container only stores body of web, so it will doesn’t affect to top navigation.
I highly recommend you modify background image for it as it is easy to solve the problem !
you can create a new image for your background .1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Sherlock 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum