Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Web Design (WordPress, Joomla, etc.) CSS problem in Explorer

  • CSS problem in Explorer

    Posted by Joe Willey on March 10, 2009 at 11:38 pm

    I am experiencing a problem in Explorer with the CSS definitions. I have a div (div.information capsule) and its height is not fixed because the text will be added to as the weeks go by. The problem is the text flows out of the div and behind (or beneath) three other divs (div #ad container, div # infoSmallPrint and div #containerBottom). This isn’t a problem in Safari, Firefox or Camino or even the last Explorer for Mac OS. How do I fix this? Is it just in the CSS definitions (float, etc.)?

    The url is:
    https://www.wolc.org/test/

    Thanks

    Joe Willey replied 17 years, 2 months ago 2 Members · 2 Replies
  • 2 Replies
  • Fernando Mol

    March 11, 2009 at 12:54 am

    Try removing the float from the .informationCapsule class and add the float to a new ID

    #Accordion1 {
    float: right;
    }

    I’m not 100% it will work, but the problem seems to be the floated content to the left.

    Fernando Mol

  • Joe Willey

    March 11, 2009 at 7:39 pm

    Thanks Fernando. My problem is fixed. I appreciate your help.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy