Is it possible to archive tab tabbing effect using JS + AJAX?
such as the one used in your browser, each tab can maintain its states
netfiends
8:07 am on Jan 5, 2007 (gmt 0)
I imagine it could with multi divs used? Maybe have the new tab or whatever create it's own div then just hide the div instead of changing the content? I imagine the page scroll bit would be reset unless it were captured some how?