Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS bar wrap Problem

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #35973
    dagash
    Participant

    that is my footer bar (link here ).
    i sliced to 3 pictures as shown here (Your text to link… ) .

    how can i make it as css ? is it by using 3 divs like this








    and css :


    #pictureRIGHT {
    background : url ( ..... ) no-repeat;
    width + height : ass picture dimensions ;
    float : left ; /* IS IT NECESSARY USING float here ?? */
    }

    #CONTENT {
    background : url (....) repeat -x ;
    height : ass picture dimensions ;
    }

    #pictureLEFT {
    background : url ( ..... ) no-repeat;
    width + height : ass picture dimensions ;
    float : right ;
    }

    make sure that this bar in website which is aright to left direction language ..

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.