Forum Moderators: not2easy

Message Too Old, No Replies

I need a 1px container

I need a 1px container

         

Steverino

3:36 pm on Apr 14, 2006 (gmt 0)

10+ Year Member



I have designed a web page that requires a content container with a 1px border...no bevel, no shadow...no nothing...just a 1px border.

Is there a special way to create this? I've tried but, it does not show up.

Fotiman

3:41 pm on Apr 14, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month




<div class="xyz">
This has a 1px border.
</div>

.xyz { border: 1px solid black; }

Steverino

5:54 pm on Apr 14, 2006 (gmt 0)

10+ Year Member



Thanks!...worked like charm!