posted June 11, 2008  

Now that the redesign is pretty much finished, I can start posting again. Today, I’ll talk about image mapping…in CSS! The result of this will look somewhat like facebook’s image viewer where people’s heads are outlined with a box. Of course, you’d need a pretty advanced face algorithm to find faces in a picture automatically, but I’ll just show you the box part.
more →

filed under: images, links

tags: , ,


posted May 14, 2008  

Which is better, divs or tables? There’s is really no correct answer for this and it’s basically a matter of preference. In terms of layout, they can work in the same way. However, I would say that using divs are more efficient.

In order to be rendered, browsers download the table’s presentational markup every time, even when the page is refreshed. While CSS can initially be bigger than a table’s markup, browsers cache the styles so that it takes less time to render the page.
more →

filed under: layouts

tags: , ,


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: ,


posted April 21, 2008  

If you’re paranoid about those people who have Javascript disabled, but you still want to have some sort of drop down menu, then have no fear. There’s are plenty of CSS only drop down menus.
more →

filed under: menus

tags: , ,


posted April 19, 2008  

If you want to have a drop down menu that animates as it is revealed, one of the best ways to do it is to use Javascript/AJAX or Flash, but we’ll only talk about the Javascript.
more →

filed under: menus

tags: , , ,


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