Jump to content

Оцените верстку


an1401
 Share

Recommended Posts

Почему бы все стили не вынести в css


<a href="img/divan.jpg"></a><img src="img/divan.jpg" width="59" height="41" style="margin-top: 18px;"/>
<p style="font-family:Trebuchet MS; font-size:21px; color:#FFFFFF;">Прайс-листы на продукцию</p>

и это не красиво смотрится


        xls, 453 кб</p>

Link to comment
Share on other sites

Почитайте про оптимизацию изображений, а то 1,4мб для картинки с диваном как-то многовато

и ещё если поиграться с шириной то логотип наползает на меню, такого я думаю допускать не стоит

Link to comment
Share on other sites

#bg_main img {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}

Это что за о_О? border: none; не в моде уже что ль?

Заголовка страницы нет, какие-то дивы пустые непонятно зачем, инлайновые стили, которые спокойно можно вынести в файл, в стилях чёрт ногу сломит.


        xls,
453 кб</p>

Это вообще кошмар.

Link to comment
Share on other sites

вложенные списки

например вот


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ru" xml:lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="index, follow" />
<title></title>
<style type="text/css" media="screen">
body{
background-color: #000;
overflow: hidden;
}

#footer .footer_wrap {float:left; width:100%; overflow:hidden; position:relative; font-size: 13px; overflow: hidden;}

ul.outerU {float:left; position:relative; left:50%; width: 100%; }

ul.outerU li.outerI {float:left;list-style:none; position:relative; right:50%; width: 16%; }

ul.outerU li.outerI ul{
position: relative;
}
ul.outerU li.outerI ul strong{
display: block;
font-weight: normal;
color: #A8CD64;
margin-top: 15px;
margin-bottom: 5px;
}

ul.outerU li.outerI ul li{
list-style:none;
margin-bottom: 4px;
}

ul.outerU li.outerI ul li a{
color: #FFF;
}

ul.outerU li.outerI ul li a:hover{
color: #EF3569;
}
</style>


</head>
<body>

<div class="footer_wrap">
<ul class="outerU">
<li class="outerI">
<ul>
<li><strong>Производители</strong></li>
<li><a href="#">Acer</a></li>
<li><a href="#">Apple</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Dell </a></li>
<li><a href="#">eMachines</a></li>
<li><a href="#">Fujitsu </a></li>
<li><a href="#">HP </a></li>
<li><a href="#">Lenovo </a></li>
<li><a href="#">MSI </a></li>
<li><a href="#">Packard Bell </a></li>
<li><a href="#">Samsung </a></li>
<li><a href="#">Sony VAIO </a></li>
<li><a href="#">Toshiba </a></li>
<li><a href="#">ViewSonic</a></li>
</ul>
</li>

<li class="outerI">
<ul>
<li><strong>Ноутбуки</strong></li>
<li><a href="#">Acer</a></li>
<li><a href="#">Apple</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Dell </a></li>
<li><a href="#">eMachines</a></li>
<li><a href="#">Fujitsu </a></li>
<li><a href="#">Toshiba </a></li>
<li><a href="#">ViewSonic</a></li>
</ul>
</li>

<li class="outerI">
<ul>
<li><strong>Сумки для ноутбуков</strong></li>
<li><a href="#">Acer</a></li>
<li><a href="#">Apple</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Dell </a></li>
<li><a href="#">eMachines</a></li>
<li><a href="#">Fujitsu </a></li>
<li><a href="#">HP </a></li>
<li><a href="#">Lenovo </a></li>
<li><a href="#">MSI </a></li>
<li><a href="#">Packard Bell </a></li>
<li><a href="#">Samsung </a></li>
<li><a href="#">Sony VAIO </a></li>
<li><a href="#">Toshiba </a></li>
<li><a href="#">ViewSonic</a></li>
</ul>
</li>

<li class="outerI">
<ul>
<li><strong>Аксессуары</strong></li>
<li><a href="#">Acer</a></li>
<li><a href="#">Apple</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Dell </a></li>
<li><a href="#">eMachines</a></li>
<li><a href="#">Fujitsu </a></li>
<li><a href="#">Packard Bell </a></li>
<li><a href="#">Samsung </a></li>
<li><a href="#">Sony VAIO </a></li>
<li><a href="#">Toshiba </a></li>
<li><a href="#">ViewSonic</a></li>
</ul>
</li>

<li class="outerI">
<ul>
<li><strong>Информация</strong></li>
<li><a href="#">Acer</a></li>
<li><a href="#">Apple</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Dell </a></li>
<li><a href="#">eMachines</a></li>
<li><a href="#">Fujitsu </a></li>
<li><a href="#">HP </a></li>
<li><a href="#">Lenovo </a></li>
<li><a href="#">MSI </a></li>
<li><a href="#">Packard Bell </a></li>
<li><a href="#">Samsung </a></li>
<li><a href="#">Sony VAIO </a></li>
<li><a href="#">Toshiba </a></li>
<li><a href="#">ViewSonic</a></li>
</ul>
</li>

<li class="outerI">
<ul>
<li><strong>Магазин</strong></li>
<li><a href="#">Dell </a></li>
<li><a href="#">eMachines</a></li>
<li><a href="#">Fujitsu </a></li>
<li><a href="#">HP </a></li>
<li><a href="#">Lenovo </a></li>
<li><a href="#">MSI </a></li>
<li><a href="#">Packard Bell </a></li>
<li><a href="#">Samsung </a></li>
<li><a href="#">Sony VAIO </a></li>
<li><a href="#">Toshiba </a></li>
<li><a href="#">ViewSonic</a></li>
</ul>
</li>
</ul>
</div>

</body>
</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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