Guillotine-Bug? Bug
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 …
15 articles about css development, tools, and best practices
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 …
.thediv {
opacity:.80;
filter:alpha(opacity=80);
-moz-opacity:.80;
}
Read Article →
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 in mention: …