Skip to main content

M Tschofen's Library tagged effects   View Popular

16 Aug 09

iNettuts with Cookies! - James Padolsey

<!–[if IE]>
<style>
.widget-placeholder { height: auto !important; min-height: 120px;}
</style>
<![endif]–>

james.padolsey.com/...inettuts-with-cookies - Preview

jquery effects tutorial

  • you’d need to add a new button to the handle of each widget (a ‘maximise’ button) and then you’d need to set up some styles for a ‘maximised’ widget, i.e.



    .max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
  • Loading content via Ajax wouldn’t be too tricky, if you have a widget with an ID of ‘widget1′:



    // A basic example:
    $.get({
    url: '/ajax/data/newsFeed.html',
    success: function(data) {
    $('#widget1').html(data);
    }
    });
  • 9 more annotations...

Fancybox | Fancy lightbox alternative

  • Adds a nice drop shadow under the zoomed item
  • Successfully tested on latest versions of FireFox, Safari and Opera and also on IE6 & IE7
1 - 20 of 58 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo