Tim
I love you and want to have your babies, and I mean that most
sincerely.
You just solved all my problems in one succinct fell swoop.
Brilliant. There's no way I would have stumbled on those
solutions.
I'm learning, I know I'm learning, but there's SO much to
remember ...!
Thanks mate,
Peter
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
--
peter gifford
universal head
design that works
visit
call (+612) 9517 1466
fax (+612) 9565 4747
email [EMAIL PROTECTED]
site www.universalhead.com
