Friday, February 15, 2008

Using HTML CSS Selectors in XUL

When messing with XUL and you are using an alternate namespace for your elements, you need to define that name space in your CSS or nothing will happen. For example when using html:a in your XUL make sure your style sheet has this at the top: @namespace html url("http://www.w3.org/1999/xhtml");.

No comments: