View Single Post
  #24 (permalink)  
Old Jan 30th, 2007, 18:42
snow snow is offline
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help! I can't get my boxes to align!!

Sorry about that - I thought you were wanting them side-by-side... my bad interpretation.

Changing the CSS for the logo to:
Code: Select all
#logo {

    width:200px;
    height:127px;
    position:absolute;
    left:0; top:0;
    background-color: #6666FF;}
Should give you what you're after?
Reply With Quote