Three column layout which works with long contents in any column


I guess some CSS gurus must have done it before. But after browsing a maxdesign’s page, I decided to modify one of their layout. I wanted to improve in two aspects. The main content comes before the left column. This is semantically better. And I also want to allow all three columns to have a long content without problem.

This layout has one image and one conditional style for IE6.

Continue reading Three column layout which works with long contents in any column

How to install and control IIS on Vista

Here you can find how to install IIS on Vista. You don’t need to install VPASP, but you can install other application. However if you need to use a database, then you need to research a bit more.

After installing IIS, you can control it by start and right click computer and [...]

IE 6 hacks, tips and blocker tutorials

I collected a number of IE hacks tutorials over the years. Here is the list which you can find great tips for your websites.

IE6 hacks and tips1. 10 Fixes That Solve IE6 Problems2. Obituary For IE63. Feed IE 6 with a basic stylesheet4. IE CSS Bugs That’ll Get You Every Time5. Defensive [...]

z-index problem with IE

This article helped me how to solve IE z-index problem. There is a good comment at the end as well.Title is called Squish the Internet Explorer Z-Index Bug and written by Brenelz Web Solutions.http://www.brenelz.com/blog/2009/02/03/squish-the-internet-explorer-z-index-bug/

I had jquery dropdown menu from www.kriesi.at and jquery.innerfade.js on a home page. The dropdown menu goes behind the [...]

Gracefully Degradable jquery Drop-Down-Menu

There are many jquery menus. However I found that some are not gracefully degradable and some don’t work in IE6 etc.

I found good one with mootools. Then I wanted to change it to jquery for other reasons.

I found two jquery menus for my purpose. Both of them works without javascript enabled [...]