vogo Posted April 5, 2007 Share Posted April 5, 2007 I'm relatively new to PHP programming but I am wondering if anyone knows a way to ammend this http://www.alistapart.com/articles/phpswitch/ css switcher work like an accessible site. i.e. instead of have one link attached to one style sheet. I want to have a "text increase" link which when clicked will increase the text to subsequently larger stlyes. Link to comment https://forums.phpfreaks.com/topic/45748-accessibility-and-switcher/ Share on other sites More sharing options...
pocobueno1388 Posted April 5, 2007 Share Posted April 5, 2007 If you want to increase the text immediately upon the click of the link, you should probably look into javascript. Link to comment https://forums.phpfreaks.com/topic/45748-accessibility-and-switcher/#findComment-222208 Share on other sites More sharing options...
vogo Posted April 5, 2007 Author Share Posted April 5, 2007 Using javascript will mean the user has to reconfigure the text each time. I am creating a disabled friendly site. Is is possible to set a global variable on each click and use a function to check the state of this? Link to comment https://forums.phpfreaks.com/topic/45748-accessibility-and-switcher/#findComment-222268 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.