strange background-color problem

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?
 
G

Guest

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?

#99616 - one digit is missing, each color uses two digits...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top