Would it be possible to center this <http://www.theimagecache.com> site horizontally?
The splashscreen is already centered, but after you enter the site it is static and positioned to the upper left because of the numerous layers I'm using with absolute positioning applied.
I could rebuild it using all tables and center the main table (as I've done for the splashscreen) but I'd eventually like to move to all CSS.
Any advice would be appreciated.
TIAIf you have a wrapping div and/or table, such as #wrapper or #container or whatever id you gave it, and as long as it has a specific width set, use this in your CSS for that div/table姊瀉rgin: auto;.
The splashscreen is already centered, but after you enter the site it is static and positioned to the upper left because of the numerous layers I'm using with absolute positioning applied.
I could rebuild it using all tables and center the main table (as I've done for the splashscreen) but I'd eventually like to move to all CSS.
Any advice would be appreciated.
TIAIf you have a wrapping div and/or table, such as #wrapper or #container or whatever id you gave it, and as long as it has a specific width set, use this in your CSS for that div/table姊瀉rgin: auto;.