Is it possible to access the linked css data of a web page using mshtml or the WebBrowser object? So if I have a css file with: .redthing { color:red; } and something in the HTML file like: <div class="redthing"> Do any mshtml objects integrate the css data so I can see that color=red for this element? Thanks in advance.
"Nate Blankton" wrote in message news:5DCD2965-CBE7-4F57-AC89-F7F9707E89A4@microsoft.com > Is it possible to access the linked css data of a web page using > mshtml or the WebBrowser object? So if I have a css file with: > > .redthing > { > color:red; > } > > and something in the HTML file like: > > <div class="redthing"> > Do any mshtml objects integrate the css data so I can see that > color=red for this element? element.currentStyle.color -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925