Cory Shubert wrote:
> I have a site that is giving me grief.  I want to have an image on top

> of two different background images and I just can't seem to figure it 
> out.

> Temp url: http://69.89.31.183/~pixelago/

>Layering of images or any other elements can be done in many ways.
>Support for multiple backgrounds is still a bit weak, so you'll have to
add, or reuse, a separate element. This separate >element can be the
image itself (an <img>), or any element that can carry a background.


>Note: IE6 show no top-navigation on your page.

>regards
        >Georg

Georg,
Thanks again.  Your code snips did get the job done.  Now I can look at
it and try to figure out just what is going on and learn from it.

You mentioned that my top nav is not working in IE.  I did check and
after validation it still won't show.  I am pretty sure it did before I
was messing with the floating image issue, so maybe I screwed something
up?  Works on Mac-Safari/Firefox and PC Firefox but IE6 is blank...

It lives inside both a id of navigation that might hold the key?

/* Navigation */

#navigation ul {
        list-style-type: none;
        list-style-image: none;
        float: left;
        margin-top: -42px;
        padding: 0 0px 0 0;
}
#navigation li {
        float: left;
}
#navigation li a:link,  #navigation li a:visited {
        float: left;
        color: #565656;
        display: block;
        padding: 5px 10px;
        margin-right: 1px;
        border: 1px dashed transparent;
        height: 24px;
        font-size: 14px;
        margin-top: 4px;
}
#navigation li a:hover,  #navigation li a:active {
        color: #6D9CC7;
        background: #F5F5F5;
        border: 1px solid #FFFFFF;
        background-repeat: repeat-x;
        font-size: 14px;
        margin-top: 4px;
}
#navigation li.active a {
        color: #555555;
        background-color: #ffffff;
}

Thanks,

Cory
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to