Jump to content

fominsa

Newbie
  • Posts

    6
  • Joined

  • Last visited

Everything posted by fominsa

  1. чесно говоря сам не знаю нашел случайно на какомто сайте
  2. значит только присвоением класса
  3. <style> ul {list-style:none;} li:after { display: marker; content:" *";} </style> это не работает в ie
  4. типа http://blog.sribna.com/how_to_set_style_fo...type_button.htm
  5. Вопрос в следующем: есть описание стиля для input: input{ border:#999 1px solid; padding:2px; color:#111; margin:0 2px; height:20px} как мне сделать чтобы это не распространялось на <input type="checkbox"> и <input type="radio">?
  6. Вопрос к знатокам: в css файле описано: table.pr {background:#eee} table.pr td {background:#fff} на странице <table width=90% border=0 cellpadding=3 cellspacing=1 class="pr"> <tr> <td></td> <td></td> </td> <tr> <td colspan=2> <table> <tr> <td></td> <td></td> <td></td> </tr> </table> </td> </td> </table> как сделать так чтобы вложеная таблица не заимствовала класс table.pr td?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy