Browser Fonts

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

Guest

I've noticed that every now and then the fonts on my browser show up really large (IE6), other times they are as they should be viewed. This throws off how the pages are viewed. Even the msn index page is in large print at times. However, their tables move with the type. Why is this? Can it be prevented? How do you make the image expand so that it view correctly without broken spaces?
 
It's a browser function. If you're using a wheel mouse, hold down the Ctrl key and scroll the wheel up or down it will change the font size. Or you can manually do it with View/Text Size (if I remember correctly).

hth..

| I've noticed that every now and then the fonts on my browser show up really large (IE6), other times they are as they should be viewed. This throws off how the pages are viewed. Even the msn index page is in large print at times. However, their tables move with the type. Why is this? Can it be prevented? How do you make the image expand so that it view correctly without broken spaces?
 
Unless the font size is set by a style sheet. Then the mouse wheel won't work.

;-)

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
It's a browser function. If you're using a wheel mouse, hold down the Ctrl key
and scroll the wheel up or down it will change the font size. Or you can
manually do it with View/Text Size (if I remember correctly).

hth..

| I've noticed that every now and then the fonts on my browser show up really
large (IE6), other times they are as they should be viewed. This throws off how
the pages are viewed. Even the msn index page is in large print at times.
However, their tables move with the type. Why is this? Can it be prevented? How
do you make the image expand so that it view correctly without broken spaces?
 
Or only if using accessability impaired browsers such as IE. It is nice to
see, though, that *some* pages on MSN have been fixed.

Bob Lehmann
 
yes, but what if you're using; xsmall, small, medium, large, jumbo? :-) then the wheel adjustment should work right?


| Unless the font size is set by a style sheet. Then the mouse wheel won't work.
|
| ;-)
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed..................
| ..............................with a computer
| | It's a browser function. If you're using a wheel mouse, hold down the Ctrl key
| and scroll the wheel up or down it will change the font size. Or you can
| manually do it with View/Text Size (if I remember correctly).
|
| hth..
|
| | | I've noticed that every now and then the fonts on my browser show up really
| large (IE6), other times they are as they should be viewed. This throws off how
| the pages are viewed. Even the msn index page is in large print at times.
| However, their tables move with the type. Why is this? Can it be prevented? How
| do you make the image expand so that it view correctly without broken spaces?
|
|
 
If the font size is specified by a CSS file, the only fonts that will change
are the ones that are set for specific words on the page so that they
override the CSR file.
Try it here: http://www.95isalive.com/

There are only 2 items on the page that will change size.

;-)

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

yes, but what if you're using; xsmall, small, medium, large, jumbo? :-) then
the wheel adjustment should work right?


| Unless the font size is set by a style sheet. Then the mouse wheel won't
work.
|
| ;-)
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed..................
| ..............................with a computer
message
| | It's a browser function. If you're using a wheel mouse, hold down the Ctrl
key
| and scroll the wheel up or down it will change the font size. Or you can
| manually do it with View/Text Size (if I remember correctly).
|
| hth..
|
| | | I've noticed that every now and then the fonts on my browser show up
really
| large (IE6), other times they are as they should be viewed. This throws
off how
| the pages are viewed. Even the msn index page is in large print at times.
| However, their tables move with the type. Why is this? Can it be
prevented? How
| do you make the image expand so that it view correctly without broken
spaces?
|
|
 
But that's because you've specified font sizes using px in your stylesheet.
If you used a relative unit such as em or %, all the text would resize. For
example:
http://www.nteaonline.org

Only the text at the top (the site title) is fixed. I did that to make sure
the top header section remains the same size. Other than that, it's all
liquid.
 
yah, I overstand.
But, is 95 really alive?


