Connecting Tech Pros Worldwide Help | Site Map

Re: Update (was Re: Style problem (DIV sizing))

  #1  
Old November 18th, 2008, 11:35 PM
dorayme
Guest
 
Posts: n/a
In article <gfvfdd$7vj$1@oxygen.pond.sub.org>,
hu47121+nospam@usenet.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
Closed Thread