http://qs1969.pair.com?node_id=486641


in reply to The big Vote button

If you know some CSS, you can do a lot with custom CSS in your user settings. Try this -- it should pin the vote button to the upper left of your window:

input[name="sexisgreat"] { position: fixed; top: 0px; left: 0px; z-index:1; }

For another "look", add these lines.

padding: 5px; border: 2px solid red;

Play around until you're happy with it.

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.