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

Annotation of /trunk/imagenes/pruebamenu.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (view) (download) (as text)

1 : egutierrez 7 body {
2 :     font-family: Verdana, Arial, Helvetica, sans-serif;
3 :     font-size:x-small;
4 :     }
5 :     * html body{
6 :     font-size:xx-small;
7 :     f\ont-size:x-small;
8 :     }
9 :     ul#nav, ul {
10 :     margin: 0;
11 :     padding: 0;
12 :     list-style: none;
13 :     width:150px;
14 :     border-top:1px solid #ccc;
15 :     }
16 :     ul#nav li {
17 :     position: relative;
18 :     width:150px;
19 :     float:left;
20 :     clear:left;
21 :     }
22 :    
23 :     #nav li ul {
24 :     position: absolute;
25 :     top: 0;
26 :     margin-left:-999em;
27 :     min-height:0;
28 :     }
29 :     /* Styles for Menu Items */
30 :     ul#nav li a {
31 :     display:block;
32 :     text-decoration: none;
33 :     color: #777;
34 :     background: #ffcccc; /* IE6 Bug */
35 :     line-height:2em;
36 :     height:2em;
37 :     padding:0 5px;
38 :     width:138px;
39 :     border: 1px solid #ccc;
40 :     border-top:none;
41 :     }
42 :     * html ul#nav a {
43 :     width:150px;
44 :     w\idth:138px;
45 :     }
46 :    
47 :     /* this sets all hovered lists to red */
48 :     #nav li:hover a,#nav li.over a,
49 :     #nav li:hover li a:hover,#nav li.over li a:hover {
50 :     color: #fff;
51 :     background-color: red;
52 :     }
53 :    
54 :     /* set dropdown to default */
55 :     #nav li:hover li a,#nav li.over li a {
56 :     color: #777;
57 :     background-color: #ffffcc;
58 :     }
59 :     #nav li ul li a { } /* Sub Menu Styles */
60 :     #nav li:hover ul,#nav li.over ul { margin-left:149px; }

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