javascript - How to fix position an element but keep the height relative to browser window? -


you noticed web sites have feedback feature created http://uservoice.com. display's badge on left or right of screen.

but, how badge positioned? looks position depends on height of browser....

can me how create sort of badge this, functionality redirect me other url?

tnx in adv!

it uses position: fixed on a tag. using top: 45% "move" window height.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -