View Single Post
  #1  
Old 11-09-2007, 09:43 AM
zuriatman's Avatar
zuriatman zuriatman is offline
Brigadier General
 
Join Date: Sep 2006
Posts: 1,256
Question Hyperlinking A CSS tab horiz-menu

Hi Everybody,


The above is a CSS tab menu designed with a CSS Tab Designer.
The script generated is in Html.

After inserting the script in a Html box in an empty page in Blue Voda the
above graphic was generated when viewed with a browser.

Q. How does one hyperlink each button tag to a specific page wthin the website using Html.

-->
</style>
</style>
</head>

<body>
<h4>Horizontal Buttons</h4>

<div id="navcontainer">
<ul id="navlist">
<!-- CSS Tabs -->
<li><a href="www.yoursite.com/Products.html">Products</a></li>
<li><a href="www.yoursite.com/Services.html">Services</a></li>
<li><a href="www.yoursite.com/Support.html">Support</a></li>
<li><a href="www.yoursite.com/Order.html">Order</a></li>
<li><a href="www.yoursite.com/News.html">News</a></li>
<li><a href="www.yoursite.com/About.html">About</a></li>

</ul>
</div>
</body>
</html>


All help appreciated,

Zuriatman.
__________________
www.siapamoyanganda.com/
Malaysian Family Tree Website From the
State of Johor.
Reply With Quote