[jQuery] Re: Loading a Page in an Iframe with BlockUI

2009-07-29 Thread JohnZ
Here is how I handle it: $('#divOGHide').append('Add Item'); $("#aiClose").click(function() { $.unblockUI(); }); $.blockUI({ message: $("#divAI"), css: { width: '425px', height: '225px', left: ($(window).width(

[jQuery] Re: How can I freeze the title row in a table?

2009-04-08 Thread JohnZ
http://www.webtoolkit.info/scrollable-html-table.html On Apr 8, 9:53 am, Matt Wilson wrote: > I have a table with lots of rows, and when I scroll down, I can't see > the row with the column titles. > > How can I freeze that row in place so I can still see it as I scroll > down?