Increase Text Size problem

When someone increases the size of the text, I want the box
(div) the text is in to expand outwards - up and down and left and
right.
In Firefox 3 it will expand up and down only.
IE6 it has the same problem as Firefox 3
IE7 will expand in all directions as wanted.
Question: What do I need to do so it will expand in all
directions when someone is using Firefox 3 and IE6?
Example div box with text here:
http://davidswebsite.com/test/div.html

Hello,
In IE7, if you change the text size ( View > Text Size
> Largest) instead of
zooming the whole page (ctrl+ +), you'll see it only expands
up and down
just like FF.
The fix:
Change the width of the div to ems instead of px.
#box1 {
top:50px;
width:26em;
z-index:1;
position: relative;
margin-right: auto;
margin-left: auto;
background-color: #FFFFFF;
Take care,
Tim
"davidhelp" <[email protected]> wrote in
message
news:gofh14$s21$[email protected]..
> When someone increases the size of the text, I want the
box (div) the text
> is
> in to expand outwards - up and down and left and right.
>
> In Firefox 3 it will expand up and down only.
> IE6 it has the same problem as Firefox 3
> IE7 will expand in all directions as wanted.
>
> Question: What do I need to do so it will expand in all
directions when
> someone is using Firefox 3 and IE6?
>
> Example div box with text here:
>
http://davidswebsite.com/test/div.html
>

