View Full Version : Desktop Task Bar on Top Issue
silvl
31 Oct 2012, 7:11 AM
How do you get the taskbar to always be on top?
Even if you set 'constrain' instead of 'constrainHeader', if the window is too large to fit in the desktop content area, the window appears above the taskbar.
Thanks, in advance, for your help.
mitchellsimoens
2 Nov 2012, 6:14 AM
Give it some zindex
Thank you for your response. I gave it a try, but changing the zindex value had no effect.
The taskbar is docked to the bottom of the desktop. The desktop is a container for the floating windows. If the desktop is sized so that it is smaller than the height of a floating window, the taskbar appears below the floating window regardless of the zindex value.
mitchellsimoens
2 Nov 2012, 9:34 AM
What values did you try?
I chose an arbitrary large value, 99999.
zindex: 99999 //this did not work
style: 'z-index:99999' //this worked
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.