Hey guys,
I am needed help on my page which is css coded and html coded and im not sure which forum to post in so i thought maybe here.
Basically what i am looking to do is to add another tab to my header next to support / client area which can currently be seen in the preview below.
But when i simply copy the html from the other and paste it next to it in the coding then it comes up with an error, so i was wondering if any one could help me out and figure out the code for me. Even better what i am looking to do in the end like maybe a few weeks down the line is to make these tabs little menus so when the user hovers over a drop down menu appears with more links to pages if any one can help with this that would be great!
Anyway back to point, the current code for my header is shown below. If anyone can help me be able to add another tab or to make the drop down menu that would be great!
Current Header.php Code Below
Code:
<style type="text/css">
.style1 {
font-weight: bold;
font-family: Calibri;
}
-->
</style>
<div id="header">
<!--logo -->
<hr class="noscreen" />
<!-- slogan -->
<hr class="noscreen" />
</div> <!-- /header -->
<!-- Navigation -->
<div id="nav">
<ul class="box style1">
<li><a href="index.php" class="style3">Home</a></li>
<li><a href="about.php" class="style3">About Us</a></li>
<li><a href="webhosting.php" class="style3">Shared Hosting</a></li>
<li><a href="reseller.php" class="style3">Reseller hosting</a></li>
<li><a href="http://razor-hosting.co.uk/clients" class="style3">Support / Client Area</a></li>
</ul>
<hr class="noscreen" />
</div> <!-- /nav -->
<!-- 2 columns (content + sidebar) -->
<div id="cols" class="box">
This may not be useful as it is mostly CSS coded. If i should add the header css please mention
Thanks in advance
__________________
Regards Watts,
|