My code first
The background color of this layer never changes..the layer is always tranperant and displays the color of my body tag <body bgcolor="#CCCCCC">. Any ideas why?
Code:
<div id="Layer2" style="position:absolute; width:554px; height:46px; z-index:11; left: 247px; background:background-color: #FFFFFF;top: 15px;"></div>
The background color of this layer never changes..the layer is always tranperant and displays the color of my body tag <body bgcolor="#CCCCCC">. Any ideas why?