Title: Message
The floating item in the html appears below the thing you want to float over:
you need to move the #sidecolumn above #maincolumn in the html.
I think russ has something that explains it better, as always =)
 
Also in #wrapper reset text-align:left;
this should stop it centering the middle column
 
#wrapper {
    text-align: left;
}
(just add it on to the other stuff)
 
also in the #sidecolumn, you have a <ul> but you have to remove the default margins/padding otherwise it pushes the box too big.
try #sidecolumn ul {
    margin: 0;
    padding: 0;
}
 
And one last thing, you forgot the starting { on the html>#maincolumn /* be nice to opera */
so put that on, and it should be sweet
 
hope that works out.
 
Tim Hill
Computer Associates
Graphic Artist
tel: +612 9937 0792
fax: +612 9937 0546
-----Original Message-----
From: Universal Head [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 07, 2004 12:38 PM
To: [EMAIL PROTECTED]
Subject: [WSG] back again but with no tables

Hi

Back with this site and I've removed those pesky tables and added the right Doctype so perhaps I can impose on someone to explain why I can't get this layout to work! I think I've done all the right things but the right hand column refuses to float comfortably beside the left one. They are both within a container div.

Page is here:

http://universalhead.com/clients/jands/audio.html

CSS is here:

http://universalhead.com/clients/jands/css/jands.css

As Dr Smith said, "oh the pain, the pain!" And as the fly with the human head said: "Heeelp meeeee ...."
-- 


peter gifford

universal head    
design that works

visit  7/43 bridge road
        stanmore nsw 2048
       australia
call   (+612) 9517 1466
fax     (+612) 9565 4747
email   [EMAIL PROTECTED]
site      www.universalhead.com

Reply via email to