November 7, 2012

reset.css file

reset.css file

reset.css file reset.css file – The first one is a generic reset file. Many browser interpret the default behavior of html elements differently. By using a general reset CSS file, we can work round this. This file also contains some general styling, such as anchor tag colors, font-sizes, etc. Keep in mind, that these values […]

June 14, 2012

How to style placeholders independently?

How to style placeholders independently? :-webkit-input-placeholder { color: #979797; } :-moz-placeholder { color: #979797; } :-ms-input-placeholder { color: #979797; }

December 20, 2011

apply tinyMCE to specific textarea instead of all textareas

apply tinyMCE to specific textarea instead of all textareas This problem occurs when we don’t bother to specify the textarea for tinyMCE. Situation justifies because mostly we deal with such content pages where only one textarea will be used and that either rich texteditor or simple textarea. Few developers will not agree with me if […]

May 23, 2011

Hyperlink not getting height and width?

Hyperlink not getting height and width   Float left fixes the hyperlink height width issue.   Hyperlink not getting height and width is a famous tutorial of wdwd team in which they have pointed out a common problem regarding css and html