20+ common bugs and fixes

posted June 21, 2008  

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:

Using CSS to Fix Anything

Hope this helps!

filed under: general, ie solutions



How to optimize your CSS

posted May 5, 2008  

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 →

filed under: general

tags: ,


ID vs Class

posted April 11, 2008  

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 →

filed under: general

tags: , ,


The importance of !important

posted April 10, 2008  

So what’s so important about the !important directive? Whatever has the !important directive gets priority when rendering the page.

more →

filed under: general

tags: , , , , ,


Turn cursor into hand over a div

posted April 9, 2008  

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?

more →

filed under: general

tags: , , , , ,


tag cloud
Copyright © 2008-2009 csswoes.com • Bryan Duran • All Rights Reserved