Archive for February, 2009

Remove Safari’s input focus outer glow

Share/Save

It’s actually quiet easy to remove that outer glow when you focus an input element on Safari, a simple outline: none in your CSS code is all that you need.

Check the following examples and screen captures to see how it works:
(more…)

Firefox, hover-flow hidden, and flash

Share/Save

So, you have noticed that Firefox doesn’t handle the “overflow: hidden” very well with flash elements. I know, you maybe have a fancy slideshow that is working perfect with images and other elements, but when you try to add some videos everything goes crazy :( . Well don’t desperate, the solution is easy. (more…)