I am trying to obtain a particular style for a input considering the browser language. <input type="text" runat="server" id="name" onchange="setNameValue" class="name" /> and the css file looks like: .name { width: 120px; } i would like this line to be considered for a es-MX(spanish) language, but to not affecting other regions. something like…but is not […]
The post Add style sheet for a specific browser language appeared first on BlogoSfera.