|
Posted by dorayme on 10/25/57 11:48
In article <eq5672pml0ve0o7f2b50qd072d5bliejah@4ax.com>,
sorry.no.email@post_NG.com wrote:
> Hi,
>
> Can I ask what could potentially a stupid question? I have a
> navigation list set to the left in two ways:
>
> Absolute Position:
> http://www.pnc.com.au/~plstrong/
>
> Float Left:
> http://www.pnc.com.au/~plstrong/test
>
> I have a feeling that the Float Left version keeps the flow of the
> page better, maintaining a better logical structure than the absolute
> position version. I also read the W3C guidelines, but was none the
> wiser:-)
>
> http://www.w3.org/TR/CSS21/visuren.html
>
> Are there any benefits or disadvantages to each method or am I
> splitting hairs a little :-)
One advantage is that you can put the absolutely positioned stuff
later in your html, enabling some folk and things (eg. search
engines) to get at your content "first". and the less immedietely
important stuff (navigation say, or a banner or whatever) later.
In your case, go with the float.
BTW, consider some em specs to divs and things (I have not looked
at your code but am guessing) so that when fonts are enlarged
they do not "jump the natural barriers".
--
dorayme
Navigation:
[Reply to this message]
|