Results 1 to 2 of 2

Thread: Css Drop Down Menu Problem

  1. #1
    Join Date
    Aug 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Css Drop Down Menu Problem

    Hey folks. I've kinda run into a problem and needed a little bit of help. I'm trying to create a dynamic css crop down menu. When the user clicks on a button or an image I need the menu to drop down. I've done a regular css drop down menu before but that's when it was just a regular unordered list. I'm kinda stumped on this one. Here is an image showing what I am trying to accomplish.



    Here is the xhtml for the notification button on the left. The text is dynamically changed.


    <div id="notifications">
    <button value="submit" class="notifications"><span>4 new notifications</span></button>
    </div>



    Anyone of an idea of how I could do this?

    Thanks all

  2. #2
    Join Date
    Aug 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I forgot to mention. The php for the dynamic text is done. I'm just having problems on replicating that drop down menu.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •