Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorWanderer
    • CommentTimeJul 14th 2006
     # 1
    Thanks to all the people who have helped me recently.

    By way of thanks I would like to share this little tidbit...

    I'm sure, like me, there are those who hate the ugly border that Firefox displays around pictures that are links. Put this line into your CSS and Firefox will behave itself.
    :focus { -moz-outline-style: none; }
  1.  # 2
    Or...
    a img {
    border: 0 }


    To prevent Internet Explorer, Opera, Safari, and every other browser from doing it.
    • CommentAuthorlowbenzo
    • CommentTimeJul 14th 2006
     # 3
    or simply img { border: none; }
  2.  # 4
    or simply img { border: none; }

    Only if you don't want borders on any image, which is often the case. Otherwise, though, use the a selector.
    •  
      CommentAuthorJazzman
    • CommentTimeJul 14th 2006 edited
     # 5
    I've create a new theme called "Emptyness".

    It's really easy to install! Open vanilla.css and add: body { display: none }. Very clean style if you ask me :D

    ^^
    •  
      CommentAuthoriambigred
    • CommentTimeJul 14th 2006
     # 6
    Jazzman, You should create that as an style addon ;)
  3.  # 7
    Jazzman, can we get a preview?
    • CommentAuthorImmersion
    • CommentTimeJul 14th 2006
     # 8
    lo :P hehe cant wait for that theme jazzman its gunna rock!!!
    •  
      CommentAuthorInky
    • CommentTimeJul 14th 2006
     # 9
    Here's a really clean style. This one definitely needs to be made into an addon!

    http://uncyclopedia.org/wiki/Nihilism
    •  
      CommentAuthorWanderer
    • CommentTimeJul 14th 2006
     # 10
    Are you guys taking the Mickey out?

    I don't mean the image border (border="1"), I'm referring to the dotted outline Firefox puts around an image link when you click on it

    It's ugly and makes a clean site look, well dotty!
    •  
      CommentAuthorInky
    • CommentTimeJul 14th 2006
     # 11
    a { outline-style: none; -moz-outline-style: none; } works nicely for me.
    •  
      CommentAuthorBergamot
    • CommentTimeJul 14th 2006
     # 12
    Keep in mind that the dotted-line rectangle is Gecko's way of showing keyboard focus too, so turning it off like that may have accessibility functions.
Add your comments
    Username Password
  • Format comments as