I'm building a login window using javascript (JQuery) which complies to very strict design guidelines; it exhaustively uses CSS-floats in order to position the screen elements. This javascript is hosted from a central location and implemented by ~1000 websites. It works very well, but there are some websites that have in their stylesheet something like this:
img, div, input {
behavior: url("_include/website/js/iepngfix.htc")
}
Problem is that such CSS-definitions disturbs the layout of my login window.
My javascript + css are loaded last. Is there a way I can tell in my Javascript / CSS to ignore all styles that have been loaded previously.
!importanton the CSS you want to try and force.