|
|
|
|
<div id="another_container" style="display:static;background-color:yellow; width:100%;">
<ul style="display:block;width:100%;">
<li style="width:4px;height:4px;background:url(pics\b\a_7.gif) no-repeat left top;"></li>
<li style="width:100%;left:400px;height:4px;background:url(pics\b\a_8.gif) repeat-x top;"></li>
<li style="width:4px;height:4px;background:url(pics\b\a_6_new.gif) no-repeat right top;"></li>
</ul>
</div>
|
Из-за <li style="width:100%; - происходит увеличение div заданого 100%... в итоге 100%+8px.
Хотелось бы получить два ли или более по краям а один элемент заполнил внутреннее пространство... | |
|
|