Posts Tagged ‘table-less layout

With PWAG‘s recommendation on web accessibility in mind and trying to get higher page rank in search engines, as a web designer we are responsible for making our web pages comply with accessibility standards. In this post, I’ll show you a simple way to align form elements using cascading style sheet. We need first to [...]

The above layout can simply be achieved by defining an outer div class of fixed width and separate inheriting classes for each column. We chose to define separate class for the three columns so that we have the leverage to further subdivide each div. Below is a sample CSS definition and HTML equivalent code of the given example.


top