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.
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.
Comment