|
Hi folks ! i want to use a color picker to change dynamically css styles of a container. I found this colorPicker : http://blog.meta100.com/post/600571131/mcolorpicker I tested it on the background color of the page, it works, perfectly. Problems come when i try to use it for a mbContainer. With this, i want to change color of "Lorem Ipsum blah blah blah" of :
In the header i put this :
Could someboby help me ? |
|
You should try inspecting the code and see what CSS are applied to your P element into the container; there could be some !important attribute that prevent your method to work correctly... |


