currently lots of things r done but with some issues hope it gets cleared 1) FF issue i mean the script that i have doesnot work with FF 2)i have a grid with few columns & the grid has scroll bar the grid does not fit in one screen so need to scroll the browser when a grid header column is clicked a div control gets displayed nr that column & works fine with browser scroll when the browser is scrolled the div control moves with the column but if i use the grid scroll bar the div control doesnot move with the column hope the query/issues r clear
For that you will have set the position:fixed for the Menu
no its not working
the control does not move along with the column
secondaly using fixed i am not able to view all the columns as scrolling is not there
i hope i am clear with teh query
i tried many things but doesnt seem to work out
Yes when you will scroll it will not work. You will have to remove scroll in order that the hover menu works
Or
Hide the Hover menu when the scroll is clicked
how do i get scroll event
myDiv.onscroll = function() { //Do something };
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.