Jeff Blaine wrote:
> I guess what I am saying is that I am looking for the generalized 
> solution, not the solution to the test case page+image as static 
> files.  The test case exists only to show the problem.

>>> http://www.kickflop.net/csstest/

In general:
1: eliminate all browser-default differences - especially for lists.
2: line up elements with basic styles.
3: introduce 'Block formatting contexts'[1] / 'hasLayout'[2] where needed.

This will result in something like...
<http://www.gunlaug.no/tos/alien/jb/test_08_0129.html>
...where source-code is your original and styles are altered to assure
the same rendering in IE6, IE7, Fx2, Op9, Saf3, etc.

 From there you can tune individual styles to make it fit any case with
somewhat similar use of elements.

regards
        Georg

[1]http://www.w3.org/TR/CSS21/visuren.html#block-formatting
[2]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
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/

Reply via email to