PDA

View Full Version : CSS - +REP!!



myke
05-02-2007, 07:54 PM
Ok, I need to do more than one thing at a time like this:



body {
border-top, border-bottom: 1px solid black;
}

However that doesn't work?

Invent
05-02-2007, 07:57 PM
You cant do 2 at a time I think (im not v.gd with CSS).

Just do:



body {
border-top: 1px solid black
border-bottom: 1px solid black;
}

myke
05-02-2007, 08:02 PM
Yes I know that but I don't want to type it out twice.

Invent
05-02-2007, 08:22 PM
Tough luck ;p

myke
05-02-2007, 09:32 PM
tehe, anyone help? seen it in many layouts

Sam
06-02-2007, 12:39 AM
Dont be goddamn lazy..

Just do it how Invent said.

JamesRouale
06-02-2007, 12:57 PM
You seem to be missing the point Sam.

Want to hide these adverts? Register an account for free!