A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Engineering
»
HTML, CSS and JavaScript
Author
Image Blocks a Portion of the Sliding Menu from View
JiaPei Jen
Ranch Hand
Joined: Nov 19, 2000
Posts: 1309
posted
May 15, 2007 08:08:00
0
I created a cascading menu bar and placed it on top of the web page. And I placed the Company Logo right underneath the menu bar.
When I slide the menu down, a portion of the menu is blocked from the view by that Logo image.
How to make the cascading slide menu to show on top of the image? How is the situation to be handled?
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56178
13
I like...
posted
May 15, 2007 09:13:00
0
Give the image a lower z-index than the menu.
[
Smart Questions
] [
JSP FAQ
] [
Books by Bear
] [
Bear's FrontMan
] [
About Bear
]
JiaPei Jen
Ranch Hand
Joined: Nov 19, 2000
Posts: 1309
posted
May 15, 2007 09:14:00
0
Yeah, the answer is to set the style to z-index:-1;
I agree. Here's the link:
http://aspose.com/file-tools
subject: Image Blocks a Portion of the Sliding Menu from View
Similar Threads
Certificate SCJP 1.4
Need Cascading Slide Menu
Images in JFrame look like they are covered up
How to Disbale ViewSource and SaveAs
Difference between MenuBar and MenuItem
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter