Christopher R wrote:

> FireFox, and the links don't work either in any browser I find it odd.


Hello Chris, place this CSS below the rest of the embedded CSS.

#logo {
        z-index: auto;
}
#navigationpanel  {
        position: relative;
}
#topbar {
        position: relative;
}
.wr {
   background: transparent;
}


The background that you are seeking for div.wr can not be achieved by 
positioning and layering methods you are currently using. I can see what 
you want but the white background and *creative sheep header image* must 
be in a lower layer (parent div). At first thoughts, I would wrap both 
div#logo and div#topbar in a wrapper div with the background of the 
*creative sheep header image* but seeing those other images surrounding 
may make this option not work as desired.


-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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