J
Jeff
hi
asp.net 2.0
I've been banging my head against the wall for a few minutes cause of this
problem, I don't know why this problem occur.. it seems like magic to me
The problem is that the outer div below don't get the background color
:#99616. This color is being set programmatically. I've managed to put that
color on some other div without problems... I used Paint Shop Pro X2 to find
the color, the color is suppose to be html friendly... .. okay I'm using
#e38f91 as background color now and that works... as of my curiosity I
wonder why the :#99616 color didn't work when I've tested using 3 other
colors and they work...
<div id="ctl00_BottomPanel"
style="width:100%;height:41px;background-color:#99616;">
<div style="float:right; margin-right:20px; color:White;
background-color:Yellow; padding-bottom:10px; padding-top:10px;
font-size:small;" >
helloworld
</div>
</div>
any suggestions?
asp.net 2.0
I've been banging my head against the wall for a few minutes cause of this
problem, I don't know why this problem occur.. it seems like magic to me
The problem is that the outer div below don't get the background color
:#99616. This color is being set programmatically. I've managed to put that
color on some other div without problems... I used Paint Shop Pro X2 to find
the color, the color is suppose to be html friendly... .. okay I'm using
#e38f91 as background color now and that works... as of my curiosity I
wonder why the :#99616 color didn't work when I've tested using 3 other
colors and they work...
<div id="ctl00_BottomPanel"
style="width:100%;height:41px;background-color:#99616;">
<div style="float:right; margin-right:20px; color:White;
background-color:Yellow; padding-bottom:10px; padding-top:10px;
font-size:small;" >
helloworld
</div>
</div>
any suggestions?