Results 1 to 2 of 2

Thread: HTML/CSS Help

  1. #1
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    2,087
    Tokens
    138

    Latest Awards:

    Default HTML/CSS Help

    Hey,

    I'm currently working on a basic layout for something at my school:



    I have that, and it looks like this:



    Now, I want there to be two white lines down each side (like vertical lines) the same as the div with id sep (But width: 3px; height 100%

    Also, I want the footer (The div id sep and the text aligned to the bottom of the page.

    Help?

    I'm not the best at explaining so ask if you don't understand

  2. #2
    Join Date
    Sep 2008
    Posts
    718
    Tokens
    0

    Default

    Quote Originally Posted by Johno! View Post
    Hey,

    I'm currently working on a basic layout for something at my school:



    I have that, and it looks like this:



    Now, I want there to be two white lines down each side (like vertical lines) the same as the div with id sep (But width: 3px; height 100%

    Also, I want the footer (The div id sep and the text aligned to the bottom of the page.

    Help?

    I'm not the best at explaining so ask if you don't understand
    HTML Code:
    }
    #line_left {
        background-image: url(images/line_left.png);
        position:absolute;
        top: 283px;
        left: 82px;
        width: 100px;
        height: 100px;
    add that to your style and adjust the top, left, width and height until you get it right.
    do the same for right.

    hope i helped
    +.net - omg it's coming o_o

Posting Permissions

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