Hello Everyone.
I am currently enrolled in the IT program at BCIT in Vancouver, BC, Canada. One of my programs courses has given us the responsibility of creating an online portfolio that showcases our skills and abilities. Clearly my skills are not as great as they need to be if I'm here begging for help. I need help because Safari has single handily destroyed my portfolio. Check it out on Safari at: http://planet-maz.com/portfolio/preRelease. The only page that works is the "Artifacts" page... strange huh! Feel free to view the source and post any changes that you think would fix this issue. Also my CSS can be seen below.
body,
html
{
background-color: #7c99a4;
background-image: url('../Images/background_pattern.png');
background-position: bottom;
background-repeat: repeat-x;
color: #000;
font-family: Verdana, Georgia;
font-size: 14px;
margin: 0;
padding: 0;
}
A:link
{
color: #000;
}
A:visited
{
color: #000;
}
#content-container
{
margin: 0 auto;
overflow: hidden;
padding-top: 15px;
width: 900px;
}
#header
{
background-image: url('../Images/logo_mazdak.png');
background-repeat: no-repeat;
color: #446a77;
display: table-cell;
font-size: 25px;
font-weight: bold;
height: 73px;
text-align: right;
vertical-align: bottom;
width: 900px;
}
#nav
{
background-color: #FFF;
background-image: url('../Images/logo_mohammadi.png');
background-position: 4% 0%;
background-repeat: no-repeat;
height: 61px;
padding-bottom: 35px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
text-align: right;
vertical-align: top;
width: 900px;
}
#nav img
{
border: 0px;
padding-right: 7px;
}
#content-main
{
background-image: url('../Images/content_background.png');
background-repeat: repeat-x;
float: left;
padding: 10px;
width: 650px;
}
#content-seperator
{
background-image: url('../Images/content_background.png');
background-position: top;
background-repeat: repeat-x;
float: left;
height: 257px;
margin-bottom: -2000px;
padding-bottom: 2000px;
padding-top: 38px;
width: 2px;
}
#content-sideBar
{
background-image: url('../Images/content_background.png');
background-repeat: repeat-x;
float: right;
font-size: 9px;
margin-bottom: -2000px;
padding-bottom: 2000px;
padding-left: 6px;
text-align: center;
width: 222px;
}
#content-sideBar img
{
height: 37px;
padding-top: 0px;
width: 58px;
}
#sideBar-thumbNail
{
float: left;
padding-left: 3px;
padding-right: 6px;
text-align: center;
width: 65px;
}
#sideBar-description
{
float: right;
text-align: left;
vertical-align: top;
width: 148px;
}
#footer
{
background-image: url('../Images/footer_background.png');
clear: both;
font-size: 9px;
font-weight: bold;
text-align: center;
}
* html #footer
{
height: 1px;
}
hr
{
clear: both;
display: block;
visibility: hidden;
}
ul
{
list-style-image: url('../Images/content_bullet.png');
}
.artifacts-thumbnail
{
border: 0px;
height: 150px;
left: 0px;
position: relative;
top: 0px;
width: 150px;
z-index: 0;
}
.artifacts-thumbnailCover
{
border: 0px;
height: 150px;
left: 0px;
padding-left: 3px;
position: absolute;
top: 0px;
width: 150px;
z-index: 10;
}
.artifacts-Content
{
background-image: url('../Images/artifacts_background.png');
float: left;
font-size: 12px;
height: 153px;
margin-left: 0px;
width: 724px;
}
.artifacts-Content span
{
padding-left: 3px;
}
All help is greatly appreciated. Thanks again.
Maz M.