Text size

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need help with my site. When my page is viewed in IE and you view...text
sixe and largest, my page is overlapping. When the text size is changed to
larger I expect the whole page to expand and accomodate the new size.
 
Then you need to build your page layout w/o ant fixed widths
- say in a 100% width table

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I need help with my site. When my page is viewed in IE and you view...text
| sixe and largest, my page is overlapping. When the text size is changed to
| larger I expect the whole page to expand and accomodate the new size.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
 
Are you using text boxes or absolute positioning - using either or both
of these will have that effect. Text boxes should be avoided because
they cause problems in other browsers, and text in Absolutely positioned
elements will overlap other elements when text size is changed.
 
Back
Top