Mon, 2013-01-14 01:46
I implemented the basic superfish menu. I wanted it to display after a div bar I have at the top of the page. It always displays covering the top bar. I tried changing the position, top and other css elements but didn't make any difference. Thanks for your help.
<div id="home_bar"> <table> <tr> <td id="bar1" align="left"> <b>Here is the TOP Bar ................</b> </td> </tr> </table> </div> <div> <table> <tr> <td> <div> <ul class="sf-menu"> .... Sf-menu Should display below Top Bar ...... </ul> </div> </td> </tr> </table> </div>
//mod edit: Brackets, [] are not sufficient. For source code, use [code] and [/code]. Fixed. It is not a bad idea to 'preview' your post before saving. ~gt