Ray Leventhal wrote:
> http://www.cprtools.net/calc
> The first thing I noticed is that the two radio buttons and their
> labels aren't rendering as expected in WinIE6. This looks ok in IE7
>
> After the form is submitted and the results are rendered, the
> 'summary' fieldset is (in IE6 and 7) set off to the right while I
> expected and wanted it to be centered.
>
> Any kicks in the right direction would be greatly appreciated.
Try adding...
* html br {clear: left;}
div#results {text-align: center;}
div#results fieldset {margin: 0; text-align: left;}
html:lang(en) div#results fieldset {margin: auto;}
...will kick IE6 and 7 in the right direction. That last line gives
other browsers - including IE8 - back the original auto-centering that
older IE versions fail on.
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/