From: Philip R. <ph...@lo...> - 2004-11-10 09:49:01
|
Just tested my resume with the new CSSified HTML stylesheet. It may be my old, old version of mozilla (1.0.1) (!), but I had some problems. The academic section ate my baby! At least, it ate the remainder of my resume, which appeared in an ever-increasingly nested set of boxes inside it. Resolved the problem by commenting a few empty div tags out, for example: <!-- <div class="scholarships"/> --> So: a) Is it just my fossil mozilla, or is this expected behaviour? b) Is it worth fixing? Should be easy enough to wrap the div tags in a test for existence of content, and would make the resulting HTML slightly neater. This wouldn't have any drawbacks apart from (slightly) increased stylesheet complexity, right? -- Phil. |