3 months, 30% HIKE IN YOUR SALARY or 100% money back – no questions asked
Below are the firefox only and opera only hacks. Its not recommended to use CSS hacks, but sometimes, we need to write CSS hacks to target specific browsers.
/*firefox only hack*/ @-moz-document url-prefix() { .selector{ your declaration } [...]
3 months, 30% HIKE IN YOUR SALARY or 100% money back – no questions asked
Please drop in your comments if you like it.
Answer for the same you will get at Get answers for all
HTML interview questions
What is Doctype?
What if I [...]
3 months, 30% HIKE IN YOUR SALARY or 100% money back – no questions asked
We all write CSS but how often we write CSS which is easy to maintain. Below are the 15 things we need to take a close look at while writing CSS
1. Avoid using inline styles as they [...]
3 months, 30% HIKE IN YOUR SALARY or 100% money back – no questions asked
I came across a site which jolted down amazing 47 tricks which every UI developers uses in day in day-out and we often find our-self wanting and keep searching google for different suggestions or solutions.
Here’s the link [...]
3 months, 30% HIKE IN YOUR SALARY or 100% money back – no questions asked
Below are the list of mixins which are very useful while implementing less for your next project.
Border Radius
.border_radius(@radius: 10px) {
.border_radius(@radius, @radius);
}
.border_radius(@radius_top, @radius_bottom){
.border_radius(@radius_top, @radius_top, @radius_bottom, @radius_bottom);
}
.border_radius(@radius_top_left, [...]
3 months, 30% HIKE IN YOUR SALARY or 100% money back – no questions asked
Hey i was wondering how to use min-height for all the 3 browsers and came across a workaround and which works wonders in all the 3 browsers.
selector {
min-height: 103px;
_height: auto !important;
height: [...]
3 months, 30% HIKE IN YOUR SALARY or 100% money back – no questions asked
I thought of sharing few questions which pop’s up each time when you come across any interview.
Hope this list will be helpful
What is CSS? What is import in CSS? What are Doctypes? What is position [...]
3 months, 30% HIKE IN YOUR SALARY or 100% money back – no questions asked
Hi I gone through lot of sites and found a site which showed this chart which was very helpful. I have listed below that chart.
Thanks to this site: http://reeddesign.co.uk/test/points-pixels.html
Conversion from Points to Pixels (and Ems and [...]
Latest posts
- bootstrap popover | bootstrap popover hide on click | bootstrap popover hide on document.click
- Avoid console errors in browsers that lack a console | HTML5 boilerplate
- getting started with Sublime editor | how to install zen coding | zen coding for sublime editor
- getting started with backbone | Models in Backbone
- How to delete a model in backbone


