Jump to content

[SOLVED] Coloration not working right in CSS


amazon3d

Recommended Posts

For some reason the settings under .title are not working correctly if you look at the link below you can see two different colors even though they are all 1 color in the CSS.

If anyone could figure it out, might just need a fresh set of eyes to glance over it.

http://www.shawnmangeot.com/test/hq/index.php

<div id="content">
<h2 class="title">Welcome to ShawnMangeot.com®!</h2>
<div class="story">

</div>
</div>

#content .title {
padding: 10px 20px;
background: #A4B654 url(../images/img4.gif) repeat-x left bottom;
font-size: 1em;

It still isn't clear what you are talking about.

 

The color you designate will not matter if you have a background image.

 

img4.gif is controlling the background of .title - you could designate any color you want, but it means nothing so long as the background image is present. The background image is what is showing.

Thanks a bunch, I thought something was strange about the image being there.  Then it occurred to me that .gif cant use the color #A4B654.  So that is why it wasn't showing up right.

Thanks again for getting me to look at it and find the bug  :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.