This is a discussion on "CSS text size" within the Web Page Design section. This forum, and the thread "CSS text size are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
CSS text size
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
CSS text size
Could anyone help me with problem! i havent used CSS that much before! the problem is that i want to allow users to change the size of the text within my website but i having problems doing this from the browser (the text stays the default size i have set) !! I don't want to use javascript is there any code that i could use that lets the user click an image to change the text size (i have seen this on many websites and would like to do it on mine)
Cheers Andy |
|
|
|
|||
|
Re: CSS text size
Quote:
That will help more in understanding what you want! |
|
||||
|
Re: CSS text size
The problem is that some browsers (most notably IE) won't let the user change the text size if it's set to an absolute size. Using a 12px for a font size, for instance. There is a way to get around this, however. Instead of using px or other measurements, use em.
font-size: 1em; As the em measurement is relavent, you're going to want to reduce it globally in your CSS file so the numbers are easier to use. Add this to the body tag:
|
|
|||
|
Re: CSS text size
Cheers for all the help! Here is a couple of site address i have seen this on,
http://www.dsgiplc.com, (located in the top right corner of website) hope you know what i mean!! |
|
||||
|
Re: CSS text size
Ah. That's not really a CSS thing. You need JavaScript to effect the changes. The first Google result for "text size changer"...
http://www.dyn-web.com/dhtml/sizefont/index.php |
![]() |
| Tags |
| css, text, size |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Text Size | crackafaza | Website Planning | 7 | Aug 6th, 2007 14:18 |
| Changing text-size ??? | j4mes_bond25 | JavaScript Forum | 1 | Jun 12th, 2006 09:26 |
| 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 |