Honestly, i've never heard about CSS gridpositioning.
I've looked at the link and see a container12 with a width of 960 positioned in the middle of the screen. All other containers are inside this container12 so i suspect its some sort of xhtml predefined stuff.
I think its something you can easily do yourself.
Make a pagecontainer( container12 ) and give it a width and position it in the middle.
All subsequent divs you can make absolute and put them exactly in place where you want.
Just make sure u use the xhtml doctype.
|