Text Size Issue in IE

This is a discussion on "Text Size Issue in IE" within the Web Page Design section. This forum, and the thread "Text Size Issue in IE are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 9th, 2005, 02:53
New Member
Join Date: Nov 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Text Size Issue in IE

Hello Everyone,

I need some help with a problem involving IE and Text Size.

I have been working on revising a number of pages for technical and download improvement on a high-volume website. I have removed the font tags from a group of pages and moved that control into a CSS file. This alone reduced the page size by about 25%. The CSS file uses only relative (%, larger, smaller) font sizing directives after the initial setting of a 1em font size at the global (*) level first thing in the file.

Things look great on IE and Firefox, both old and new so long as the Text Size setting is "Medium" (IE). Firefox works great old and new regardless. It is only IE which gets its shorts in a wad.

If I change the Text Size to Larger on IE, the Letters become 1 inch in size. Absolutely HUGE, Enormous. If I set to Largest, a single letter fills my entire 1600 x 1200 screen. Astronomical!

Now IE only does this on the revised pages. On the old, it simply increases the size a bit.

Here are some links for you to examine. The first is a revised page with a fair amout of 65% sizing in it due to information density. The second is revised, but very little is 65%. The third is the old format.
I am at a loss as to what to do/try next. Several of our clients use the "Larger" setting as their vision ain't what it used to be, but the results in IE are all out of scale.

I tried some googling around and didn't find anything. So I googled for forums which looked appropriate and found this one. I'm hoping y'all can help.

-g
"Houston, we have a problem"
Reply With Quote

  #2 (permalink)  
Old Nov 9th, 2005, 15:23
Junior Member
Join Date: Nov 2005
Location: Santa Cruz, CA
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Text Size Issue in IE

I tried this on my browser and did not see the problem. IE6.x was the browser tested. at 1200x700
Reply With Quote
  #3 (permalink)  
Old Nov 9th, 2005, 18:20
New Member
Join Date: Nov 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Text Size Issue in IE

Thanks for looking.

Did you try changing the View | Text Size to "Larger" ? I am using IE 6.0.2900... All critical updates and more applied. I have tried in numerous resolutions, but I didn't try 1200 x 700.
Reply With Quote
  #4 (permalink)  
Old Nov 9th, 2005, 18:26
New Member
Join Date: Nov 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Text Size Issue in IE

Further to story, I had

Code: Select all
*    {font: 1.0em Arial, Helvetica, san-serif; color: black; }
but now have
Code: Select all
* html body p    {font-size: 1.0em; font-family: Arial, Helvetica, san-serif; color: black; }
This alone made the "Larger" problem go away, but the Font face is now going back to serif fonts. Still this is an improvement.

The update is only in the test area at the moment. Still hunting and pecking to fix the font face problem.

If anyone has ideas, I'm open to hearing them.

-g
Reply With Quote
  #5 (permalink)  
Old Nov 9th, 2005, 18:37
Junior Member
Join Date: Nov 2005
Location: Santa Cruz, CA
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Text Size Issue in IE

try dropping 1. Oem; from the font listing... not sure but I think that this might get you... Hard to tell since I don't have the problem on my machine. Have you seen this on other systems?
Reply With Quote
  #6 (permalink)  
Old Nov 10th, 2005, 03:01
New Member
Join Date: Nov 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Talking Re: Text Size Issue in IE

Well, I got it worked out. Here is what I ended up with to get both Firefox and IE to look good and to keep IE from choking on it's idiocy.

Code: Select all
 
  * html {font: 1.0em Arial, Helvetica, san-serif; color: black; }
  html {font: 1.0em Arial, Helvetica, san-serif; color: black; }
Both lines were needed. The first kept Firefox sane, and the second kept IE inside the ballpark.

Some other adjustments on the pages were needed, but on the whole they were trivial after finding the "work around".

Thanks Beach Cruise for responding.

-g
#Houston, we are in the water at station 1#
Reply With Quote
Reply

Tags
text, size, issue

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Text Size crackafaza Website Planning 7 Aug 6th, 2007 14:18
CSS text size agibbs1983 Web Page Design 4 Sep 5th, 2006 17:51
text size problems Ice288 Web Page Design 3 Jul 18th, 2005 11:05
Text Size MajorTom Web Page Design 8 Jun 14th, 2005 12:08
text size dannygoor Web Page Design 6 Jan 9th, 2004 16:24


All times are GMT. The time now is 18:54.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43