Hi
I made my Navigation Bar bar Transparent and would like my Header's background image to overlow to my navigation bar;
I've tried
#CommonHeader{ background-repeat: no-repeat; overflow: visible;}
#CommonHeaderTitleArea{ background-repeat: no-repeat; overflow: visible;}
But it does not work...any ideas?
Can't be done as the CommonNavigation does not reside in the commom header, so background images cannot overflow.
You could try
#CommonNavigation{ background: transparent url(xxx) ... [left|center|right] -100px; }
that -100px shifts the background image up, so set that to the height of the common header, which is usually 100px; (but negative)
Nick - nb development
Thanks Nick.
-100px did not do the trick;
I am also trying not to tile (repeat) the normal background image.
I could do this for the Header...but where in the CSS do I control the page background?
Hmm that should of worked.
body { background: xxx; }
Nick:Hmm that should of worked
Sorry, my typing error...It did work.
Thanks for the help
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com