Advertisement
andrewmyles

Soup menu

Mar 28th, 2013
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.91 KB | None | 0 0
  1.     <div id="bar" style="background-color: rgba(255, 0, 0, 0); left:35em">
  2.             <div >
  3.                     <ul id="menu">
  4.                             <li class="dropdown" id="" onmouseover="SOUP.Public.dropdown(this)">
  5.                             <a class="dropdown_head" href="#" onclick="return false;">
  6.                             <b>Your Menu</b>
  7.                             </a>
  8.                                     <div class="dropdown_body" "style="width="123px">
  9.                                             <div class="text"> This is not a clickable item</div>
  10.                                             <div><a href="http://bit.ly/r8BnSG">And this one is!</a></div>
  11.                                             <div><a href="/tag/YourTag">And this one searches for a tag</a></div>
  12.                                     </div>
  13.                             </li>
  14.                    
  15.             </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement