This article was on digg a while back. I meant to post it on here too, but I forgot up until now. Basically it’s a bunch of known bugs, some of which I already covered I think, and their fixes.
Well here it is:
Hope this helps!
This article was on digg a while back. I meant to post it on here too, but I forgot up until now. Basically it’s a bunch of known bugs, some of which I already covered I think, and their fixes.
Well here it is:
Hope this helps!
We’ve all been at a point where our stylesheets get way too big and disorganized, or maybe it’s just me that’s been there. In any case, we can always use a little optimization when we code. I’ll go over a few ways to reduce the number of lines of code for your CSS.
more →
Have you ever wondered what the difference between an “id” and a “class” was? You probably haven’t, but I’m going to talk about it anyway. more →
So what’s so important about the !important directive? Whatever has the !important directive gets priority when rendering the page.
Have you ever wanted to have the pointer turn into a hand, like it does for links, when it goes over a certain div? I’ve had the need to do so a few times for Javascript dropdown menus. Of course you can include the Javascript function in <a></a> tags to get the same effect. But what if you want to execute the function during a onMouseOver event?