PDA

View Full Version : Menu Bar Always on Top


johnww
05.02.2002, 12:37
I want to place a logo on top of part of the menu bar where the menu elements are not. However, my menu bar is always on top and covers over the logo. How do I make my logo cover the menu bar?

john weissberg

bratta
05.02.2002, 14:30
Not sure excatly what your trying to do, but;

It's probably a z-index problem. Place your logo inside a div:

<div id="divLogo">LOGO_HERE</div>

The add a style for the logo to the stylesheet:

#divLogo{position:absolute; left:LEFT_POSITION; top:TOP_POSTION; z-index:1000}

And it *should* work.

-Thomas Brattli-
http://www.bratta.com/
http://www.dhtmlcentral.com/