sjemp
01-14-2004, 05:33 AM
If i want to use css and i have this code in html:
<div id="Layer9" class="Layer9" style="position: absolute; left: 211; top: 135; width: 433; height: 514; z-index: 6; visibility: visible">
how do you write this in your stylesheet?
I tried this:
.Layer9 {position: absolute; left: 211; top: 135; width: 433; height: 514; z-index: 6; visibility: visible }
but somehow it doesn't work
<div id="Layer9" class="Layer9" style="position: absolute; left: 211; top: 135; width: 433; height: 514; z-index: 6; visibility: visible">
how do you write this in your stylesheet?
I tried this:
.Layer9 {position: absolute; left: 211; top: 135; width: 433; height: 514; z-index: 6; visibility: visible }
but somehow it doesn't work