In article <gfvfdd$7vj$1@o xygen.pond.sub. org>,
hu47121+nospam@ usenet.kitty.su b.org (Hannah) wrote:
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="frameinn er 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
hu47121+nospam@ usenet.kitty.su b.org (Hannah) wrote:
Hi!
>
Due to the feedback here, I did many changes to the page and to the rest
of the site.
>
Due to the feedback here, I did many changes to the page and to the rest
of the site.
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="frameinn er 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