Preserving CSS styles with Javascript

Posted by Eber Freitas Dias on Stack Overflow See other posts from Stack Overflow or by Eber Freitas Dias
Published on 2010-05-19T04:24:19Z Indexed on 2010/05/19 4:30 UTC
Read the original article Hit count: 332

Filed under:
|
|
|

Hey guys,

I have a web service where people can edit their pages CSS, but I have a bar on the footer of that page that I want to make consistend on every page...

People are, right now, able to "remove" it with CSS and I really didn't want to go and parse the CSS to remove rules related to that bar... Is there a way to preserve the styles or re-aply them after load to keep the bar always visible?

Thanks in advanced!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery