I have problems with css in firefox, so I want to import the css file only if the browser is FF
Actually, I need to import these styles:
.searchbutton{ position:absolute; right:3px; width:25px; top:3px; } #buscarmain{ bottom:12px; }
EDIT:
Many argue that I should not use a special operator for FF, since FF is likely to be correct compared to other browsers.
However, in this case, all browsers print the same page (IE, Chrome, Opera, Safari), and FF displays it in a different way. I have to achieve the same visualization for all browsers, so I need a special FF instruction
Dan sttern
source share