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/ >
Update Newest Post I gave the class .navigationalpanel a z-index of (1) which worked in FireFox 3 but not in IE7 or IE6 I'm open to other suggestions or unless someone knows how to get what I got working for FF3 to work in IE7 and IE6 as it appears IE7 and IE6 can't read z-index. ______________________________________________________________________ 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/