Changeset 53

Show
Ignore:
Timestamp:
04/03/06 17:18:38 (3 years ago)
Author:
d.reszka
Message:

bugfixes for IE using height:1% caused performance problems.
Changing to height:1px fixed the problem.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/framework/core/layout-fixed.css

    r52 r53  
    4646        * html .nav, 
    4747        * html .nav li, 
    48         * html .nav a           { /* hide ie/mac \*/ height: 1%; /* end hide */;} 
    49         * html .nav li          { height: 1%; float: left;} /*bugfix for IE5.5*/ 
     48        * html .nav a           { /* hide ie/mac \*/ height: 1px; /* end hide */;} 
     49        * html .nav li          { height: 1px; float: left;} /*bugfix for IE5.5*/ 
    5050 
    5151/*SPACING*/