Page 1 of 1

css help

Posted: Wed Mar 17, 2004 9:04 am
by KompresZor
How can I get some white space above the box on the bottom of this
page? The box wants to reference itself off the text and not the picture for some reason (as you can tell I'm not very good at this stuff) I just figure out what I want to do, then google till I figure out how to do it, but this one has me stumped :?

This is what I have in the Style.css for the box.

.box {/*little box in footer*/
clear : both;
background: #cc9966;
color : #FFFFFF;
text-align : center;
font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
font-size: 14px;
padding : 2px;
margin : 2px;
border-color : #800000;
border-style : groove;
border-width : 2px;/* the border property in longhand*/
}

Posted: Wed Mar 17, 2004 10:35 am
by Plebeian
Looks like your last pictures doesn't use the Pics class. I bet that the box is set up properly, it just doesn't look like it, due to the border around the image just above it (compounded with the image not being moved over 10px like the others).

Posted: Wed Mar 17, 2004 1:24 pm
by KompresZor
That fixed it, Thanks :D
It's always the little things isn't it.

Posted: Wed Mar 17, 2004 1:29 pm
by Plebeian
:D Yep, usually something very minor, and very "stupid". Doesn't make it any easier to figure out, though usually, since the little things we just assume are fine. :)