Possible to control increments of font re-sizing?
Possible to control increments of font re-sizing?
am 26.07.2007 21:39:55 von M
Periodically I will come across a site and, when I re-size the fonts, they
will re-size in very small increments. Unfortunately, I don't have an
example at hand, but I'm trying to achieve the same effect. I'm not trying
to stop users from re-sizing fonts -- I'm merely trying to allow it in more
precise increments.
Is this something I can do from my end, or is it a function of the browser?
M
Re: Possible to control increments of font re-sizing?
am 26.07.2007 21:48:42 von Sherm Pendley
"M" writes:
> I'm not trying
> to stop users from re-sizing fonts -- I'm merely trying to allow it in more
> precise increments.
>
> Is this something I can do from my end, or is it a function of the browser?
It's a function of the browser.
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
Re: Possible to control increments of font re-sizing?
am 26.07.2007 22:29:21 von M
"Sherm Pendley" wrote in message
news:m2r6mvhrol.fsf@dot-app.org...
> "M" writes:
>
>> I'm not trying
>> to stop users from re-sizing fonts -- I'm merely trying to allow it in
>> more
>> precise increments.
>>
>> Is this something I can do from my end, or is it a function of the
>> browser?
>
> It's a function of the browser.
Thx for the reply. I was thinking about this a little more though -- there
must be some effect due to the code, because not every site reacts in my
browser (FF 1.5) this way. Logically, it must be some combination of the two
at work, no?
M
Re: Possible to control increments of font re-sizing?
am 26.07.2007 23:17:33 von Sherm Pendley
"M" writes:
> "Sherm Pendley" wrote in message
> news:m2r6mvhrol.fsf@dot-app.org...
>> "M" writes:
>>
>>> I'm not trying
>>> to stop users from re-sizing fonts -- I'm merely trying to allow it in
>>> more
>>> precise increments.
>>>
>>> Is this something I can do from my end, or is it a function of the
>>> browser?
>>
>> It's a function of the browser.
>
> Thx for the reply. I was thinking about this a little more though -- there
> must be some effect due to the code, because not every site reacts in my
> browser (FF 1.5) this way. Logically, it must be some combination of the two
> at work, no?
True, but the factors that influence the browser's behavior haven't been
standardized. It's purely up to the whim of the browser maker to decide
what will trigger more precise resizing.
What I suspect is that the resizing code in FF is based on a multiple of
the size as given in CSS or HTML. The result would be that sites using
absurdly tiny font sizes would have correspondingly tiny increments when
the sizes are adjusted.
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
Re: Possible to control increments of font re-sizing?
am 26.07.2007 23:34:04 von dorayme
In article ,
Sherm Pendley wrote:
> "M" writes:
>
> > I'm not trying
> > to stop users from re-sizing fonts -- I'm merely trying to allow it in more
> > precise increments.
> >
> > Is this something I can do from my end, or is it a function of the browser?
>
> It's a function of the browser.
If you want to see a close ratio gear box at work in this
respect, try iCab on a Mac.
--
dorayme
Re: Possible to control increments of font re-sizing?
am 26.07.2007 23:35:45 von dorayme
In article ,
"M" wrote:
> "Sherm Pendley" wrote in message
> news:m2r6mvhrol.fsf@dot-app.org...
> > "M" writes:
> >
> >> I'm not trying
> >> to stop users from re-sizing fonts -- I'm merely trying to allow it in
> >> more
> >> precise increments.
> >>
> >> Is this something I can do from my end, or is it a function of the
> >> browser?
> >
> > It's a function of the browser.
>
> Thx for the reply. I was thinking about this a little more though -- there
> must be some effect due to the code, because not every site reacts in my
> browser (FF 1.5) this way. Logically, it must be some combination of the two
> at work, no?
>
> M
Supply a couple of examples that react differently in respect to
font-size increase on a single browser.
--
dorayme
Re: Possible to control increments of font re-sizing?
am 27.07.2007 02:02:38 von M
"dorayme" wrote in message
news:doraymeRidThis-BEC284.07354527072007@news-vip.optusnet. com.au...
> Supply a couple of examples that react differently in respect to
> font-size increase on a single browser.
I'll keep a lookout and will do when I find one.
M