How to disable text selection highlighting in CSS
If you would like to disable the text selection highlighting that is enabled by default on all browsers, then you can do this: If you… Read More »How to disable text selection highlighting in CSS
If you would like to disable the text selection highlighting that is enabled by default on all browsers, then you can do this: If you… Read More »How to disable text selection highlighting in CSS
Font Awesome is a fantastic CSS enhancement library that lets you show vector icons instead of having to use images yourself. Instead of worrying about… Read More »Font Awesome Brand Icons
This has become quite a common question asked by many website owners. “How do I remove that dotted outline around an anchor?” Lucky for you… Read More »Remove dotted outline around anchors
If you would like to override an already attached class containing a background then you can use the following:
What the heck is all that Gobbledygook in the CSS? So you have noticed that bit of css that says something like this in the… Read More »CSS background image data: base64?
Google now allows you to add a background image to the google homepage to apparently make it more, like, home.. hmmmm Just by clicking the… Read More »Google Background Image
CSS allows you to add a border to almost all html elements. If you would like a double border you can use CSS like this:style=”border:double”
Actual Display Colour HEX Colour #000000 #FF0000 #00FF00 #0000FF #FFFF00 #00FFFF #FF00FF #C0C0C0 #FFFFFF
Ever used a <PRE> in a limited width div container? You will notice that the line gets cut off almost as if word-wrap was not… Read More »Wordwrap that PRE!
Yes, it’s called a Guillotine-Bug and it’s yet another bug IE users get to look forward too 😛 So how does it work?Basically, the hasLayout… Read More »Guillotine-Bug? Bug
I had a hover effect on an html input element but also needed to have an active state.The css was like this for the inputs… Read More »Need more than hover?