Changeset 9671

Show
Ignore:
Timestamp:
10/14/08 08:59:04 (3 months ago)
Author:
afz
Message:

fix style in IE6

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • art/themes/coolwater/style.css

    r9670 r9671  
    222222width: 790px; 
    223223} 
     224*html #header {height: 40px;} 
     225 
    224226 
    225227/* Main Column */ 
     
    485487 
    486488/* Menu */ 
     489*html .menu ul table { 
     490top:0; 
     491left:0; 
     492z-index:1000; 
     493font-size:1em; 
     494position:absolute; 
     495border-collapse:collapse; 
     496} 
    487497#header .menu ul { 
     498margin:0; 
    488499float: left; 
    489500list-style: none; 
    490 margin:0; padding: 0 0 0 20px; 
     501padding: 0 0 0 20px; 
    491502} 
    492503#header .menu ul li { 
     
    494505} 
    495506#header .menu ul li a { 
     507float: left; 
     508color: #fff; 
    496509display: block; 
    497 float: left; 
    498510padding: 0 12px; 
    499 color: #fff; 
    500511text-decoration: none; 
    501512background: url(images/sep.jpg) no-repeat 100% 100%; 
     
    518529} 
    519530*html #top-header #header-links { 
    520 width: 195px; 
     531width: 220px; 
    521532white-space: nowarp; 
    522533}