UBenzer
Member
Posted 3 years ago #
This plug-in works fine except a thing. In Firefox and only when using font "Courier New", line numbers finish before source code.
In Internet Explorer 7, it works fine. When I use Consolas instead of Courier New, it works fine in FF and IE but everyone doesn't have Consolas in their computers.
I tried some CSS hacks, but couldn't fix, so i need a hand.
Here is a screenshot of my problem: http://img61.imageshack.us/img61/43/captureti4.png
And an example link: http://www.ubenzer.com/aylik-satis-raporu-hazirlama/
I see your same problem on Firefox 2 on XP. This appears to be a rendering bug with Courier New on FF 2 on Windows. I didn't not test FF 3 on Windows.
FF2 works as expected using Lucida Console, Courier, or mono.
I would suggest trying a different series of fonts used for lookup. Try this:
font-family: "Lucida Console", Courier, mono;
UBenzer
Member
Posted 3 years ago #
I am using FF3 on Windows Vista. It is a real interesting rendering bug in FF. :)
I am using:
font-family: "Consolas", "Lucida Console", Courier, mono;
And it is right now. Thanks. :)