Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Название темы: Помогите с версткой
Показать сообщение отдельно

Аватара для Coutty

Кот Ти


Сообщения: 7318
Благодарности: 1204

Профиль | Отправить PM | Цитировать


Да-да, теперь я проверил в браузерах
Попробуйте вот так:
HTML код: Выделить весь код
<!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"> <style> #header { margin-top: 20px; margin-left: auto; margin-right: auto; width: 800px; height: 50px; } #header3 { float: left; background: url(img/h_img_line.gif) green no-repeat top left; width: 10px; height: 50px; } #header4 { position: absolute; margin-left: 10px; background: url(img/bg_h_wtrih.gif) red no-repeat top left; width: 780px; height: 50px; } #header5 { float: right; background: url(img/h_img_line.gif) black no-repeat top left; width: 10px; height: 50px; } </style> <title>Ня</title> </head> <body> <div id="header"> <div id="header3"></div> <div id="header4"></div> <div id="header5"></div> </div> </body> </html>

Теперь должно работать.

Отправлено: 20:43, 27-11-2008 | #4

Название темы: Помогите с версткой