PDA

View Full Version : I suck with float objects...



dewey
April 1st, 2007, 03:02 PM
Hey guys... I am having a terrible time with float. I don't understand it right or something... I have this layout I'm trying to build...

www.whatadewitt.com/cats (http://www.whatadewitt.com/cats)

and you'll see a rounded corner div under everything... I want that to be in the whitespace on the right hand side... can anyone give me a hand? If you need the css let me know and I'll post it, but the firefox web developer extension will grab it for you

any help is great...

thanks!

--d

edit: i know the site looks ridiculous but i'm just doing it as a gag for a friend and i! ha ha ha!

irrationalistic
April 1st, 2007, 03:36 PM
You could probably repair that problem by using:


display: block;

Then set the width and height to specific values. From there, CSS will be able to determine the size of your object and you should be able to use floats as much as you want!