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 :)


In reply to Re^5: mini thread navigation for perlmonks by Anonymous Monk
in thread mini thread navigation for perlmonks by tinita

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.