chlori wrote:
> Hello
>
> Here's the problem page:
> http://www.arto.ch/tests/thinklab/index.php
> http://www.arto.ch/tests/thinklab/style.css
>
> When I reduce my font size in Firefox, then the nav bar moves up behind
> the (dirty and soon replaced test) image.
>
> So what I want is this:
> When the user increases his font size then the navbar should move down
> because of the higher <h1>. When he reduces his font size then the
> navbar should stay under the image. Any suggestions?
this
<img src="images/TLC_Logo.gif" width="147" height="60" id="logo" />
should read
<img src="images/TLC_Logo.gif" width="xxem" height="yyem" id="logo" />
note:you could drop the width and heights of your image in XHTML and
include it in you CSS, and use units in your CSS...
use ems for all positioning instead of px this will ensure that all
elements within the page layout will magnify proportionally...
HTH
bernhard
--
www.daszeichen.ch
remove nixspam to reply