| If the font size is specified by a CSS file, the only fonts that will change
| are the ones that are set for specific words on the page so that they
| override the CSR file.
| Try it here: http://www.95isalive.com/
|
| There are only 2 items on the page that will change size.
|
| ;-)
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed............
| .......................with a computer
|
| | yes, but what if you're using; xsmall, small, medium, large, jumbo? :-) then
| the wheel adjustment should work right?
|
|
| | | Unless the font size is set by a style sheet. Then the mouse wheel won't
| work.
| |
| | ;-)
| |
| | --
| | Steve Easton
| | Microsoft MVP FrontPage
| | 95isalive
| | This site is best viewed..................
| | ..............................with a computer
| message
| | | | It's a browser function. If you're using a wheel mouse, hold down the Ctrl
| key
| | and scroll the wheel up or down it will change the font size. Or you can
| | manually do it with View/Text Size (if I remember correctly).
| |
| | hth..
| |
| | | | | I've noticed that every now and then the fonts on my browser show up
| really
| | large (IE6), other times they are as they should be viewed. This throws
| off how
| | the pages are viewed. Even the msn index page is in large print at times.
| | However, their tables move with the type. Why is this? Can it be
| prevented? How
| | do you make the image expand so that it view correctly without broken
| spaces?
| |
| |
|
|
 
Jack,

When you design with %'s how do you know what they are equal to visually. Sheesh how do I say this coming from print media oriented brainset? You know what I mean?

I've not used %'s yet.

Rob
| But that's because you've specified font sizes using px in your stylesheet.
| If you used a relative unit such as em or %, all the text would resize. For
| example:
| http://www.nteaonline.org
|
| Only the text at the top (the site title) is fixed. I did that to make sure
| the top header section remains the same size. Other than that, it's all
| liquid.
|
| --
| Jack Brewster - Microsoft FrontPage MVP
|
| | > If the font size is specified by a CSS file, the only fonts that will
| change
| > are the ones that are set for specific words on the page so that they
| > override the CSR file.
| > Try it here: http://www.95isalive.com/
| >
| > There are only 2 items on the page that will change size.
| >
| > ;-)
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed............
| > .......................with a computer
| >
| message
| > | > yes, but what if you're using; xsmall, small, medium, large, jumbo? :-)
| then
| > the wheel adjustment should work right?
| >
| >
| > | > | Unless the font size is set by a style sheet. Then the mouse wheel
| won't
| > work.
| > |
| > | ;-)
| > |
| > | --
| > | Steve Easton
| > | Microsoft MVP FrontPage
| > | 95isalive
| > | This site is best viewed..................
| > | ..............................with a computer
| > message
| > | | > | It's a browser function. If you're using a wheel mouse, hold down the
| Ctrl
| > key
| > | and scroll the wheel up or down it will change the font size. Or you can
| > | manually do it with View/Text Size (if I remember correctly).
| > |
| > | hth..
| > |
| > | | > | | I've noticed that every now and then the fonts on my browser show up
| > really
| > | large (IE6), other times they are as they should be viewed. This throws
| > off how
| > | the pages are viewed. Even the msn index page is in large print at
| times.
| > | However, their tables move with the type. Why is this? Can it be
| > prevented? How
| > | do you make the image expand so that it view correctly without broken
| > spaces?
| > |
| > |
| >
| >
|
|
 
you'd be surprised. it's alive and well in foreign (third world) countries.
I bet that bugs the hell out of the lindows set. ;-)

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


yah, I overstand.
But, is 95 really alive?


| If the font size is specified by a CSS file, the only fonts that will
change
| are the ones that are set for specific words on the page so that they
| override the CSR file.
| Try it here: http://www.95isalive.com/
|
| There are only 2 items on the page that will change size.
|
| ;-)
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed............
| .......................with a computer
|
message
| | yes, but what if you're using; xsmall, small, medium, large, jumbo? :-)
then
| the wheel adjustment should work right?
|
|
| | | Unless the font size is set by a style sheet. Then the mouse wheel
won't
| work.
| |
| | ;-)
| |
| | --
| | Steve Easton
| | Microsoft MVP FrontPage
| | 95isalive
| | This site is best viewed..................
| | ..............................with a computer
| message
| | | | It's a browser function. If you're using a wheel mouse, hold down the
Ctrl
| key
| | and scroll the wheel up or down it will change the font size. Or you can
| | manually do it with View/Text Size (if I remember correctly).
| |
| | hth..
| |
| | | | | I've noticed that every now and then the fonts on my browser show up
| really
| | large (IE6), other times they are as they should be viewed. This throws
| off how
| | the pages are viewed. Even the msn index page is in large print at
times.
| | However, their tables move with the type. Why is this? Can it be
| prevented? How
| | do you make the image expand so that it view correctly without broken
| spaces?
| |
| |
|
|
 
