MSHTML/WebBrowser + CSS



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.

.


Loading