[licrea] / trunk / imagenes / pruebamenu.css  
ViewVC logotype

View of /trunk/imagenes/pruebamenu.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (download) (as text) (annotate)
Fri Jun 10 13:50:07 2011 UTC (14 years, 6 months ago) by egutierrez
File size: 1077 byte(s)
archivos generales del repositorio de licencia
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;	
}
* html body{
	font-size:xx-small;	
	f\ont-size:x-small;	
}
ul#nav, ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:150px;
	border-top:1px solid #ccc;
}
ul#nav li {
	position: relative;
	width:150px;
	float:left;
	clear:left;
}

#nav li ul {
	position: absolute;
	top: 0;
	margin-left:-999em;
	min-height:0;
}
/* Styles for Menu Items */
ul#nav li a {
	display:block;
	text-decoration: none;
	color: #777;
	background: #ffcccc; /* IE6 Bug */
	line-height:2em;
	height:2em;	
	padding:0 5px;
	width:138px;
	border: 1px solid #ccc;
	border-top:none;
}
* html ul#nav a {
	width:150px;	
	w\idth:138px;
}

/* this sets all hovered lists to red */
#nav li:hover a,#nav li.over a,
#nav li:hover li a:hover,#nav li.over li a:hover {
   color: #fff;
   background-color: red;
}

/* set dropdown to default */
#nav li:hover li a,#nav li.over li a {
    color: #777;
   background-color: #ffffcc;
}
#nav li ul li a {  } /* Sub Menu Styles */
#nav li:hover ul,#nav li.over ul { margin-left:149px;  } 

root@fsl.cenditel.gob.ve
ViewVC Help
Powered by ViewVC 1.0.0