Hi,
I'm not really sure what you want it to look like but it needs to be something like this:
Code:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Trenz - New Year New Look</title>
<link rel="stylesheet" href="css/style.css" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link href="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css" rel="stylesheet" />
<style>
@charset "UTF-8";
/* CSS Document */
html, body {
height: 100%;
margin:0;
padding:0;
}
body {
color: #FFF;
font-size: 25px;
line-height: 48px;
font-style: normal;
font-family: 'trade_gothic_lt_stdregular', sans-serif;
}
@font-face {
font-family: 'trade_gothic_lt_stdregular';
src: url('../font/tradegothicltstd.eot');
src: url('../font/tradegothicltstd.eot?#iefix') format('embedded-opentype'), url('../font/tradegothicltstd.woff') format('woff'), url('../font/tradegothicltstd.ttf') format('truetype'), url('../font/tradegothicltstd.svg#trade_gothic_lt_stdregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'trade_gothic_lt_std_cnbold';
src: url('../font/tradegothicltstd-bdcn20.eot');
src: url('../font/tradegothicltstd-bdcn20.eot?#iefix') format('embedded-opentype'), url('../font/tradegothicltstd-bdcn20.woff') format('woff'), url('../font/tradegothicltstd-bdcn20.ttf') format('truetype'), url('../font/tradegothicltstd-bdcn20.svg#trade_gothic_lt_std_cnbold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'trade_gothic_lt_std_boldRg';
src: url('../font/tradegothicltstd-bold.eot');
src: url('../font/tradegothicltstd-bold.eot?#iefix') format('embedded-opentype'), url('../font/tradegothicltstd-bold.woff') format('woff'), url('../font/tradegothicltstd-bold.ttf') format('truetype'), url('../font/tradegothicltstd-bold.svg#trade_gothic_lt_std_boldRg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'trade_gothic_lt_std_cnregular';
src: url('../font/tradegothicltstd-cn18.eot');
src: url('../font/tradegothicltstd-cn18.eot?#iefix') format('embedded-opentype'), url('../font/tradegothicltstd-cn18.woff') format('woff'), url('../font/tradegothicltstd-cn18.ttf') format('truetype'), url('../font/tradegothicltstd-cn18.svg#trade_gothic_lt_std_cnregular') format('svg');
font-weight: normal;
font-style: normal;
}
a {
color: #FFF;
text-decoration: none;
}
h1 {
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 0.8em;
font-family: 'trade_gothic_lt_std_cnbold', sans-serif;
-moz-text-shadow: 2px 2px 1px #000;
-webkit-text-shadow: 2px 2px 1px #000;
text-shadow: 2px 2px 2px #000;
filter: progid:DXImageTransform.Microsoft.DropShadow(offX=2, offY=2, color=000);
}
.right {
float: right;
margin-right: 30px;
background:url(http://modocom.ca/trenz/images/arrow-left.png) no-repeat left top;
padding-left: 75px;
margin-top: 30%;
}
.left {
float: left;
margin-left: 30px;
background:url(http://modocom.ca/trenz/images/arrow-right.png) no-repeat right top;
padding-right: 75px;
margin-top: 30%;
}
#wrapper {
width: 100%;
height: 82%;
}
#male {
float: left;
width: 50%;
height: 100%;
background:url(http://modocom.ca/trenz/images/male.png) no-repeat bottom right #8fa4a7;
-moz-background-size:cover;
-webkit-background-size:cover;
background-size:cover;
}
#male:hover {
background:url(http://modocom.ca/trenz/images/male.png) no-repeat bottom right #bfcacb;
-moz-background-size:cover;
-webkit-background-size:cover;
background-size:cover;
}
#female {
float: left;
width: 50%;
height: 100%;
background:url(http://modocom.ca/trenz/images/female.png) no-repeat bottom left #8d817b;
-moz-background-size:cover;
-webkit-background-size:cover;
background-size:cover;
}
#female:hover {
background:url(http://modocom.ca/trenz/images/female.png) no-repeat bottom left #c0bab7;
-moz-background-size:cover;
-webkit-background-size:cover;
background-size:cover;
}
#gift {
clear: both;
width: 100%;
height: 20%;
background:url(http://modocom.ca/trenz/images/border1.jpg) repeat-x #323232;
display: table;
}
#gift h1 {
text-align: center;
display:table-cell;
width:100%;
vertical-align:middle;
}
.panel {
clear: both;
width: 100%;
background:url(http://modocom.ca/trenz/images/border1.jpg) repeat-x #323232;
/*display: table;*/
position:absolute;
left:0;
right:0;
margin:auto;
top:100%;
bottom:1%;
overflow:hidden;
z-index:99;
color:#FFF;
text-decoration:none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.slide {
margin:0 auto;
height:10%;
background:url(http://modocom.ca/trenz/images/border1.jpg) repeat-x #323232;
line-height:30px;
color:#FFF;
text-decoration:none;
text-align:center;
z-index:98;
position:relative;
display:table;
width:100%;
}
.slide span {
display:table-cell;
vertical-align:middle
}
.slide:hover + .panel, .panel:hover {
top:20px;
bottom:10%;
left:0;
width:100%;
background:url(http://modocom.ca/trenz/images/border1.jpg) repeat-x #323232;/*overflow:visible;*/
}
#footer {
position: relative;
height:8%;
display:table;
background:url(http://modocom.ca/trenz/images/border1.jpg) repeat-x #414040;
font-family: 'trade_gothic_lt_stdregular', sans-serif;
letter-spacing: 1px;
z-index: 101;
}
#footer:after {
content: " ";
display: inline-block;
height: 100%;
vertical-align: middle;
width: 1px;
}
#footer p {
font-size: 0.45em;
margin:0;
display:table-cell;
width:50%;
vertical-align:middle;
padding:0 20px;
}
#footer img {
display:inline-block;
vertical-align:middle;
}
p.location {
text-align: right;
line-height: 14px;
}
p.location a { text-decoration: underline; }
p.location span { color:#a2a2a2 }
</style>
</head>
<body>
<div id="wrapper"> <a href="male.html">
<div id="male">
<h1 class="right">browse male styles</h1>
</div>
<!-- male -->
</a> <a href="female.html">
<div id="female">
<h1 class="left">browse female styles</h1>
</div>
<!-- female -->
</a> </div>
<!-- wrapper -->
<h1 class="slide" href="#"><span>TRENZ "NEW LOOK" GIFT BUNDLE</span></h1>
<div class="panel">
<h3>Sliding Panel </h3>
<p>Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet </p>
</div>
<div id="footer">
<p class="logo"><img src="images/newyearnewlook.png" class="foot-img" alt="New Year New Look">by Trenz Hair Studio</p>
<p class="location"><span>New location beside Mongo's Grill - 1075 Memorial Avenue</span> <a href="http://www.trenzhairstudio.ca/">Visit Trenz Website</a></p>
</div>
<!-- footer -->
</body>
</html>
I removed the display table from the panel because that means you can't set a height and hide the overflow. I assumed you wanted the sliding panel hidden and shown when rolling over the text in .slide.
You should be able to adapt it to what you want from the above now.
Bookmarks