Jump to content

Dim

Newbie
  • Posts

    5
  • Joined

  • Last visited

Dim's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Да нет, здесь проблема в чемто другом, здесь к примеру http://www.ford.ams-auto.ru/news/?id=321 все нормально, хотя сверстаны одинаково.
  2. зум стоит, непомогает
  3. На сайте http://www.ford.ams-auto.ru/news/?id=322 в ie6 средний блок( с новостями) постоянно уходит вниз. Как можно решить данную проблему?
  4. Спасибо большое, помогло!
  5. Здравствуйте. Проблема такая, есть код. При изменении размеров страницы картинка из блока listImg налезает на другие блоки, как этого избежать. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>Untitled Document</title> <style type="text/css"> #list { width: 50%; margin:0 auto; } #listImg{ background-color:#FF6; width:16%; float: left; } #listRight { margin-left:16%; } #listTitle { background-color: #FFF; } #listDscrpt { margin-top:2px; background-color:#0F0; } </style> </head> <body> <div id='list'> <div id="listImg" align="center"><img style=" vertical-align: sub" src="0001.jpg" width="100" alt="Image" /></div> <div id='listRight'> <div id='listTitle'><p>Text</p> </div> <div id='listDscrpt'>Text </div> </div> </div> </body> </html>
×
×
  • 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