MSHTML/WebBrowser + CSS
- From: Nate Blankton <NateBlankton@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 6 May 2008 08:06:01 -0700
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.
.
- Follow-Ups:
- Re: MSHTML/WebBrowser + CSS
- From: Igor Tandetnik
- Re: MSHTML/WebBrowser + CSS
- Prev by Date: Getting IMarkupServices from IHTMLDocument2
- Next by Date: Re: MSHTML/WebBrowser + CSS
- Previous by thread: Getting IMarkupServices from IHTMLDocument2
- Next by thread: Re: MSHTML/WebBrowser + CSS
- Index(es):
Loading