Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: jQuery Customizations to Enhance the PerlMonks Experience

by GrandFather (Saint)
on Jun 28, 2015 at 02:17 UTC ( [id://1132310]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1132310]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-19 18:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found