How to compress css file. My css file size is half mb and i want compress the css file..
You can use YUI compressor, it does the job very well.
If I may though, if your file is about 500Ko, you clearly did something wrong in your CSS. Compressing it will save a little but won't do magic.
HugoGiraudel
Thnax Man
How to make a common css for different tag button and input..
Can you explain what you mean?
Do you mean you want two kinds of button?
I believe he wants to make some kind of a set of buttons, which are different by their color, their size or something.
.btn { /* Common stuff here */ } .btn-small { /* Specific stuff here */ } <span class="btn btn-small">My button</span>
HugoGiraudel thanks man
Waw, I'm on fire this morning.
How to compress css file. My css file size is half mb and i want compress the css file..
You can use YUI compressor, it does the job very well.
If I may though, if your file is about 500Ko, you clearly did something wrong in your CSS. Compressing it will save a little but won't do magic.
HugoGiraudel
Thnax Man
How to make a common css for different tag button and input..
Can you explain what you mean?
Do you mean you want two kinds of button?
I believe he wants to make some kind of a set of buttons, which are different by their color, their size or something.
HugoGiraudel thanks man
Waw, I'm on fire this morning.