First make the css style.css page
body{background-color;#FF33FF; color;black; font-family:Vardana; font-size:9px;}
div. sky ul li{background-color;#000000; color:white; font-family;Times New Roman; font-size;9px;}
then make the navigation page
<!DOCTYPE html> <body> <title>Site Title</title> <link rel="stylsheet" type="text/css" href="style.css"> <div id="sky"> <ul><li><a href="#">Index</a></li> <li><a href="#">Your Page</li></ul> </div> </body> </html>
for a dropdown menu 2 ul.
This post has been edited by Groudon: 02 December 2012 - 07:01 AM

New Topic/Question
Reply


MultiQuote




|