How do you make one of those cool little CSS side-tabs that goes on one side of the page? The ones that usually have a single Twitter post or a link to Twitter on them? I want to put one on my page!
I noticed MyOpenBar.Com has one of these same Feedback tabs as well. It seems to be a class when I inspect the element, called "fdbk_tab" but I can't find the class in the style sheet. Here is the style sheet that the page links to:
If you need any more advice, my guess is that you just use position:fixed to keep the tab appearing in the same place even when the user scrolls. Then when the user hovers over it, just change the padding to make it pop out of the side of the page
Does anyone know which plugin or code that is?
Do you see the FEEDBACK side tab on the left side of the page?
That's a great example. It sticks to one side of the page, overlaps all content (top layer), and it slides out when you roll over it.
http://nyc.myopenbar.com/_css/global.css
http://s3.amazonaws.com/getsatisfaction ... edback.css
I guess that solves my problems.