I’m working on an application that uses a toolbar that will be overlaid on many many websites. Because of the needs behind this toolbar it HAS to be written in the DOM and not through an iframe.
Therefore the problem lies when different websites use different CSS frameworks or resets. We have namespaced the heck out of it but there are still frameworks that cause issues.
Just curious if any of you have any suggestions on controlling our element and not allowing other styles loaded to the page to effect it.