CSS menu

You are here: Shop Home >> Categories >> CSS menu
CSS menu Image
Paste the code below into your page with the HTML tool. Adjust the style sheet link to your needs. You can use a relative link for the style sheet if your not on S-Drive.
Paste your code for your CSS menu into the location noted.
Adjust the top and left until the menu is positioned where you like.


<style type="text/css">
div#mynav{width:225px;height:30px;left:-392px;top:-558px;position:relative; z-index:1000;}</style>
<link rel="stylesheet" type="text/css" href="http://mydomain.com/css/menu-menu.css" media="screen">
<div id="mynav">My Menu code goes here</div>