CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 15th, 1999, 09:46 AM
rpcooper
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
I'm pretty new to both CSS & JavaScript so I'll appologize for being stupid.

I use the following tag to link to a style-sheet in my HTML documents:

<link rel="stylesheet" type="text/css" href="master.css">

What I want to know is if there is a way that I could use JavaScript to specify this so that the style-sheet could be changed to a different one dynamically - changing all the formatting of my page on the fly.

If this is not possible I'm sorry to bother you, but any help would be appreciated & thanks in advance.

------------------
Paul Cooper - pcooper@llangernyw.idps.co.uk
http://www.llan.f9.co.uk/pcooper/

"I can't think of a clever, intelligent or humorous
sig - guess that means I'll just have to steal one!"

Reply With Quote
  #2  
Old September 16th, 1999, 02:16 AM
Bjoern
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Hi there!

There is a possibility of writing things to the page on the fly, but once the page is displayed itīs a bit complicated to change the content of the page. But you could write the link to your stylesheet at loading time.
This would make sense when using a cookie to store the visitors preferences for css.
In place of <link ... you have to put the following in:
<script language="JavaScript">
document.write("<link ...>";
</script>
Difference is that you now can use variables.

Take care and all the best
Bjoern

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > CSS selection

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap