[thelist] CSS sitemap check

Stuart Young syoung at unitec.ac.nz
Tue Jun 1 02:25:04 CDT 2004


I have finished a sitemap using nested <dl> lists that applies lines
using CSS.
http://www.greens.org.nz/sitemap.shtml
Works exactly how I want in IE6 and Moz 1.6 but it is not correct in
Netscape 7.

Any ideas why? Any problems in any other browsers?

Anyone got any other good examples of styling a sitemap using CSS?

I used <dl> rather than <ul> because these display how I want it when
unstyled. Is this sematically OK?

markup below

cheers

--------------------------
<dl class="box">
   <dt><a href="example/">people</a></dt>
   <dd><a href="example/first.htm">first</a></dd>
   <dd><a href="example/second.htm">second</a></dd>
   <dd><dl>
      <dt><a href="example/third.htm">third</a></dt>
      <dd><a href="example/third/sub.htm" class="sub">third sub</a></dd>
      <dd class="bottom"><a href="example/third/sub2.htm"
class="sub">third sub2</a></dd>
      </dl>
   <dd><a href="example/fourth.htm">fourth</a></dd>
   <dd class="bottom"><dl>
      <dt><a href="example/fifth.htm">fifth</a></dt>
      <dd class="bottom"><a href="example/fifth/sub.htm"
class="sub">fifth sub</a></dd>
      </dl>
   </dd>
</dl>
----------------------------
body,dl,p { font-family: Verdana, Arial, Helvetica, sans-serif;}
dl,p { font-size: 0.8em;}
.map a { text-decoration: none; }
dl { padding-bottom: 1em; }
.box { border: 1px solid #00460F; padding: 0.5em; margin:0.5em;}
dl dl { font-size: 1.0em; }
dt {font-weight: bold; }
dl dl dt {font-weight: normal; }
.sub {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size:
0.8em; }

dd {  background-image: url(../images/elements/sitemapline.gif);
background-repeat: no-repeat; padding-left: 23px;}
dd.bottom {  background-image: url(../images/elements/sitemapline2.gif);
background-repeat: no-repeat; padding-left: 23px;}
---------------------------






Dr Stuart Young,       +64 (0)9-815 4321 Ex 8656
<syoung at unitec.ac.nz>     
Lecturer, School of Computing and Information Technology,
Unitec New Zealand, Auckland, New Zealand
http://hyperdisc.unitec.ac.nz/staff/syoung.htm
I would provide a URL for my official staffpage, but its too long and
complex


More information about the thelist mailing list