it’s late here now, but I give you a hint.
On one of my sites I tried something like this to put advertising in it, loaded as a plugin to work with all themes.
Do you mean something like this blue field on the right of any theme you select?
the key is position:fixed – no script required
here the style of my sample
.jw-add-side {
background:none repeat scroll 0 0 #59B7FF;
border:1px solid #FFFFFF;
color:#FFFFFF;
font-size:16px;
height:160px;
line-height:normal;
position:fixed;
right:0;
top:200px;
width:80px;}
The site you gave above uses also position:fixed; and a background image changing on hover.
good night (btw: I was in Stuttgart today, Mercedes-Benz Museum, great old and latest engines and cars!)
____________________
you find me on Google+, Twitter and Facebook
(von: Joern)
Hier noch 2 weitere Ergebnisse dieses Threads:
how would you code this feature? Taken from the social site foursquares
11. Mai. 2010 (von: omerkhan01)
If you visit Four Squares, a social networking site you will see a feedback tab on the right side. It has two distinct features.1. It follows you when you scroll down2. It opens up when clicked to a feedback form.I…
Re: how would you code this feature? Taken from the social site foursquares :: Reply by omerkhan01
11. Mai. 2010 (von: omerkhan01)
THanks dude and then you can simply add a facebook sign and hyperlink it to your facebook profile, your twitter avatar and hyperlink it to your twitter profile and then put below it a link that opens up a contact…