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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:21:31+00:00 2026-05-16T08:21:31+00:00

I’m working on a website with simple jquery effects, like show, hide… http://emilione.altervista.org/works.html This

  • 0

I’m working on a website with simple jquery effects, like show, hide…

http://emilione.altervista.org/works.html

This page works well with IE8, FF3.6 and Chrome 5, but there are some problems with IE7.

How to reproduce the problem:

-click on “x” thumb -> the content relative to the thumb is shown
-click on the same thumb -> content disappear
-click on “y” thumb -> content “x” and “y” appear together overlying (“x” image with “x” text and “y” image with “y” text)

Error preview: yfrog.com/ngproblemaxj (with http://)

If it’s not clear, I want to show 1 image with corresponding text individually.
In linked screenshot you can see two images, one above the other!

With IE8 developer tools (IE7 browser mode) css diplay property seems to be set correctly but I notice the presence of “jQuery1281468352670”, “sizcache” and “sizset” attributes in html view.

I’m not able to find a solution and I hope for your help especially for “Preview()” function in “works.js” file.

Thanks

(Sorry for my poor english)

  • 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-16T08:21:32+00:00Added an answer on May 16, 2026 at 8:21 am

    Currently, it looks like you have .desc set as such:

    .desc {
        width: 50px;
        height: 30px;
    }
    

    However, this is not enough to contain the content, so browsers have to guess. Modern browsers will guess correctly, IE7 will not. Try the following instead:

    .desc {
        width: 100%;
        height: auto; /* Or just leave the height out entirely */
    }
    

    As far as my testing goes, this should solve your IE7 issues, and have no effect on more modern browsers.

    Update

    As for the jQuery show/hide issue, my best guess is as follows. And it is a guess.

    I think you should try reversing the lines

    $("#works").hide();
    $("div","#works").hide();
    

    It’s possible that, in the second line, IE (6 for me, 7 for you), looks at the divs in #works, and since #works is already hidden, interprets them as hidden as well, and so doesn’t bother to set their display values. Then, when you click another item, #works is shown again, with the old item still visible.

    This is pure speculation, as I haven’t been able to duplicate the bug under simpler circumstance, but it’s my best guess.

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

Sidebar

Related Questions

I would like my Web page http://www.gmarks.org/math_in_e-mail.txt on my Apache 2.2.14 server to display
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
I would like to count the length of a string with PHP. The string
For some reason, after submitting a string like this Jack’s Spindle from a text
I used javascript for loading a picture on my website depending on which small
I have a jquery bug and I've been looking for hours now, I can't
I've got a string that has curly quotes in it. I'd like to replace

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.