in reply to jQuery Customizations to Enhance the PerlMonks Experience

I use a little css to move the Vote! button to the top left of the browser window:

<style type="text/css"> input[name="sexisgreat"] { position: fixed; top: 0px; left: 0px; z-index:1; padding: 5px; border: 2px solid red; } </style >

Seems a little less heavy handed than pulling in a whole pile of jQuery cruft.

Perl is the programming world's equivalent of English

Replies are listed 'Best First'.
Re^2: jQuery Customizations to Enhance the PerlMonks Experience
by aaron_baugher (Curate) on Jun 29, 2015 at 00:12 UTC

    Nice, that's definitely a lighter way to keep that button handy.

    Aaron B.
    Available for small or large Perl jobs and *nix system administration; see my home node.