Welcome To Snipplr
Everyone's Recent CSS Snippets Tagged links
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
Some elements that are clickable mysteriously don’t trigger a pointer cursor in browsers. This fixes that, and provides a default class “pointer†for applying it to other clickable things as needed.
0
657
posted 13 years ago by JohnGR
This snippet basically gives us the best of both worlds, allowing the best usability when it comes to link outlines for both screenreaders tabbing through links, and mouse users.
0
707
posted 13 years ago by paul66
This little trick will prevent line breaks on your links. I recommend using this with long text to avoid having links break into 2 lines.
0
781
posted 13 years ago by blueocto
This piece of CSS code will highlight links that open in a new window so that user knows before hand that link will pop open in a new tab or window.
0
903
posted 15 years ago by paulgrenwood
Remove that pesky dotted border around img elements, especially images inside <a> / link tags.
4
1005
posted 15 years ago by charmcitycoder
IE 5.5 to 6 don't support generic PNG with Alpha-Channel
To get the advantage of PNGs use the akward AlphaImageLoader-filter (AIL) as described on the msdn site ( http://msdn.microsoft.com/en-us/library/ms532969(VS.85).aspx ).
But because the AIL...
3
973
posted 16 years ago by HerrSerker
¿Por qué empeñarnos en hacer enlaces que actúen como botones? ¿Por qué no hacemos botones que parezcan enlaces?
0
660
posted 16 years ago by j_junyent
Por ejemplo, haciendo uso del operador ^= (que nos permite seleccionar solo aquellos elementos cuyo atributo especificado coincida, al comienzo de la cadena, con el valor especificado) podremos crear una reglas para determinar el aspecto de nuestros...
4
844
posted 17 years ago by Hirmine
Simple styling for the links on a webpage using CSS. Sometimes hard to remember what order the have to be in for the :hover to work correctly. (Now fixed :)
2
1111
posted 18 years ago by 1man
« Prev 1 Next »