Chris Akins wrote:
> Hi - not sure what's causing my image based mainNav tabs to move
> slightly when text is resized in this header:
> 
> www.springfieldmo.gov/newSite/index4.html

Images are inline-elements by default, which means there will be
provided space for text-descenders and this space will change with
font-resizing.

The easiest solution is probably to float all relevant images, since
floating turns all elements into block-elements and allow arranging in
lines - like in the following example...

<http://www.gunlaug.no/tos/alien/ca/test_08_0221.html>
<http://www.gunlaug.no/tos/alien/ca/test_08_0221_files/mainStyl.css>

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to