stylesSheets.imports parent Style Sheet : styleSheet « Javascript Objects « JavaScript DHTML






stylesSheets.imports parent Style Sheet

    
<html>
<body>
<style id="myStyle" type="text/css">@import url("external.css");</style> 
<p id="myP1">sample text.</p>
<p id="myP2">sample text.</p>
<input type="button" value="The parent style sheet" onclick="function1();">
<script language="JavaScript">
    function function1() {
        alert(document.styleSheets[0].imports[0].href);
    }
</script>
</body>
</html>

    
      
      








Related examples in the same category

1.StyleSheet: owningElement
2.StyleSheets cssRules
3.Style Sheet 'readOnly'
4.styleSheets 'pseudoClass'
5.Style Sheets title
6.styleSheet rules
7.Style Sheet type