Hi,

Does GetComputedStyle() method of nsIDOMViewCSS resolves all the CSS
rules look up for 1 element?

For example, I have a div element with both 'class' and 'id'
attribute:
<div class="cnnGlobalHeaderSections" id="cnnHeadSrchTypeArea">

If I look for the 'color' property of the DIV element using
GetcomputedStyle,
Does the GetComputedStyle() resolve both the rules specified by
'class' and 'id', and give one 1 color property?

Thank you.
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to