Slashdot Mirror


User: blargg27

blargg27's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Not all CSS 2 tags are supported!!! on What's Next For Mozilla? · · Score: 1
    Most standards complient my ass...

    I know for a fact that several CSS 2 tags are not supported by mozilla.

    Off the top of my head:

    • 'page-break-before'
    • 'page-break-after'
    • 'page-break-inside'
    do not work.

    I know their are others, but I do not know what they are.

    The page break tag is actually very useful, and without it I am unable to print the reports on my site correctly.

  2. Re:Unmounting devices on Worst Linux Annoyances? · · Score: 1
    What about a lazy unmount "umount -l /mnt/cdrom"... Which quoting the man page for umount says:
    Lazy unmount. Detach the filesystem from the filesystem hierarchy now, and cleanup all references to the filesystem as soon as it is not busy anymore. (Requires kernel 2.4.11 or later. )
    If I don't know what is still accessing the drive, this always works for me!!