Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
<html> <head> <style type="text/css"> input[type=text]{ width:100px; } .test input{ width:200px; } </style> </head> <body> <form> <input type="text" /> <div class="test"><input type="text" /></div> </form> </body> </html>