I have a fixed width back ground image. I need to stretch a horizontal
ul 100% regardless of the number of menu items. For example:


<div style="background-image: background.gif">
<ul>
      <li>Item #1</li>
      <li>Separator #1</li>
      <li>Item #2</li>
      <li>Separator #2</li>
      <li>Item #3</li>
      <li>Separator #3</li>
      <li>Item #4</li>
</ul>
</div>

The unordered list has 4 items here, but it could be more. It could be
less. I just need it to span 100% (including padding) of the
background image. Can someone point me at an example where this is
done?


Thanks

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to