[system] Repository:
ViewVC logotype

Revision 3949


Jump to revision: Previous Next
Author: sh002i
Date: Mon Jan 23 21:21:15 2006 UTC (7 years, 4 months ago)
Log Message:
forward port: (fix width issues with info box.

restrict width of info box to exactly 40% of the page width. we can't
use "max-width" because MSIE doesn't support it.

set "overflow:auto" to enable scroll bars when the content can't be
wrapped to 40%. this is a little nicer than the contents running over
the border of the box, but MSIE makes bad choices about how to size the
box so as to avoid unnecessary scroll bars. (it sizes the element first
and then adds scroll bars, so it adding a horizontal scroll makes the
content area smaller than the content, necessitating a vertical scroll
bar as well. pretty annoying.)

Tested this in WinIE, Firefox, and Safari.)

Changed paths:

Path Details
Directorytrunk/webwork-modperl/htdocs/css/math.css modified , text changed
Directorytrunk/webwork2/htdocs/css/math.css modified , text changed

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9