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.
|
---|
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 |