From: Mike G. v. a. <we...@ma...> - 2005-02-06 15:58:42
|
Log Message: ----------- Removed the reference to float in div.problemHeader to see if this removes the peekaboo problem. Also removed the zoom statement which seems to have been causing trouble with the OL statement. Tags: ---- rel-2-1-patches Modified Files: -------------- webwork2/htdocs/css: ur.css Revision Data ------------- Index: ur.css =================================================================== RCS file: /webwork/cvs/system/webwork2/htdocs/css/ur.css,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -Lhtdocs/css/ur.css -Lhtdocs/css/ur.css -u -r1.1.2.1 -r1.1.2.2 --- htdocs/css/ur.css +++ htdocs/css/ur.css @@ -1,5 +1,5 @@ /* hack to get around MSIE peekaboo bug */ -* {zoom: 1;} +/* * {zoom: 1;} */ /********************/ /* template classes */ @@ -127,6 +127,7 @@ padding: 2px 5px 2px 5px; width: auto; } -div.problemHeader { float: left; } +# div.problemHeader { float: left; } # suspected of causing MSIE peekaboo bug +div.problemHeader {} div.problem { clear: both; background-color: #E0E0E0; color: black; } .parsehilight { background-color:yellow; } |