Page 1 of 1

Two-colored Border???

PostPosted: Sat May 29, 2004 12:53 am
by bee
Hi, how could I put a 2 colored border around the IMG.display?

Thx for your help

Cheers, Bee

PostPosted: Sat May 29, 2004 1:30 am
by oochappan
try this
Code: Select all
.display {
border: rgb(255,0,0) 5px solid;
background-color : rgb(0,0,255);
padding: 5px;
display : block;}
and change the margin, border as u like (try once a groove border)

THANKS....

PostPosted: Sat May 29, 2004 2:21 am
by bee
You are good :D ...it did work,appreciate it very much...

Cheers, Bee