ha...I still have DOS 6.0 running on a 286 - it's hiding over in the corner but it's been running continuously for a lonnnnngg time. Now my Winders 3.1 is a cranky sob, but thats a different story.


| you'd be surprised. it's alive and well in foreign (third world) countries.
| I bet that bugs the hell out of the lindows set. ;-)
|
| --
| The email address on this posting is a "black hole". I got tired of all the
| spam.
| Please feel free to contact me here:
| http://nedp.net/contact/
| --
|
|
| | yah, I overstand.
| But, is 95 really alive?
|
|
| | | If the font size is specified by a CSS file, the only fonts that will
| change
| | are the ones that are set for specific words on the page so that they
| | override the CSR file.
| | Try it here: http://www.95isalive.com/
| |
| | There are only 2 items on the page that will change size.
| |
| | ;-)
| |
| | --
| | Steve Easton
| | Microsoft MVP FrontPage
| | 95isalive
| | This site is best viewed............
| | .......................with a computer
| |
| message
| | | | yes, but what if you're using; xsmall, small, medium, large, jumbo? :-)
| then
| | the wheel adjustment should work right?
| |
| |
| | | | | Unless the font size is set by a style sheet. Then the mouse wheel
| won't
| | work.
| | |
| | | ;-)
| | |
| | | --
| | | Steve Easton
| | | Microsoft MVP FrontPage
| | | 95isalive
| | | This site is best viewed..................
| | | ..............................with a computer
| | message
| | | | | | It's a browser function. If you're using a wheel mouse, hold down the
| Ctrl
| | key
| | | and scroll the wheel up or down it will change the font size. Or you can
| | | manually do it with View/Text Size (if I remember correctly).
| | |
| | | hth..
| | |
| | | | | | | I've noticed that every now and then the fonts on my browser show up
| | really
| | | large (IE6), other times they are as they should be viewed. This throws
| | off how
| | | the pages are viewed. Even the msn index page is in large print at
| times.
| | | However, their tables move with the type. Why is this? Can it be
| | prevented? How
| | | do you make the image expand so that it view correctly without broken
| | spaces?
| | |
| | |
| |
| |
|
|
 
LOL
You'd be surprised. It averages well over a million page hits a year.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

yah, I overstand.
But, is 95 really alive?


| If the font size is specified by a CSS file, the only fonts that will
change
| are the ones that are set for specific words on the page so that they
| override the CSR file.
| Try it here: http://www.95isalive.com/
|
| There are only 2 items on the page that will change size.
|
| ;-)
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed............
| .......................with a computer
|
message
| | yes, but what if you're using; xsmall, small, medium, large, jumbo? :-)
then
| the wheel adjustment should work right?
|
|
| | | Unless the font size is set by a style sheet. Then the mouse wheel
won't
| work.
| |
| | ;-)
| |
| | --
| | Steve Easton
| | Microsoft MVP FrontPage
| | 95isalive
| | This site is best viewed..................
| | ..............................with a computer
| message
| | | | It's a browser function. If you're using a wheel mouse, hold down the
Ctrl
| key
| | and scroll the wheel up or down it will change the font size. Or you can
| | manually do it with View/Text Size (if I remember correctly).
| |
| | hth..
| |
| | | | | I've noticed that every now and then the fonts on my browser show up
| really
| | large (IE6), other times they are as they should be viewed. This throws
| off how
| | the pages are viewed. Even the msn index page is in large print at
times.
| | However, their tables move with the type. Why is this? Can it be
| prevented? How
| | do you make the image expand so that it view correctly without broken
| spaces?
| |
| |
|
|
 
Maybe I should start a page....3.1isnearlydead :-)


