I'm currently trying to set up a webpage where 'visitors' can select their
own size text (over-ride my preferred settings so to speak). I used to use
a fixed font size (11px) but have now tried to set the body element to font
size 70% (see www.flackgenealogy.co.uk/test1.html) and leave all the other
main page element unstated (assuming they inherit the same 70% that the body
gives them).
It all displays fine in FIREFOX (including the (table) TD 'holder' that
displays all the TD content as the same required 70% font value.
HOWEVER - IE6 chooses to ignore the body 70% font size instruction in the
stylesheet and displays the TD content at 100%.
THEN - if I change the stylesheet to TD=70% (see
www.flackgenealogy.co.uk/test2.html) it corrects the IE6 display, but of
course messes up the FIREFOX display.
Has anyone any bright ideas how I can retain the stylesheet with a % size
font (or something similar) rather than revert to my fixed font sizes - so
my pages will be 'viewer adjustable' - and be virtually identical in both
browsers.
Thanks
--
Jim Flack
own size text (over-ride my preferred settings so to speak). I used to use
a fixed font size (11px) but have now tried to set the body element to font
size 70% (see www.flackgenealogy.co.uk/test1.html) and leave all the other
main page element unstated (assuming they inherit the same 70% that the body
gives them).
It all displays fine in FIREFOX (including the (table) TD 'holder' that
displays all the TD content as the same required 70% font value.
HOWEVER - IE6 chooses to ignore the body 70% font size instruction in the
stylesheet and displays the TD content at 100%.
THEN - if I change the stylesheet to TD=70% (see
www.flackgenealogy.co.uk/test2.html) it corrects the IE6 display, but of
course messes up the FIREFOX display.
Has anyone any bright ideas how I can retain the stylesheet with a % size
font (or something similar) rather than revert to my fixed font sizes - so
my pages will be 'viewer adjustable' - and be virtually identical in both
browsers.
Thanks
--
Jim Flack
Comment