Hi all,
I need to align the list at the top of this page (<!-- m --><a class="postlink" href="http://www.w00t.biz/qiis/">http://www.w00t.biz/qiis/</a><!-- m -->) to the bottom of the blue div.
Can anybody help?
Thanks in advanceGive the blue DIV relative positioning. Then make the menu absolutely positioned and use bottom: 0; to pin it to the bottom of the box. Some browsers might need top: 100%; and then a negative top margin on the menu, of like -1.5em or so, to pull the menu back to the blue area.Thanks alot,
I've given the menu list its own div which seems to work.
I have added some borders to the menu, do you know how I can get rid of the space in between each element?
I need to align the list at the top of this page (<!-- m --><a class="postlink" href="http://www.w00t.biz/qiis/">http://www.w00t.biz/qiis/</a><!-- m -->) to the bottom of the blue div.
Can anybody help?
Thanks in advanceGive the blue DIV relative positioning. Then make the menu absolutely positioned and use bottom: 0; to pin it to the bottom of the box. Some browsers might need top: 100%; and then a negative top margin on the menu, of like -1.5em or so, to pull the menu back to the blue area.Thanks alot,
I've given the menu list its own div which seems to work.
I have added some borders to the menu, do you know how I can get rid of the space in between each element?