Im looing for a way to have a simple "on mouse over"-effect. (I want the page to show a dialogbox)
|
feedback
|
|
Use some Javascript. Jquery makes thoose things quite easy. Do you already have the information or is it something you want to pull from the server when the mouse is hovering? with Jquery you could do something like this
I would use addclass removeclass instead of show/hide to get better controll. Its not hard to extend it to call mvc controlls and pupulate data using ajax. add some parameters to the function and the use jquery.ajax functions. | |||
|
feedback
|
|
I'd go for the jQuery Tooltip plug-in from Jörn Zaefferer | |||
|
feedback
|
|
Adding to that jQuery is now being supported in intellisense by Microsoft so it's worth using with ASP.NET MVC Framework. | |||
|
feedback
|
|
use css Have a hidden div and a :hover on the word you wish to attach the popup to You will need to have a helper JS script to load this in IE6
CSS
add the script in a I will try to get back to finish this later | |||
|
feedback
|