Skip to main content
Participant
May 30, 2017
質問

Cursor pointer in menu

  • May 30, 2017
  • 返信数 4.
  • 233 ビュー

How do I add a cursor pointer for a drop-down menu? The pointer hovers nicely over the menu but disappears when entering the drop-down selections. The menu is housed in a separate header file.

    このトピックへの返信は締め切られました。

    返信数 4

    Nancy OShea
    Community Expert
    Community Expert
    May 30, 2017

    If it's linked text, the default cursor behavior is always a pointer.  If it's not linked text or the code contains errors, you might not the see a pointer.

    Nancy O'Shea— Product User & Community Expert
    Jon Fritz
    Community Expert
    Community Expert
    May 30, 2017

    in the css of the element, add cursor:pointer...

    .submenu {

         cursor:pointer;

         color:red;

         background-color:blue;

         etc...

    }

    BenPleysier
    Community Expert
    Community Expert
    May 30, 2017

    Moved to Dreamweaver Forum

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    BobLevine
    Community Expert
    Community Expert
    May 30, 2017

    What application are looking for help on? This forum is for legacy Creative Suite issues that not specific to any application.