imgFrame is my first jQuery-proyect based from a flash web site. imgFrame function create a float div-frame around image each time the mouse over event is called fade div-frame to visible and on fadeout on out.
$(document).ready(function(){ var content=['content 1','content 2', ...... ]; $('.imgframe').imgframe(content); });
enjoy it!.
sorry for my english!