nadamt
12-09-2009, 03:02 PM
Site: http://nadamt.zxq.net/panel/ver5/index.php
(Only tested in Firefox 3.5)
I am in the early stages of building a web application for comics artist and storyboard artist. I want each panel and its navigation menu to be exactly in the center of the screen (horizontally and vertically centered). I could handily do this myself if I had one image per page but I don't. I have ten images per page (as shown here: http://nadamt.zxq.net/panel/ver1/index.php) and I am using anchor links to travel between them. Problem is that I am not clever enough to figure out how to vertically center each panel/navigation menu.
Any help with this matter would be greatly appreciated. CSS is attached below, but the most relevant bit is as follows:
/****************************************** Panel Wrap */
/* Each Panel Wrap contains one panel and one navigation table. */
div.panelWrap {
width: 800px;
height: 483px;
margin: 0px auto 1000px auto; }
Thanks in advance.
(Only tested in Firefox 3.5)
I am in the early stages of building a web application for comics artist and storyboard artist. I want each panel and its navigation menu to be exactly in the center of the screen (horizontally and vertically centered). I could handily do this myself if I had one image per page but I don't. I have ten images per page (as shown here: http://nadamt.zxq.net/panel/ver1/index.php) and I am using anchor links to travel between them. Problem is that I am not clever enough to figure out how to vertically center each panel/navigation menu.
Any help with this matter would be greatly appreciated. CSS is attached below, but the most relevant bit is as follows:
/****************************************** Panel Wrap */
/* Each Panel Wrap contains one panel and one navigation table. */
div.panelWrap {
width: 800px;
height: 483px;
margin: 0px auto 1000px auto; }
Thanks in advance.