HighDots Forums  

StyleSheets auslesen

Javascript (German) Programmiersprache JavaScript. (de.comp.lang.javascript)


Discuss StyleSheets auslesen in the Javascript (German) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Timo Wiest
 
Posts: n/a

Default StyleSheets auslesen - 09-09-2003 , 10:11 AM






Halle NG,

hat jemand eine Idee, wie es möglich ist mit JavaScript die
StyleSheet-Formatierungen einer Seite auszulesen und in einem DropDown-Menü
darzustellen?

Danke
Timo



Reply With Quote
  #2  
Old   
Martin Honnen
 
Posts: n/a

Default Re: StyleSheets auslesen - 09-09-2003 , 10:35 AM








Timo Wiest wrote:

Quote:
Halle NG,

hat jemand eine Idee, wie es möglich ist mit JavaScript die
StyleSheet-Formatierungen einer Seite auszulesen und in einem DropDown-Menü
darzustellen?
if (document.styleSheets) {
for (var i = 0; i < document.styleSheets.length; i++) {
...
}
}

--

Martin Honnen
http://JavaScript.FAQTs.com/



Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.