Hi there,
i got it working here
, tho i had to try some times..
okay here you go:
you forgot to close some of the tags for the code inb the body, so therefore i corrected it..
Code:
<div id="wrapheader">
<div id="smoothmenu1" class="ddsmoothmenu">
<ul>
<li><a href="http://www.123warez.org/">Home</a></li>
<li><a href="./ucp.php?mode=register&sid=77de9980072ba5a0429e2b159960991b">Register</a></li>
<li><a href="./faq.php?sid=77de9980072ba5a0429e2b159960991b">FAQ</a></li>
<li><a href="./search.php?sid=77de9980072ba5a0429e2b159960991b">Search</a></li>
<li><a href="javascript:bookmarksite('123Warez.Org - Easy as 1 2 3', 'http://www.123warez.org')"><img src="images/star.png" width="10" height="10"> Bookmark Us</a></li>
<li><a href="http://www.123warez.org/sitemap.xml">Sitemap</a></li>
<li><a href="http://www.123warez.org/dmca.html" target="_blank">DMCA Policy</a></li>
<li><a href="http://123warez.org/contact/contact">Contact</a></li>
<li><a class="noborder" href="#">Other Links</a>
<ul>
<li><a href="http://www.123warez.org/viewtopic.php?f=2&t=2737">Forum Rules</a></li>
<li><a href="http://www.123warez.org/tos.html" target="_blank">TOS</a></li>
<li><a href="http://tiny.cc/123warezdonation" target="_blank">Donate</a></li>
<li><a href="http://www.123warez.org/postgen.php" target="_blank">Post Generator</a></li>
<li><a href="http://www.trafic.ro/?rid=123warezorg" target="_blank">Statistics</a></li>
<li><a href="http://clean.katz.cd/" target="_blank">Katz</a></li>
</ul>
</li>
</ul>
<br style="clear: left" />
</div>
</div>
now then, delete the css for your #wrapheader and insert this instead:
Code:
#wrapheader{
background:#414141;
width:100%;
margin: 0 auto;
}
and if the menu is going to be centered, after my opinion it looks bad if there's a 1px border on the last menu item.. so while you're at it insert this in you css too:
Code:
.ddsmoothmenu .noborder{
border: 0;
}
now you just have to replace this:
Code:
.ddsmoothmenu{
font: bold 12px Verdana;
background: #414141; /*background of menu bar (default state)*/
width:744px;
margin: 0 auto;
}
but keep in mind that if you replace/remove/add a menu item you will have to adjust the width.. i marked it with red above.
if it's needed i also uploaded an example to my web site:
http://saynogo.com/assist/index.html
best regards from toby and hope you get it working, else you're welcome to contact me
Bookmarks