css help

For system help, all hardware / software topics NOTE: use Coders Corner for all coders topics.

Moderators: Krom, Grendel

Post Reply
User avatar
KompresZor
DBB Captain
DBB Captain
Posts: 919
Joined: Wed Jul 31, 2002 2:01 am
Location: Clearfield, Pennslyvania

css help

Post 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*/
}
Plebeian
DBB Alumni
DBB Alumni
Posts: 1055
Joined: Wed Dec 22, 1999 3:01 am
Location: Austin, TX, USA
Contact:

Post 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).
User avatar
KompresZor
DBB Captain
DBB Captain
Posts: 919
Joined: Wed Jul 31, 2002 2:01 am
Location: Clearfield, Pennslyvania

Post by KompresZor »

That fixed it, Thanks :D
It's always the little things isn't it.
Plebeian
DBB Alumni
DBB Alumni
Posts: 1055
Joined: Wed Dec 22, 1999 3:01 am
Location: Austin, TX, USA
Contact:

Post 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. :)
Post Reply