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 8075013
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:51:00+00:00 2026-06-05T14:51:00+00:00

CSS: .comments{cursor:pointer;} .hidediv{visibility:hidden;} Html: <span id=agreeComments class=comments b>Comments</span><br /><br /> <div id=divAgree class=hidediv> <asp:PlaceHolder

  • 0

CSS:

.comments{cursor:pointer;}
.hidediv{visibility:hidden;}

Html:

<span id="agreeComments" class="comments b">Comments</span><br /><br />
    <div id="divAgree" class="hidediv">
      <asp:PlaceHolder runat="server" ID="plcAgreements" ClientIDMode="Inherit" />
    </div>

jquery:

<script>
        $(document).ready(function () {
            $("#agreeComments").click(function () {
                if ($("#divAgree").is(":hidden")) {
                    $("#divAgree").slideDown("slow");
                } else {
                    $("#divAgree").slideUp("slow");
                    $("#plcAgreements").show();
                }
            }
            );
        });
    </script>

I am using the above code to hide and show a div using jquery. I have an asp placeholder control inside the div. I need to hide the div when loading the page and need to show or hide when the clicking the comments span. Div is getting hide but the problem is it occupies the space for the asp placeholder.

  • 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-06-05T14:51:02+00:00Added an answer on June 5, 2026 at 2:51 pm

    Change this

    .hidediv{visibility:hidden;}
    

    to

    .hidediv{display:none;}
    

    Because visibility:hidden; retains the width and height of the hidden elements while display:none; doesn’t.

    Check this question for more info What is the difference between visibility:hidden and display:none?

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

Sidebar

Related Questions

I want to add a css class statement like below: <%: Html.TextBoxFor(model => model.Comments,
I'm having an CSS problem, i need to achieve this article div#comments-wrapper ul.sub-comment:before {
Is it possible for HTML and/or CSS comments to cause rendering problems? HTML Comment
This small program: from lxml.html import tostring, fromstring e = fromstring(''' <html><head> <link href="/comments.css"
I'm implementing this: http://jsfiddle.net/xkfqN/85/ html: <div id=posts> <div class=more>Show More</div> <div class=commentsContainer> <div class=comment>Comment
In how many ways and places can we place comments in CSS? Can the
Can anyone explain why using comments like this in css cause really weird effects
I am using disqus comments for my jekyll blog with some CSS styles overriden
CSS iframe { display: none; } JS $('iframe').load(function() { $('iframe').fadeIn('slow'); }); HTML <a href=http://example.com
I've stopped using CSS hacks for different browsers and instead favour the conditional comments

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.