cnote828
05-18-2006, 03:03 PM
I have a bunch of tooltips when they pop up where there is a <select> box, it covers up part of the tool tip. What is the work around for this? Thanks
|
Click to See Complete Forum and Search --> : Tool Tip covered up by <select> cnote828 05-18-2006, 03:03 PM I have a bunch of tooltips when they pop up where there is a <select> box, it covers up part of the tool tip. What is the work around for this? Thanks LeeU 05-18-2006, 03:27 PM Are they JavaScript? You will need to post a link to the page so we can see the problem. ray326 05-18-2006, 10:43 PM Hide the tooltip when the select is active. The drop down will always be on top of everything else in the window. cnote828 05-18-2006, 10:52 PM I'm sorry I wasn't too clear, the select box is in front of the tooltip and I want the tooltip to be in front of the select box. ray326 05-18-2006, 11:04 PM And there is no way to get the tool tip on top of an active select. An inactive select maybe. felgall 05-19-2006, 05:05 PM The problem will only occur in Internet Explorer because IE insists that select lists are always in front. The same problem occurs with iframes in Opera and Flash in most browsers. The only real solution is to hide the select list when showing the popup. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |