Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1087787
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T22:59:05+00:00 2026-05-16T22:59:05+00:00

I had in my mind that it would not be hard to add an

  • 0

I had in my mind that it would not be hard to add an anchor tag that, when hovered or clicked, would cause a CSS flyout with more links in it to appear.

As it is now, a set of normal anchor tags are inside of a span which is inside of an li. I want to add this hover flyout link to be in the same location, the same as one of the links but instead of being a normal link, do the flyout. I found all kinds of code online but none of it seems to work in this location:

<li>
     Introduction to Something
     <span>
          <a target="_blank" href="http://http...file.html">Watch Slideshow</a>
          <a href="javascript:void(window.open('/file/853','file','height=650,width=1000,status=yes,toolbar=no,menubar=no,location=no'));">View File</a>
          <a target="_blank" href="http://file....pdf">Print</a>

          <a href="#">FLY OUT MENU ITEM</a>
     </span>
</li>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T22:59:06+00:00Added an answer on May 16, 2026 at 10:59 pm

    I’ve posted a demo, that’s not hugely different to @jeffkee’s answer, over at jsbin, to show how deep it’s possible to go with flyout menus and how simple they can be.

    The (x)html is copied below (with notes):

    <ul>
        <li>home</li>
        <li>products
            <ul>
                <li><a href="#">CPUs</a>
                    <ul>
                        <li><a href="#">AMD<a>
                            <ul>
                                <li><a href="#">AM2</a></li>
                                <li><a href="#">AM3</a></li>
                            </ul>
                        </li>
                        <li><a href="#">Intel</a></li>
                    </ul>
                </li>
                <li><a href="#">Motherboards</a></li>
                <li><a href="#">PSUs</a></li>
                <li>Hard drives
                    <ul>
                        <li><a href="#">HDD</a></li>
                        <li><a href="#">SSD</a></li>
                    </ul>
                </li>
            </ul>
        </li>
        <li>Tracking</li>
    </ul>
    

    The CSS is as below:

    ul {list-style-type: none; width: 8em; border: 1px solid #000; padding: 0;}
    /* just to set the base-line for the ul, but note the width. It's important. */
    
    ul li {position: relative; border-top: 1px solid #000; margin: 0; padding: 0; }
    /* the position: relative is used to allow its child elements to be absolutely positioned */
    
    ul li:first-child {border-top: 0 none transparent; }
    /* to avoid a two-pixel border on the first li (1px li-border + 1px ul-border) */
    
    ul li:hover {background-color: #f90; }
    /* just to aid visually */
    
    ul ul {position: absolute; top: -1px; left: 8em; display: none; }
    /* sets up all ul elements beneath the parent ul, the -px is to counter the movement forced by the border, bear in mind that the li:first-child doesn't *have* a border, so adjust to taste */
    
    ul > li:hover > ul {display: block; }
    /* makes the nested list appear if the parent-li is hovered */
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have made a jQuery toggle for a menu that I had in mind.
Had a good search here but can't see anything that gets my mind in
Had a page that was working fine. Only change I made was to add
I always had this question: When i dont mind the exact floating number Which
Had a problem with the recursive conflictCheck() method. That seems fine now. I have
I had a debate about macros and their readability. I think that in some
I would really like to provide the user some scripting capabilities, while not giving
I'm kinda new on programming UIAlertView's. What i had in mind was to do
I'm sure that all of us have had to deal with telecommuters at some
This is a problem I've had on my mind for a long time. Being

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.