Hi,  I have a div and I would like to align super fish menu to sit at
the bottom of it.

Doing it this way, superfish ul seems to have a margin-bottom of 16px
and I can't seem to get rid of it.  I'm open to suggestions or doing
it a completely different way.  Thanks!


HTML:
<div id="header">
<ul class="sf-menu">
  <li><a href="tuners.html">Tuners</a>
  <li><a href="amps.html">Amps</a>
  <li><a href="tuners.html">Wires</a>
</ul>
</div>


STYLE:
#header
{
  background-image: url('menu_files/bannerbg.jpg');
  background-repeat: no-repeat;
  height: 106px;

  position:   relative;
}

#header ul
{
  position: absolute;
  bottom: 0px;

}

Reply via email to