Help!

Css Font Size


Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Web Developers RSS
Next:  Hi, I Really Need Help With The Sims 2 University  
Author Message
Jeff87xp



Joined: Dec 12, 2002
Posts: 344



PostPosted: Thu Apr 27, 2006 4:41 pm    Post subject:

I am working on a website and want to have buttons the user can click to change the font size. The website is entirely CSS and want it to link to something in a stylesheet (inline, or whatever). Does anyone know how to do this?

I was looking at www.cbs4denver.com, but it is far too confusing to find out what is going on and was wondering if anyone knows how.
Back to top
barabadam



Joined: May 20, 2006
Posts: 1



PostPosted: Sat May 20, 2006 9:41 pm    Post subject: CSS zen garden's usage for CSS-switcheroo [Login to view extended thread Info.]

the ol' CSS zen garden uses the following format:
Code:
<a href="?cssfile=/filename.css&amp;page=0">text</a>


so I'm assuming if you do it that way, you'd just put something like the following in your head element:
Code:
<link type="text/css" rel="stylesheet" href="<? echo $cssfile; ?>" />
(I ignored the
Code:
page=0
part since I have no idea what it does.)
Back to top
lcdude



Joined: May 24, 2006
Posts: 1



PostPosted: Wed May 24, 2006 12:45 pm    Post subject: Choose Styles [Login to view extended thread Info.]

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

Take a look at this on DD. If this is of no help and you just want font size increase I have a Jscript file that will do it. I can email it to you if need be.


Lcdude
Back to top
wvperegrine



Joined: Nov 05, 2004
Posts: 21



PostPosted: Fri Sep 15, 2006 9:43 am    Post subject: CSS Font resizing [Login to view extended thread Info.]

Here's another javascript solution just posted at A List Apart:

http://www.alistapart.com/articles/fontresizing
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Web Developers All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum