Jump to content

Copycat

Newbie
  • Posts

    2
  • Joined

  • Last visited

Copycat's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. п.с. актуально. не наю что делать.
  2. В IE и Firefox частично правильно отображается страница. Нужно чтоб картинки полностью отображались и страница располагалась по центру. Подскажите, что я не верно делаю? Вот код: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=windows-1250"> <style type="text/css"> body { background-color: 696969; margin: 0px; width: 900px; margin-right: auto; margin-left: auto; font-family: tahoma; font-size: 16px; } #menu-left { width: 140px; vertical-align: top; } #content { width: 630px; background-color: darkgray; } #menu-right { width: 130px; } a { width: 130px; height: 40px; background-image: url(button_off.png); background-repeat: no-repeat; padding-left: 15px; padding-top: 9px; } a:hover { width: 130px; height: 40px; background-image: url(button_on.png); } </style> <title></title> </head> <body> <table border="0" width="100%" align="center" height="100%"> <tr> <td id="menu-left"> <a href="#">ya</a> <a href="#">samoe</a> <a href="#">luchshee</a> <a href="#">meny</a> <a href="#">toka</a> <a href="#">kodirovki</a> <a href="#">nado</a> <a href="#">postavit' =)</a> </td> <td id="content">CONTENT</td> <td id="menu-right">MENU RIGHT</td> </tr> </table> </body> </html> Вид в браузерах: http://img392.imageshack.us/img392/5976/ienu8.jpg http://img80.imageshack.us/img80/3302/ffvw9.jpg
×
×
  • 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