When you use a HTML link (“<a>” tag) to implement a drop-down list or menu, you’ll notice that there are annoying dotted borders around the link after it’s clicked in Firefox. We can just ignore this for most of the times but sometimes it affects the look and feel of the site. Two screen shots… Continue reading Remove Dotted Link Borders in Firefox
Tag: CSS
Small Flaw of StumbleUpon User List (Firefox only)
If you stumble a lot using Firefox, you must have already seen disordered user lists like this one (two blank seats in the second row): This screen shot was taken from a page on StumbleUpon which received 35 reviews. StumbleUpon automatically finds out who’s living in the same city with you and places them in… Continue reading Small Flaw of StumbleUpon User List (Firefox only)
Readonly Text Input Background Color in Firefox
The other day I was stuck when trying to make the background-color of a readonly text input white in Firefox. Today lots of sites are using readonly text inputs to carry out some urls for propagation or some code snippets for embedding in your own pages. For example, every Youtube video has such a input… Continue reading Readonly Text Input Background Color in Firefox