Re: Element.getStyle() getProperty from css external file

2009-10-08 Thread Thomas Broyer
On 7 oct, 16:56, iwo.di...@gmail.com iwo.di...@gmail.com wrote: Hello,    I have a webpage with external css file, I must parse this page and read css property for any tag. I use Element.getStyle().getProperty, but this not read the css property from external file, but only inline style.

Element.getStyle() getProperty from css external file

2009-10-07 Thread iwo.di...@gmail.com
Hello, I have a webpage with external css file, I must parse this page and read css property for any tag. I use Element.getStyle().getProperty, but this not read the css property from external file, but only inline style. how can I do? best regards Ivan