On Tue, Mar 24, 2009 at 9:39 AM "Alan Gresley" <a...@css-class.com> wrote:
>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/
> 

Alright, I got it working but the problem is the z-index rule places the logo 
image behind the white box not in front.  I have tried z-index: 1 
which after doing that makes the links not work.
______________________________________________________________________
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