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

  • Home
  • SEARCH
  • 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 6340249
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:47:58+00:00 2026-05-24T19:47:58+00:00

http://jsfiddle.net/awfex/4/ HTML: <div class=section-header section-header-on id=section_header_289 style=left: 50px;> <span class=collapse></span> <div class=section-name> <span class=name>Testing

  • 0

http://jsfiddle.net/awfex/4/

HTML:

<div class="section-header section-header-on" id="section_header_289" style="left: 50px;">
    <span class="collapse"></span>
    <div class="section-name">
        <span class="name">Testing Facebox suff</span></div>
        <ul class="tools">
            <li>
                <a class="trash" href="#"></a>
            </li>
            <li>
                <a href="#" class="edit"></a>
            </li>
        </ul>
    <div class="clear"></div>
</div>

js:

$j = jQuery.noConflict();
$j(".section-header").hover(function(){
    $j(this).find("ul").show();
});

So, I need this to be relative, because there are multiple “section-header”s and the ID is generally unknown / generated by the app. But, basically, I want to be able to hover over the section-header, and then have ul.tools change from display: none; to display: block. So I figured .show() could do that. but.. I guess my selector is wrong. =\

  • 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-24T19:47:59+00:00Added an answer on May 24, 2026 at 7:47 pm

    Your css specifies:

    .section-header ul.tools,
    .section-content li.content ul.tools {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -40px;
    z-index: 1002;
    cursor: default;
    width: 40px;
    height: 35px;
    list-style: none;
    }
    

    Most notably visibility: hidden; which is not affected by the show()/hide() functions. So you need to change the css visibility property so your list will show-up.

    Change:

    $j(this).find("ul").show();
    

    To:

    $j(this).find("ul").css({visibility: 'visible'});
    

    Or set the CSS to display: none; rather than use the visibility property.

    show() documentation: http://api.jquery.com/show/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://jsfiddle.net/55Ruh/9/ . Red box doesn't get bigger even if I enter text. <div class=box
http://jsfiddle.net/CApW2/ I can't get it done the right way, left and right div are
http://jsfiddle.net/3NRsd/ var foo = $(div).bind(click, function() { $(div).animate({height : 500px}, 2000); $(div).animate({height : 50px},
http://jsfiddle.net/n8YsM/ How do I make the div id blue take up the remaining visible
http://jsfiddle.net/F7BTx/ I'm trying to align just some text within a table header cell to
http://jsfiddle.net/ujTDf/1/ link text Can anybody help please. The div/form doesn't switsch automaticly in other
http://jsfiddle.net/aam7J/ How would I induce div-like behaviour on the input element? Specifically, how can
http://jsfiddle.net/ZDydm/ Here is what I'm trying to do.. div { border: 1px solid black;
http://jsfiddle.net/danielcgold/SYgzJ/ When you click on the input then go on blur, artifacts are left
code: http://jsfiddle.net/byHMP/2/ (note: when properly selected, the code will insert a span around the

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.