Detect Browser Text Size Change

  • Thread starter Thread starter vbGansta
  • Start date Start date
V

vbGansta

Hi there,

What is the best way to detect when a user changes the text size of their
browser. I need to Resize/Move things when they do this so grids and such
don't overlap each other. Thanks for your help.

Joe
 
That's a clientside event... dont think you can. Unless the resize causes a
refresh you wont get this with ASP.NET
 
Thanks for the reply Curt. So how do you handle text size changes. Do you
just allow enough space so they never run together or what?

J
 
normally you use tables, which will reflow the text.

-- bruce (sqlwork.com)


| Thanks for the reply Curt. So how do you handle text size changes. Do
you
| just allow enough space so they never run together or what?
|
| J
| "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
| | > That's a clientside event... dont think you can. Unless the resize
causes
| a
| > refresh you wont get this with ASP.NET
| >
| > --
| > Curt Christianson
| > Owner/Lead Developer, DF-Software
| > Site: http://www.Darkfalz.com
| > Blog: http://blog.Darkfalz.com
| >
| >
| > | > > Hi there,
| > >
| > > What is the best way to detect when a user changes the text size of
| their
| > > browser. I need to Resize/Move things when they do this so grids and
| such
| > > don't overlap each other. Thanks for your help.
| > >
| > > Joe
| > >
| > >
| >
| >
|
|
 
Back
Top