Click to See Complete Forum and Search --> : border


comptech520
08-10-2005, 08:50 AM
Hi,

Please go to http://photowebevents.com

In the login area, you will notice a light red border.

I realyl don't want a border, I want a line. If you see the line at the top that is all I want. I don't want the left, right and bottom border.

Whats a good way to do this?

Thanks,

Shawn

comptech520
08-10-2005, 08:58 AM
Nevermind, got it. I am still learning CSS :)

Fang
08-10-2005, 09:01 AM
Combine the class, the 3 rules into 1:
.border1 {
border:0;
padding:5px;
}