-
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...
-
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;
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks