Hi all...
I included a css file on my html and i need to check some properties.
The html is: <style id="myid" src="mycsspage. css"> </style>
Now i need something to access it like:
alert(document. getElementById( "myid").bottoml ine.color);
or
alert(document. all["myid"].style.bottomli ne.color);
The code above doesn't work on IE and Netscape 7.1...
Any hints???
I included a css file on my html and i need to check some properties.
The html is: <style id="myid" src="mycsspage. css"> </style>
Now i need something to access it like:
alert(document. getElementById( "myid").bottoml ine.color);
or
alert(document. all["myid"].style.bottomli ne.color);
The code above doesn't work on IE and Netscape 7.1...
Any hints???
Comment