Forum Moderators: not2easy
<div id="gridField" style="position:absolute; left:325px; top:96px; width:453px; height:159px; z-index:4; background-color: #000000; layer-background-color: #000000; background-image: url(images/gradient_bkg.gif); layer-background-image: url(images/gradient_bkg.gif); border: 1px none #000000;" class="runaround"> </div>
help!
thanks
You can also get rid of "border: 1px none #000000;" since you are setting the border in the class rule (also, AFAIK, "none" is not a valid border style; valid styles are "solid", "dotted", "dashed", "edge" and "groove").
Other than that I don't see anything that would cause the layer not to display.
Jordan
<div id="gridField" style="position:absolute; left:325px; top:96px; width:453px; height:159px; z- index:4; background-color: #000000; layer-background-color: #000000; background-image: url(images/gradient_bkg.gif); layer-background-image: url(images/gradient_bkg.gif); border: 1px none #000000;" class="runaround"> </div>
I would just try removing that line, or change it to solid, rather than none.
(BTW, 'none' is a perfectly good value for border-style; references:
[w3.org...]
[w3.org...]
[w3.org...] )