Hi -
I've got a little flash movie over here: http://f1shw1ck.com/junk/index.html
Basically, I'd like to duplicate this functionality in JavaScript if possible. If the viewport is expanded to over 600px high, a bar is revealed in the bottom left corner of the screen and is pinned there. Oh, and there would be content behind it of course, of the liquid type
I have been a failure at doing this in good css and think js could be the ticket... any advice is welcome. I've tried stuff along these lines, and it works okay in FF for MAc, but that is it.
Code:<div id="wrapper"> </div>Thanks!Code:#wrapper {min-height:572px; height: 572px;position:absolute; height:100%; background-image: url('keystone_header.gif');background-position: 0 100%;background-repeat: no-repeat; width:300px; } html>body #wrapper {height: auto;}



Reply With Quote
Bookmarks