hi,
how can I create a cross-site sticky footer exactly like this:
http://www.whisky.com.tw/home.php
please help, thank you :)
Hi decode!
Please add following code to Quick CSS
#socket {
position: fixed;
bottom: 0;
width: 100%;
}
You can make your footer sticky as well, but it would cover big part of the screen.
Cheers!
Yigit