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
  }
}

/*opera only hack*/
    @media not all and (-webkit-min-device-pixel-ratio:0) {  
        .styled-select select{  
           width:100%;
	height:24px;
        }  
    }  

Tagged with:
 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Get all fix get all the fixes for CSS, Jquery and any web2.0 related queries
Set your Twitter account name in your settings to use the TwitterBar Section.