Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^4: mini thread navigation for perlmonks

by tinita (Parson)
on Aug 07, 2013 at 07:31 UTC ( [id://1048273]=note: print w/replies, xml ) Need Help??


in reply to Re^3: mini thread navigation for perlmonks
in thread mini thread navigation for perlmonks

No, I'm using standard Anonymous Monk layout (logged out)
Which browser do you use?
I mean it should be fixed on screen, so if I scroll the content, it remains on the screen where it was left
Well, that's the intention of line 4: position: fixed in the css file ;-)
If the navi doesn't appear fixed in the top right corner, then there's really a problem with the css.

Replies are listed 'Best First'.
Re^5: mini thread navigation for perlmonks
by Anonymous Monk on Aug 07, 2013 at 08:37 UTC

    Which browser do you use?

    firefox 17 something

    If the navi doesn't appear fixed in the top right corner, then there's really a problem with the css.

    Hmm, maybe its not being loaded?

    I'll try loading it explicitly with

    javascript:(function(){ $('<link rel="stylesheet" type="text/css" href="https://raw.github +.com/perlpunk/mytools/master/perlmonks-js-css/perlmonks.css" >').appe +ndTo("head"); })()

    Aha, its not being loaded , finally provoked a message Error: The stylesheet https://raw.github.com/perlpunk/mytools/master/perlmonks-js-css/perlmonks.css was not loaded because its MIME type, "text/plain", is not "text/css".

    update: apparently this is a feature not a bug, and apparently also its abuse to use raw.github like that, so

    So, if you could post/publish/maintain a version of the latest js/css in <readmore><c></c></readmore> in the root node for example, and then perlmonks can link to it (with first code tags (abspart=1) being the JS and second(abspart=2) tags the CSS) like this

    javascript:(function(){ $('<script src="?;displaytype=displaycode;node_id=1048124;abspart= +1"></script>').appendTo("head"); $('<link rel="stylesheet" type="text/css" href="?;displaytype=disp +laycode;node_id=1048124;abspart=2" >').appendTo("head"); })()

    This way of linking is used for css all the time on perlmonks, example themes for Anonymous Monk or try out themes without changing display settings

    Firefox likes it, there is no http/https/mimetype to complain about :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-04-23 08:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found