Archive for the 'CSS' Category

using CSS and Layers instead of Tables to layout Web sites

Tables and image buttons Versus Layers, CSS links and correctly coding pages to suit all modern browsers

How many of you out there use tables to layout your web site’s?

I used to do it and i now think that the table based layout is an waist of time, using CSS and layers is by far a cleaner and…

3D perspective drawings - with CSS?!

 What ’til you see this thing. Craziness, I tell you! James at Brothercake has created a 3D dungeon model through clever manipulation of CSS and the DOM. It even has correct shading - done on the fly! - to effectively convey perspective.

How did he do it? The solution builds off of Tantek Çelik…