Similar Messages

  • I want to increase text size of menu bar and size of icons for a visually impaired person. Step by step idiot proof instructions much appreciated.

    I want to increase text size of menu bar and size of icons for a visually impaired person. Step by step idiot proof instructions much appreciated.

    You can use some extensions to achieve this.
    * Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/
    You can use the NoSquint extension to set font sizes (text/page zoom) and text colors on web pages.
    * NoSquint - https://addons.mozilla.org/firefox/addon/nosquint/
    See also:
    * http://www.accessfirefox.org/ - Access Firefox Because the Internet is for everyone.

  • How to Increase Text Size in Nokia N73 Music Edn

    Dear Friends,
    Greetings from Dhaka. I have just purchase a Nokia N73 Music Edn mobile. The all the text I find very small to read and write as well.
    I will remain grateful if any one can tell me the tricks to increase the text size so I can read and write easily.
    Yours Mujib
    Moderator note: e-mail address removed. It is unwise to publish personal contact information on the boards.
    Message Edited by michaels on 20-Aug-2008 09:08 PM

    You need to download and install an additional program to make the fonts bigger, it does not cost much (€9.95):
    http://shop.psiloc.com/en/Application,262290,Psiloc+Font+Magnifier

  • How to increase text size of a Column header of table in webdypro

    Hi All,
    Can anybody suggest me how to increase the text size of a column header of table in webdyrpo. I didnt find any option anywhere. can anybody help me out to solve this issue?
    Regards
    Ravikumar

    Hi Ravikumar,
    As Sukanta has suggested create a Simpletype of String Type and Length 40.
    Then create a context for the column header and for its type, instead of choosing
    from the drop down, choose the 3 dots.
    In the window that appears, select Local Dictionary, and Select the Simpletype
    that you have created, from the respective package name. And click OK.
    This will make the text of ColumnHeader of type String and Length 40.
    Hope it helps.
    Regards,
    Alka.

  • Increase text size for macbook air.

    The text is a bit too small for me across email/internet/pages etc.
    How do I increase the text size in preferences? Can't seem to find it

    If you are using Safari, from the Safari menu bar click Safari > Preferences then select the Advanced tab.
    Try the font accessibility feature. Or, from the Safari menu bar click View > Zoom In or Zoom Out. You can also elect to choose Zoom Text Only.
    For Mail. From the Mail menu bar click Mail > Preferences then select Fonts & Colors
    If none of the above help, try a different screen resolution.
    Open System Preferences > Displays > Display then select Scaled.
    And try System Preferences > Accessibility > Zoom

  • Increase text size

    I'm trying to intercept the 'increase/decrease text size"
    commands of the browser. I need to control text size in response to
    these commands.
    Can anybody help me?
    Tank you.

    In the Finder, choose Show View Options from the View menu. This opens up a panel that allows you to increase or decrease text or icon size on the Desktop. Repeat the process with a Finder window open, and be sure to choose the "All windows" option.

  • Iphoto contact sheet - how to increase text size

    How to increase the text size on my contact sheet? Currently  it is too small to read

    The only way to change the text size is to reduce the number of columns for the contact sheet and then it's not a lot different.

  • Increase text size reading

    In page view on an iPhone, the reader displays the whole page, but the text is minuscule; is there a way to increase the text size without having to scroll back and forth? Is it possible to have editorial formatting?

    Hello Steve,
    thank you for your response. I am aware of the gestures used to zoom in and out; what I would like to avoid is the constant to-ing and fro-ing that is inevitable upon magnification. Apparently, there is no feature to remedy this issue, which is a shame.
    Nonetheless, thank you for your help.

  • Text size problem!!

    hi i am using samsung galaxy y duos it just 3.15 inch screen.i cannot reduce the size i hv.reduced size to tiny in setting i dont work in website it in extra large only say me some help..

    Firefox Menu > Setting > Content > Text Size
    *choose the size you want.
    May be you used zoom feature also
    *https://blog.mozilla.org/theden/2012/10/11/firefox-tip-how-to-zoom-on-firefox-for-android/

  • [SOLVED] Urxvt increasing font size problems.

    Hello,
    I'm having some problems getting Urxvt to increase my terminus font size.
    I have installed aur/urxvt-font-size-git and have the following in my .Xdefaults:
    URxvt.keysym.Control-Up: \033[1;5A
    URxvt.keysym.Control-Down: \033[1;5B
    URxvt.keysym.Control-Left: \033[1;5D
    URxvt.keysym.Control-Right: \033[1;5C
    URxvt.iso14755: false
    URxvt.iso14755_52: false
    URxvt.keysym.Control-minus: perl:font-size:increase
    URxvt.keysym.Control-equal: perl:font-size:decrease
    URxvt.keysym.Shift-Control-V: perl:clipboard:paste
    URxvt.perl-ext-common: default,clipboard
    URxvt.font: xft:terminus:size=9
    !URxvt.font: -xos4-terminus-bold-r-normal--12-120-72-72-c-60-iso8859-1
    URxvt.antialias: false
    Running
    xrdb ~/.Xdefaults && urxvt
    returns no errors, however Control-Minus/Equal do not increase my font size. I have tried swapping the URxvt.font values between the commented/uncommented lines but it still doesn't work.
    Am I missing something?
    Thanks
    Edit: I am using I3 as my WM and I don't have any mappings that would conflict.
    Last edited by Minsc (2014-07-03 19:26:48)

    n125 wrote:
    Minsc wrote:URxvt.perl-ext-common: default,clipboard
    Looking at the wiki entry for this extension, it appears that you're missing font-size in this line. Try adding it and seeing if it helps.
    Wow, can't believe I missed that. Thanks!

  • TextEdit - Cannot use "command +" to increase text size

    Hi,
    In TextEdit, when I select a block of text and try to enlarge it by doing "command +", it just doesn't work. I can only enlarge the text by going "format/font/bigger".
    Thanks,
    Aaron

    AAron,
    For reasons unknown to me, you have to use Command, Shift and the +. Although Command + works in other apps, it doesn't in TextEdit. I guess it is because the + technically requires a Shift because it is above the =. I know, I know, it works "different" in other apps!
    Regards,
    Steve M.

  • How to set text size when printi from a web page

    can't increase text size when printing a web page

    If you're using IE, click on View, Text Size and then whatever size you'd like.  You'll see the changes on the screen and it should print out the same way.
    Hope that helps.
    Say Thanks by clicking the Kudos thumbs up. Please mark the post that solves your problem as an Accepted Solution so other forum users can utilize the solution.
    I am an HP employee.

  • HT4528 The screen when accessing text msg or trying to type increases in size and I can't see the entire keyboard, also a problem in the basic screen the icons get huge, almost like the ipad screen size. How do I correct?

    Sometimes when using the text screen, the font for the keyboard increases in size limiting the view of the entire keyboard on the screen. So far the only way to correct is to poweroff the iphone and the poweron aqgain and the problem ius corrected. This also happens on the basic screen, the size of the icons are enlarged, to a size that you can only see one or two icons or parts of them.

    Try going to Settings>General>Accessibility>Zoom to be sure it's off.  If the screen is already magnified, double-tap the screen with three fingers to zoom out.

  • I am having problems with small text size on AOL mail, and am using the latest version of Firefox.

    I am having problems with text size when using AOL Mail. I am using version 25.0 of Firefox. I did not have this problem in the past, but I suspect a change occurred with one of the Firefox upgrades. I do not have the same problem when using Internet Explorer.

    Could you start by resetting the zoom level on the page? To do that, you can either:
    * Press Ctrl+0 (that's a zero) on the keyboard
    * View menu > Zoom > Reset
    You also can use zoom to increase/decrease the size from there. This article describes the various mouse, keyboard, and menu methods: [[Font size and zoom - increase the size of web pages]].
    Any luck?

  • How do I increase the text size in photoshop 10

    I can't read the program text it is so small and I can't find how to increase it.  Thanks for your help.

    Unfortunately, there's no way to increase the size of the text on the App Store itself but enabling the zoom feature in System Preferences > Universal Access - Seeing might be a workaround for you.

Maybe you are looking for

  • How can i add text in dreamweaver?

    I want to add text ot my page so i can edit my page in dreamweaver. I made my layout in Photoshop no wi want to add a "text box" or anything i can add text in, On top of the layout cell. Is it possible for me to do? -Bryan

  • QM-Collective Usage Decision

    Dear all there are so many inspection lots of insp.type 04.now i donu2019t want to record characteristics for these lots and only want to make ud of all these lots collectively. so how can i do this. I have already tried QA16 but i am unable to see l

  • How to run ABAP code as a daemon process?

    Background: I need a daemon process to check status and react on it. This daemon may run for a long time. Current: to implement this, use an update module, to call a normal module with an endless loop (the loop may end dependent on some condition). W

  • Why did tethered capture stopped working on laptop with windows 8

    It had been working great but something happened between December 2013 and March 2014 and now it does not work on my laptop which is running windows 8. If I plug into the desktop everything works fine. I suspect there was an update that is not workin

  • TS4009 why wont be icloud back up?

    my iphone hasnt backed up to icloud since april as it said i did not have enough storage. i have recently upgraded and bought more storage, hoping that the icloud would back up. However, this has not happened and it keeps saying back up in complete.