Originally posted by Xylitolq@Dec 3 2007, 00:01
[b]как исправить?
Изменить образ мышления =) попробуй такой вариант вроде вы этого хотели добиться.
Код:
<!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">
<head>
<title>TEST</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css"><!--
* {padding: 0;margin: 0;}
div {width: 1000px;margin: 0 auto;}
img {width: 22px;height: 22px;float: left;}
ul {width: 100%;}
li {float: left;width: 19%;background-color: Lime;height: 22px;list-style: none;}
li#img {width: 5%;}
--></style>
</head>
<body>
<div>
****
  • *<li id="img">[img]1.gif[/img] *
  • MENU NAME 1 *
  • MENU NAME 2 *
  • MENU NAME 3 *
  • MENU NAME 4 *
  • MENU NAME 5 ****
</div> </body> </html>