In article <gfvfdd$7vj$1 (AT) oxygen (DOT) pond.sub.org>,
hu47121+nospam (AT) usenet (DOT) kitty.sub.org (Hannah) wrote:
Quote:
Hi!
Due to the feedback here, I did many changes to the page and to the rest
of the site. |
Just to tell you that this latest one loads very fast on my machine now
and much easier to read. Well done.
Maybe you might consider a point I raised earlier about not needing
extra div for your navigation UL. Since then, you might have even added
yet another wrapper!
I would consider doing away with both container divs in:
<div id="navigation">
<div class="frameinner navigationinner">
<ul>
<li></li>
<li></li>
...
</ul>
</div>
</div>
Just
<ul>
<li></li>
<li></li>
....
</ul>
should be able to be styled as you want.
--
dorayme