Quote:
Originally Posted by Seven Skins
You have error in ad_location_template fix/remove the code below and it should work.
Code:
<div class="ad_global_header">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Black Menu Tabs</title>
<style type="text/css">
<!--
body {
margin:0;
padding:0;
font: 11px/1.5em Verdana;
}
h2 {
font: 17px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}
#tabsH {
font-family: arial;
font-size: 13px;
float:left;
width:100%;
background:#000;
font-size:93%;
line-height:normal;
}
#tabsH ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabsH li {
display:inline;
margin:0;
padding:0;
}
#tabsH a {
font-family: arial;
font-size: 13px;
float:left;
background:url("/images2/misc/tableftH.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsH a span {
font-family: arial;
font-size: 13px;
float:left;
display:block;
background:url("/images2/misc/tabrightH.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#cc0000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span {float:none;}
/* End IE5-Mac hack */
#tabsH a:hover span {
color:#FFF;
}
#tabsH a:hover span { color:#ffffff;
background-position:0% -42px;
}
#tabsH a:hover span {
background-position:100% -42px;
}
#tabsH #current a {
background-position:0% -42px;
}
#tabsH #current a span {
background-position:100% -42px;
}
-->
</style>
</head>
<body>
<div id="tabsH">
<ul>
</ul>
</div>
</div>
|
:up: THIS WORKED! THANKS A LOT MAN!