Anyone has had this problem before? The notification color (from blueprint css framework) shows correctly in IE, Firefox and Opera but not in Chrome!
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
Anyone has had this problem before? The notification color (from blueprint css framework) shows correctly in IE, Firefox and Opera but not in Chrome!
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
Well done. We’ll want to keep that delicious plugin injection in mind for future occasions.
Good job.
The forms demo prompted me to examine my code in detail again. The difference (although irrelevant) was that the demo page was using DIV tags and I was using P tags. However, I also noticed that the Delicious plugin for Chrome is injecting CSS code into my markup. Disabling the plugin fixed the issue. Strange…
On the forms demo page I see that the notice class is yellow, and the success class is green.
The demo page looks correct in both my Google Chrome and Internet Explorer, so the next stage of things is for you to put up a demo test page so that we can find out where your problem is coming from.