News

Search on This Topic: Web Design

[ Go to Home | Select a New Topic ]

Most needed CSS 3 features

Friday, June 26, 2009 (21:37:27)
With CSS 3 on it's way you may have thought why is it needed or that let's skip it and move on to CSS 4 as technology progresses so fast.

Whether or not we should be playing Crysis in a web browser, CSS 3 is already getting behind it's time and browser vendors should speed up the things a little.

So read on to see what I think are the most needed features NOW.

The example of 3-column layout

Wednesday, January 07, 2009 (18:59:56)
I finally managed to complete the article on the method I used to make reDesign theme. Head over to Web Design section of this site to read it.

Better than Holy Grail (how to make dynamic full width 1-3 column CSS layout)

Thursday, February 28, 2008 (15:39:46)
Introduction

Hello,
In this article I would like to explain how to make a CSS based tableless layout which features full width of screen(or any percentage) and main content column, which width simply depends whether side boxes exist or not (unlike Holy Grail). You can call it css-table, but I wouldn't.
Usually the content column (div) is given margin-left or margin-right value of side box. But I would like it to expand automatically, so that if I delete a side, or give it a CSS value of display: none, my main content will expand and all this must work correctly. There is one bug though, if there is some wide content in our main content box, the content box will go below our floated box.

I also clarify, that there is no javascript in this method.

This article is meant more for people who already know some CSS and might be useful for advanced CSSers aswell, but enough of the introduction, let's get to the business.
Tags: dynamic width center column, full width