| LOL
| You'd be surprised. It averages well over a million page hits a year.
|
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed............
| .......................with a computer
|
| | yah, I overstand.
| But, is 95 really alive?
|
|
| | | If the font size is specified by a CSS file, the only fonts that will
| change
| | are the ones that are set for specific words on the page so that they
| | override the CSR file.
| | Try it here: http://www.95isalive.com/
| |
| | There are only 2 items on the page that will change size.
| |
| | ;-)
| |
| | --
| | Steve Easton
| | Microsoft MVP FrontPage
| | 95isalive
| | This site is best viewed............
| | .......................with a computer
| |
| message
| | | | yes, but what if you're using; xsmall, small, medium, large, jumbo? :-)
| then
| | the wheel adjustment should work right?
| |
| |
| | | | | Unless the font size is set by a style sheet. Then the mouse wheel
| won't
| | work.
| | |
| | | ;-)
| | |
| | | --
| | | Steve Easton
| | | Microsoft MVP FrontPage
| | | 95isalive
| | | This site is best viewed..................
| | | ..............................with a computer
| | message
| | | | | | It's a browser function. If you're using a wheel mouse, hold down the
| Ctrl
| | key
| | | and scroll the wheel up or down it will change the font size. Or you can
| | | manually do it with View/Text Size (if I remember correctly).
| | |
| | | hth..
| | |
| | | | | | | I've noticed that every now and then the fonts on my browser show up
| | really
| | | large (IE6), other times they are as they should be viewed. This throws
| | off how
| | | the pages are viewed. Even the msn index page is in large print at
| times.
| | | However, their tables move with the type. Why is this? Can it be
| | prevented? How
| | | do you make the image expand so that it view correctly without broken
| | spaces?
| | |
| | |
| |
| |
|
|
 
Rob,

I don't use % throughout my sites. I just use it once in the body to adjust
everything downward then I use em to specify font sizes. I pretty much
follow the process detailed here:
http://www.thenoodleincident.com/tutorials/typography/index.html

--
Jack Brewster - Microsoft FrontPage MVP

Jack,

When you design with %'s how do you know what they are equal to visually.
Sheesh how do I say this coming from print media oriented brainset? You know
what I mean?

I've not used %'s yet.

Rob
| But that's because you've specified font sizes using px in your
stylesheet.
| If you used a relative unit such as em or %, all the text would resize.
For
| example:
| http://www.nteaonline.org
|
| Only the text at the top (the site title) is fixed. I did that to make
sure
| the top header section remains the same size. Other than that, it's all
| liquid.
|
| --
| Jack Brewster - Microsoft FrontPage MVP
|
| | > If the font size is specified by a CSS file, the only fonts that will
| change
| > are the ones that are set for specific words on the page so that they
| > override the CSR file.
| > Try it here: http://www.95isalive.com/
| >
| > There are only 2 items on the page that will change size.
| >
| > ;-)
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed............
| > .......................with a computer
| >
| message
| > | > yes, but what if you're using; xsmall, small, medium, large, jumbo? :-)
| then
| > the wheel adjustment should work right?
| >
| >
| > | > | Unless the font size is set by a style sheet. Then the mouse wheel
| won't
| > work.
| > |
| > | ;-)
| > |
| > | --
| > | Steve Easton
| > | Microsoft MVP FrontPage
| > | 95isalive
| > | This site is best viewed..................
| > | ..............................with a computer
| > message
| > | | > | It's a browser function. If you're using a wheel mouse, hold down the
| Ctrl
| > key
| > | and scroll the wheel up or down it will change the font size. Or you
can
| > | manually do it with View/Text Size (if I remember correctly).
| > |
| > | hth..
| > |
| > | | > | | I've noticed that every now and then the fonts on my browser show up
| > really
| > | large (IE6), other times they are as they should be viewed. This
throws
| > off how
| > | the pages are viewed. Even the msn index page is in large print at
| times.
| > | However, their tables move with the type. Why is this? Can it be
| > prevented? How
| > | do you make the image expand so that it view correctly without broken
| > spaces?
| > |
| > |
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top