I have a Blog, I want to Auto-Colorize its codes when I post something in HTML/CSS/Javascript/Jquery etc.. Just like Stackoverflow I know I'm a worst explainer, let me try it.. like this, its automatically colorize the script..
<style type='text/css'>
img.opacity {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transition: opacity 1s linear;
}
img.opacity:hover {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: opacity 1s linear;
}
</style>
I want this feature on my Blog, can you help me please?? This is my Blog: http://kownleg.blogspot.com/