Solved. Was missing a position declaration on the div. So this fixed it: position: relative;
On Sun, Dec 9, 2012 at 12:55 PM, John M Bliss <[email protected]> wrote: > Hi! I'm using jquery to show/hide a div based on mouseover/mouseout. (This > is for a primary nav.) The problem I'm having is that I can't get the div > to hide what's behind/below it. I tried with background-image > and background-color and have: > > z-index: 9999; > > ...on the div and none of that seems to help. Any idea what I'm missing? > > -- > John Bliss - http://about.me/jbliss > > -- John Bliss - http://about.me/jbliss ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353404 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

