I seriously envy the bottom bar that sites like streampad.com offer. Not only does it stick to the bottom of the browser window, it floats over content so it is always at the bottom of the browser window. It also resizes very smoothly. I'm sure this is rather fancy javascript, but can I achieve this effect using jquery?
I apologize if this has been asked on the forum before. I'm new here.
Fortunately, I'm almost certain they are achieving this effect using only CSS. There's a div that surrounds that bottom part with the following CSS settings:
I apologize if this has been asked on the forum before. I'm new here.
That should take care of it for you, unless you just want to use jQuery, in which case I'm sure you could :)