marcosesperon / Messi

A simple message plugin for jQuery
http://marcosesperon.es/apps/messi/
146 stars 139 forks source link

Scrolling the content of messi window #46

Open perthsystem opened 10 years ago

perthsystem commented 10 years ago

I use load.messi to display a html file but if I specify 'height:' for the window the content is cut-off at the bottom, so I have to make it 'height: auto' and that throws my whole page out. Scrolling the contents would be a nice addition :)

joaocarloscabral commented 10 years ago

$('.messi-content').css("overflow", "auto");

:)

perthsystem commented 10 years ago

Doesn't work :( This is what I have: $('.messi-content').css('overflow', 'auto'); Messi.load('songlist.php', {title: 'Music List', titleClass: 'anim info', height: '200px', width: '300px', modal: true, padding: '0px'});

joaocarloscabral commented 10 years ago

Im sorry. I said "before", but is after!

perthsystem commented 10 years ago

Before or after, still not working.

joaocarloscabral commented 10 years ago

Can you show me your project running? I can check the code with chrome debug tool. Sendo me a private message

perthsystem commented 10 years ago

What is your email address?

joaocarloscabral commented 10 years ago

contato@skanking.com.br