Difference: WebCSS (17 vs. 18)

Revision 1804 Nov 2009 - AurelioAHeckert

Line: 1 to 1
 
%STARTINCLUDE%
/*************************************************************/
Line: 289 to 289
 /* 2.5 - Navigation - Level 3 */ /*----------------------------*/ .nav3 {
Changed:
<
<
overflow: hidden;
>
>
Xoverflow: hidden;
  clear: both; float: left; width: 160px;
Line: 308 to 308
  padding: 0px; background-color: #EEE; /* Site Color 3 */ }
Deleted:
<
<
.nav3 ul ul { margin: 0px; }
 .nav3 li {
Added:
>
>
position: relative;
  border-bottom: solid 1px rgb(200,200,200); list-style: none; margin: 0px;
Line: 325 to 323
 .nav3 li li { border: none; }
Added:
>
>
.nav3 li ul { display: none; margin: 0px; position: absolute; top: 5px; left: 155px; border: solid 1px rgb(200,200,200); } .nav3 li.hover ul { display: block; }
 .nav3 li strong, .nav3 li a { display: block;
 
This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback