Pixel dimensions of the holy grail layout

In this layout the side column widths are in pixels and the centre page adjusts in size to fill the rest of the screen. Vertical dimensions are left unset so they automatically stretch to the height of the content. Layouts that use pixel widths are great for images because you can make them fit perfectly within a column without gaps.

The nested div structure

I've colour coded each div so it's easy to see:






Resizable text compatible

Dig-For-Gold - Debug Output


=========================== START /common.php START ============================


============================ START /setup.php START ============================

Current memory usage of the script is 157,656 bytes.

============================== END /setup.php END ==============================


=========================== START /license.php START ===========================

This script is licensed on the following Domains:
  dig-for-gold.com
This script expires on 12/31/12 23:59:59 GMT
Current memory usage of the script is 152,692 bytes.

============================= END /license.php END =============================

Connected to mySQL Server "localhost" successfully.
Connected to the database "digforg_mwm".
Number of mySQL processes currently running = 3.
Number of mySQL processes currently connected = 8.
Find what country the IP address 38.107.179.221 belongs to.
  SELECT `cc` FROM `data_countryip` WHERE `start` <= 644592605 AND `end` >= 644592605 LIMIT 1
The IP address 38.107.179.221 belongs to US.
Fetching the details for the Country Code "US".
  SELECT * FROM `data_country` WHERE `cc` = "US" LIMIT 1
Try and add this as a unique visit
  INSERT INTO `history_visitors` VALUES (644592605)
Increase the "visitors" for today in the `history_stats` table.
  INSERT INTO `history_stats` (`date`, `visitors`) VALUES (1327708800, 1) ON DUPLICATE KEY UPDATE `visitors` = `visitors` + 1
Increase the number of visitors from "US" here today.
  INSERT INTO `history_country` (`date`, `US`) VALUES (1327708800, 1) ON DUPLICATE KEY UPDATE `US` = `US` + 1
Current memory usage of the script is 149,392 bytes.

============================= END /common.php END ==============================