jQuery
jQuery
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- ********0
for the fade, use jquery's built in fadeIn() / fadeOut() methods, or a plugin (if you want fancy shit).
If you just want the right column to be ever-present, you can do that with CSS - do a google on 'position: fixed' .. but remember that IE6 doesn't support this.. so you'd need to find a fix for that.