Jump to content

Mutant

User
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Mutant

  1. Mutant

    jquery

    Если я не ошибаюсь, при добавлении src в тег скрипта, все, что лежит между <script src="..."></script> игнорируется. Попробуй так: <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> $("#index").click(function() {$("#menu").animate({top:"150px"},1000);}); </script>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> .img_30 {float:left; width:34px; height:34px; border-top:0 none; border-bottom:0 none; border-left:1px solid #e5e5e5; border-right:1px solid #e5e5e5;} .img_30 img {margin:-1px 0 0 0; _margin:-1px 0 -5px 0!important; padding:2px; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;} </style> </head> <body> <div class="img_30"> <img src="images/man_30.gif" /> </div> </body> </html> У самого блока img_30 и у его потомков обязательно должно быть position:static; цель: сделать эффект скругления за счет пустых уголков в рамке. Открыв код в FF3, можно посмотреть необходимый результат
  3. Доброго времени суток. Задача следующая: при нажатии на ссылку в блок должен загружаться контент, вынутый из БД, без перезагрузки страницы.
×
×
  • 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