Archive for the ‘Browsers’ Category

Text Selection Color Tricks

If you know some browser specific CSS, then you may have come across ::-moz-selection {color: #fff; background: #f00;} but did you know you can give each tag its own color? These blocks of HTML & CSS includes common tags to give you the basic idea. Basic <p>Some text in paragraph tags.</p> <ul> <li>Nothing like a good list</li> <li>To get the...