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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T21:24:29+00:00 2026-05-21T21:24:29+00:00

See: http://hostingcouponsclub.com/codero-coupons . When I click the more<< (above the red poll part) why

  • 0

See: http://hostingcouponsclub.com/codero-coupons.

When I click the more<<(above the red poll part) why under IE7 the content doesn’t wrap around the image?

Under Firefox and Chrome, it’s ok.

How do I make the content wrap around the image when click the red more<< text in IE7?

  • 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-21T21:24:30+00:00Added an answer on May 21, 2026 at 9:24 pm

    It’s because when jQuery animates (your show/hide function uses “slow”) it causes the animated elements to “gain layout” this is turn causes the text not to wrap : Reference

    e.g. your pr_content div lands up something like this with inline styles (in IE7, it’s different in IE8)

    <div style="filter: ; zoom: 1; display: block" class="pr_content">

    There’s various fixes but there’s also various bugs, I tried a few different fixes like removing the filter but there’s a also a bug with the removeAttr() function, I thought maybe removing the style attribute and using .css() to apply display:block or display: none; might work but no joy, though YMMV

    Here’s your existing jQuery: (from idccoupon/scripts.js)

    $('.pr_content').hide();
    $('.moreteaser').click(function() { 
         $('.pr_teaser').hide();
         $('.pr_content').toggle("slow");
         $(".pr_content").attr("zoom","");
      $('.moreteaser, .lessteaser').toggle();
    });
    
    $('.lessteaser').click(function() { 
         $('.pr_content').toggle("slow");
         $('.pr_teaser').show();
         $('.moreteaser, .lessteaser').toggle();
    
    });
    

    Note: the attr("zoom", ""); which I know is a recommended fix for this problem, is not working to remove the zoom property as far as I can tell.. which is what I found trying to remove other properties too.

    I got it to half work (i.e. no enhancement for IE) by removing the “slow” command for IE only, just means they get an instant show/hide rather than “smooth” one.. this or just letting IE users get unwrapped content like they have just now may be the easiest solution?

    anyway here’s the code I used in case you want to try it:

    $('.pr_content, .lessteaser').hide();
    
    $('.moreteaser, .lessteaser').click (function() { 
        if (jQuery.browser.msie) {
             $('.pr_content, .prteaser, .moreteaser, .lessteaser').toggle();
        } else {
             $('.pr_content, .prteaser, .moreteaser, .lessteaser').toggle("slow");
        }   
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Beginner here See - http://www.w3schools.com/js/tryit.asp?filename=try_dom_tablerow_cells In this example, when change content is pressed, new
I'm using a fun HTML special-character (✰)(see http://html5boilerplate.com/ for more info) for a Server
See http://support.microsoft.com/kb/312629/EN-US/ I am using reponse.direct in my app as well and I am
Flat-file JMS authentication is easy to set up on Glassfish (see http://docs.sun.com/app/docs/doc/821-0027/aeofg?a=view ). The
I am playing with an MSDN sample to do memory stress testing (see: http://msdn.microsoft.com/en-us/magazine/cc163613.aspx
Okay, so I'm using Rajawali (See: http://www.rozengain.com/blog/2011/08/23/announcing-rajawali-an-opengl-es-2-0-based-3d-framework-for-android/ ) to create a 3D sphere with
UPDATE : GWT 2.3 introduces a better mechanism to fight XSRF attacks. See http://code.google.com/webtoolkit/doc/latest/DevGuideSecurityRpcXsrf.html
See http://www.sitepen.com/blog/2008/06/17/json-referencing-in-dojo/ for how it's used in dojo. I'm looking for libraries that can
See: http://i.imgur.com/pQNQh.png Somehow I made this happen and I don't know how to undo
see: http://jasondaydesign.com/index2.html I am using easylistsplitter.js to layout the portfolio items. Unfortunately, my filter

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.