View Full Version : div layers?


somechick
01-25-2003, 09:52 PM
I was wondering how you get the border color to show up on div layers. I keep trying and i don't see anything. Here's my code...

<div id="Layer3" style="position:absolute; left:3px; top:504px; width:410px; height:141px; z-index:3; background-color: E9EDEE; layer-background-color: E9EDEE; border: 1px #000000">


the background color shows up but not the border

Alcy
01-25-2003, 10:31 PM
You have to add what type of border you want :)


<div id="Layer3" style="position:absolute; left:3px; top:504px; width:410px; height:141px; z-index:3; background-color: E9EDEE; layer-background-color: E9EDEE; border: 1px solid #000000">

somechick
01-25-2003, 10:57 PM
thanks so much