This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > June 2004 > Re: user over-ride css....how?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: user over-ride css....how?
|
|
| Josh Johnson 2004-06-11, 7:15 pm |
| When you define the 'font-size' attributes in your CSS, just use %
instead of px. Then browsers that allow font resizing (are there any
that don't anymore?) will allow user resizing. Sounds like you pretty
much had the concept down, just have to implement the CSS.
- Josh
VA_Webmaster25 wrote:
> I want my users to be able to over ride any fixed font sizes I speficied in my CSS. I dont want to use pixels, but rather %. How do I allow users to do this if im using css?? thank you
| |
| Murray *TMM* 2004-06-11, 7:15 pm |
| Josh:
Pixels are resizeable too.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"Josh Johnson" <josh.johnson@nospam.sun.com> wrote in message
news:cad2n5$kfg$1@forums.macromedia.com...[color=darkred]
> When you define the 'font-size' attributes in your CSS, just use %
> instead of px. Then browsers that allow font resizing (are there any
> that don't anymore?) will allow user resizing. Sounds like you pretty
> much had the concept down, just have to implement the CSS.
>
> - Josh
>
> VA_Webmaster25 wrote:
>
in my CSS. I dont want to use pixels, but rather %. How do I allow users to
do this if im using css?? thank you
| |
| Murray *TMM* 2004-06-11, 7:15 pm |
| Users can override any font specification, pixels or not.
It's buried in the IE advanced options, but much more upfront in other
browsers.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"VA_Webmaster25" <webforumsuser@macromedia.com> wrote in message
news:cad2am$k14$1@forums.macromedia.com...
> I want my users to be able to over ride any fixed font sizes I speficied
in my CSS. I dont want to use pixels, but rather %. How do I allow users to
do this if im using css?? thank you
| |
| Joe Makowiec 2004-06-11, 7:15 pm |
| On 11 Jun 2004 in macromedia.dreamweaver, VA_Webmaster25 wrote:
> I want my users to be able to over ride any fixed font sizes I
> speficied in my CSS. I dont want to use pixels, but rather %. How do
> I allow users to do this if im using css??
..mystyle { font-size : 1em; }
..mystyle { font-size : 100%; }
--
Joe Makowiec can be reached at:
http://makowiec.org/contact/?Joe
| |
| VA_Webmaster25 2004-06-11, 7:15 pm |
| when i,m talking about user overiding the font size, im talking about using the
text size menu in the View option of the browser at the top. Right now when I
use that feature, it does not increase font size.. maybe you guys are talking
about another way users can overide font.
| |
| Joe Makowiec 2004-06-11, 7:15 pm |
| On 11 Jun 2004 in macromedia.dreamweaver, VA_Webmaster25 wrote:
> when i,m talking about user overiding the font size, im talking
> about using the text size menu in the View option of the browser at
> the top. Right now when I use that feature, it does not increase
> font size.. maybe you guys are talking about another way users can
> overide font.
On most (non IE-Win) browsers, the setting for font size is relatively
easy to find. I have FireFox open; it's View>Increase Font Size. For
IE6/Win, it's Tools>Internet Options>"Accessibility" button>Ignore Font
sizes checkbox. Users then regain control over font sizes. However, if
you specify ***relative*** font sizes (see my earlier post) IE's View>
Text Size menu should work.
--
Joe Makowiec can be reached at:
http://makowiec.org/contact/?Joe
| |
| Michael Fesser 2004-06-11, 7:15 pm |
| .oO(VA_Webmaster25)
>when i,m talking about user overiding the font size, im talking about using the
>text size menu in the View option of the browser at the top. Right now when I
>use that feature, it does not increase font size..
This happens when you set the font size using px in your stylesheet. IE
then makes it a bit difficult for the user to resize the fonts. Just use
% or em instead of px and you'll be fine.
Micha
|
|
|
| | Copyright 2003 - 2009 forum4designers.com Software forum Computer Hardware reviews |
|