Results 1 to 2 of 2

Thread: Vertical Align Problem...

  1. #1
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default Vertical Align Problem...

    http://rotsod.bravehost.com/merch.html
    Thats the link to the site...
    Problem:
    As you probably can see, the box with the menu *right box* needs to move it out the way for the background. If it can be anywhere closer to the bottom *or on the bottom* that would help... I am pretty good with CSS. I TRIED V-Align: bottom, Vertical-Align: bottom; , and that didn't work...

    Thanks everyone...

  2. #2
    Join Date
    Feb 2007
    Posts
    293
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Relative moves an element relative to its normal position. So if you want the div called menuright to be, for example, 300 px lower than it is, try adding this to the css for menuright:

    position:relative;
    top:300px;

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
  •