C# Code

Submitted by: Submitted by

Views: 172

Words: 430

Pages: 2

Category: World History

Date Submitted: 12/13/2012 05:47 PM

Report This Essay

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Pure CSS Drop Down Menu</title>

<style type="text/css">

/* -------------------- Main body tag styling  ---------------------- */

body,td,th {

 font-family: Arial, Helvetica, sans-serif;

}

/* -------------------- What the entire dropdown backround will look like and its positioning  ---------------------- */

ul {

    margin:0;

    padding:0;

}

.dc{

    display:inline;

    position: relative;

    z-index: 0;

    margin:0;

    padding:0;

}

.dc:hover{

    background-color: transparent;

    z-index: 50;

}

.dc ul{ 

    position: absolute;

    width:120px;

    background-color: #999;

    left: -1000px;

    list-style-type:none;

    visibility: hidden;

}

.dc:hover ul{ 

    visibility: visible;

    top: 16px;

    left:0px;

}

/* -------------------- What the list items will look like inside the dropdown  ---------------------- */

.dc ul li{

    margin:0;

    padding:0;

    background-color: #EBEBEB;

    margin:1px;

}

.dc ul li:hover {

    background-color: #FFF;

    margin:1px;

}

/* -------------------- What the links look like inside the dropdown  ---------------------- */

.dc ul li a {

    display:block;

    padding:4px;

    font-size:12px;

}

.dc ul li a:link {

    color: #333;

    text-decoration: none;

}

.dc ul li a:visited {

    text-decoration: none;

    color: #000;

}

.dc ul li a:hover {

    text-decoration: none;

    color: #333;

}

.dc ul li a:active {

    text-decoration: none;

    color: #333;

}

/*      END PURE CSS DROP MENU        */

</style>

</head>

<body>

<div class="dc">

<a href="#">Drop Menu 1</a>

<ul>

<li><a href="#">Menu...