Forum Moderators: open

Message Too Old, No Replies

Mouse roll over function not working on Popup

         

venky_nk

12:32 pm on Jul 27, 2005 (gmt 0)

10+ Year Member



Hi,
We are displaying a data in the grid and the mouse roll over works well on the links but the same does not work in the popup screens. i.e. when we are trying to display some information on mouse roll over in the popups it just does not show anything.

any clue on whats happening here? this informaiton may not be too complete, but they are simple JSPs and html tables and some custom tags we are using to display the data.

encyclo

5:21 pm on Jul 27, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



By pop-up, do you mean a separate pop-up window opened with Javascript? Is it possible to post a short and relevant snippet of your markup (with any identifiable references to your site replaced by example.com)?

venky_nk

9:53 am on Jul 29, 2005 (gmt 0)

10+ Year Member



Hi,
The problem has been resolved. In order to make the mouse roll over to work we wanted to have proper tags in place, and since we were using sitemesh, some of the tags were written in decorator pages. We applied those necessary tags in Decorators, instead of the content JSP, and it started working.