Old 08-04-2004   #1 (permalink)
Registered User
 
Join Date: Jun 2004
Posts: 11

is there a script for this...?

sometimes users or visitors do not have the same resolution, sometimes they use large text size (internet explorer >> view >> text size >> largest/medium/smallest). i want to make my looks the same regardless of the resolution or whatever textsize the user uses....

try this forum.... go to view >> text size >> (change the text size), it will not change... how can i do this?

hope you guyz help me....
CrazyMee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08-04-2004   #2 (permalink)
Registered User
 
Join Date: Jun 2004
Posts: 90

To make the text not change, use .css to style your sizes, and set the size based on pixels, not points. So make sure your style sheet looks something like this:

Code:
p {
	font-size:12px;
}
Not like these two examples:
Code:
p {
	font-size:12pt;
}

p {
	font-size:12;
}
jonbalza is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08-04-2004   #3 (permalink)
ahmedtheking
Guest
 
Posts: n/a

use javascript:

http://www.dynamicdrive.com/dynamicindex9/textsizer.htm

it works!!
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

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
Forum Jump


All times are GMT +1. The time now is 09:33 PM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT