Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • marcendres Friend
    #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.de

    Sherlock Friend
    #276234

    Hi 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.

    marcendres Friend
    #276255

    First 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 …


    1. image-with_backgr-pos-0px
    2. image-with_backgr-pos-50px
    Sherlock Friend
    #276383

    dear 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 .

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