css3 - CSS height is different in different browser -
the height of blue bar in safari , chrome matches in firefox smaller. make them equal. have been trying fix last 3 hours. guys can me.
thank you.
you use css hack firefox:
@-moz-document url-prefix() { header { height:50px; /* or whatever fits best there */ } }
this should interpreted firefox, while opera, chrome , safari use default header {...}
definition
Comments
Post a Comment