At 11:20 PM -0500 2/7/10, David Mehler wrote:
Hello,
I'm trying to set up a web site. This site has multiple stylesheets,
one default stylesheet that should be used if the other is not chosen.
The second is a high contrast stylesheet and can be selected by user's
who need it. I'm also thinking of adding two more for smaller and
larger font selections. My issue is I want the high contrast sheet to
be used on all subsequent pages and on subsequent visits to the site
by user's who have selected it. I thought of using php with this and
cookies. I'm using php5 and would appreciate any suggestions, googling
has shown some examples, but none are working.
Thanks.
Dave.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Try this:
http://sperling.com/examples/styleswitch1/
As far as zooming text size, most browsers are capable of this. Just
make your site zoom-cooperative, such as:
http://sperling.com/examples/zoom/
As far as making things high contrast, why not choose colors that are
right the first time? Try this:
http://webbytedd.com/c/access-color/
As far as making all of this persistent, look to using Cookies.
Cheers,
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php