Drupal themeing - Part 2 (update)
After playing around with Raincity's Basic theme and creating the crude looking theme for this site I thought it was time to make a custom theme for my "web development company" site.
So this time I used the layout-fixes.css file to create a fixed size page. The main page div is set to 800x600 so the content looks good on most screen sizes and the proportions also look good in the ratio 4:3. The content-inner div is set with an overflow of auto so that the 800x600 size is always maintained and scrollbars are added to the content if needed. The site background was generated using one of the many stripped background generators, but all the other graphics where hand made in photoshop.
The only problem I have found with the theme so far is that the images are PNGs with transparency, which is not supported in IE6.
Update: As you can see I have now updated the theme on this site too, again from Raincity's Basic theme. If you want to download this theme you can here (warning, it is very rough and uncommented).
