Results 1 to 3 of 3

Thread: CSS Left and Right Frames Layout - HELP!

  1. #1
    Join Date
    Jan 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS Left and Right Frames Layout - HELP!

    I'm using the CSS Left and Right Frames Layout for my website and I was wondering how to make background images that stay in the two side columns. The Left and Right Frames. I've split a large background into three, one for the left, middle, and right. I was wondering where in the CSS can I put a background tag to display an image there instead of just color. Thanks

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Where it says background color: #000000;

    Or similar of course... add before that:

    background: url(http://yoursite.com/path/to/image.jpg);

    If you can post your CSS I could tell you exactly where to put it
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Jan 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thank you

    Much abliged, thank you. It works well.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •