PDA

View Full Version : Box Alignment


winterdude
05-05-2007, 10:46 PM
Hi.

My template I am creating (found here http://home.stny.rr.com/lukach/colorsplash/imex.html) is almost complete, and it is validated, but I have one little problem....the gray box in the top of the template. This is probably a stupid question, but this is my very first template so I'm still learning. How can I make the box align with the text on the right column?


#box {
BORDER: 10px solid #cdcdcd;
PADDING: 10px;
BACKGROUND: #9c9c9c;
WIDTH: 375px;
HEIGHT: 197px;
float:right;
text-align:justify;
margin:0px;
}


Above is the CSS code I use for the box. The float:right doesn't achieve what I want.

Pegasus
05-06-2007, 05:59 AM
I don't see that grey box. I'm using NS7 on a Mac and to be honest, none of the content shows up. I see the Colour Splash title and the footer scrunched up underneath it.

Peg