|
|
|
| Здравствуйте
Подскажите пожалуйста
Как выровнять колонки в нутрии блока по нижнему краю
<!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=windows-1251" />
<title>Новый Документ</title>
<style>
div#cent {width:590px; float:left; border-bottom:1px #04829d solid; }
#nav_en { padding:10px 4px 18px;}
#nav_en li {display:block; float:left; margin:2px; background-color:#04829d; padding:5px;}
#nav_en li a {color:#ffffff; text-decoration:none; font-weight:900;}
#nav_en li a:hover { color:#FF0000;}
div#pop { float:left;}
</style>
</head>
<body>
<div id="cent">
<div id="pop">
<ul id="nav_en">
<li><a href="#" class="a">A</a></li><br><br>
<li><a href="#" class="b">B</a></li><br><br>
<li><a href="#" class="c">C</a></li><br><br>
<li><a href="#" class="d">D</a></li>
</ul>
</div>
<div id="pop">
<ul id="nav_en">
<li><a href="#" class="f">F</a></li><br><br>
<li><a href="#" class="f">F</a></li><br><br>
<li><a href="#" class="f">F</a></li><br><br>
<li><a href="#" class="f">F</a></li><br><br>
<li><a href="#" class="f">F</a></li>
</ul>
</div>
</div>
</body>
</html>
|
Заранее большое спасибо | |
|
|