I am trying to design my portfolio site using css. The problem I'm having is in vertical alignment on the content of an inner div.
Here is the link to the pagehttp://www.mediachill.com/irishmark/cv/CV_Site/Portfolio_Content_Thunder.html
I want to have the content (the QT file and text vertically centered within the DIV.
Here is the CSS for the layout:
div#Container-Page2{
position:absolute;
height:636px;
width:900px;
top: 50%;
left: 50%;
margin-left:-450px;
margin-top:-318px;
text-align: left;
padding: 0px;
overflow: auto;
background-image:url(http://www.mediachill.com/irishmark/cv/CV_Site/Images/CV-BG-web.jpg);
}
div#Personal-Statement{
position:relative;
vertical-align:middle;
top: 15px;
left: 15px;
width:516px;
height:606px;
}
Anyone who can show me how to sort this out I'd be really grateful!
Here is the link to the pagehttp://www.mediachill.com/irishmark/cv/CV_Site/Portfolio_Content_Thunder.html
I want to have the content (the QT file and text vertically centered within the DIV.
Here is the CSS for the layout:
div#Container-Page2{
position:absolute;
height:636px;
width:900px;
top: 50%;
left: 50%;
margin-left:-450px;
margin-top:-318px;
text-align: left;
padding: 0px;
overflow: auto;
background-image:url(http://www.mediachill.com/irishmark/cv/CV_Site/Images/CV-BG-web.jpg);
}
div#Personal-Statement{
position:relative;
vertical-align:middle;
top: 15px;
left: 15px;
width:516px;
height:606px;
}
Anyone who can show me how to sort this out I'd be really grateful!
