Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE non disappearing content bug

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #34308
    myth
    Member

    hi mates i am facing same problem as explained in this site but i dont kno how to work out this solution if anyone knows please throw some light http://www.positioniseverything.net/explorer/ienondisappearcontentbugPIE/index.htm

    my code goes like this as it way huge i am not posting






    i am using ‘for’ loop to change the content dynamically and use display: none to hide previews one’s…It works in every other browser i have tested except in IE series

    #86946
    myth
    Member

    bump no one to help me !!!..

    #86953
    thomas
    Member

    There are some solutions in the “Work arounds” section of the link you posted. Have you tried them out?

    Without seeing your actual code, I’m not sure what else to tell you.

    #87004
    bhagavan
    Participant

    It could possible to see your present using code,
    show your site address.

    #87005
    myth
    Member

    @thomas : i don’t kno how to proceed with workaround’s they have meant like temporarily switch to display:block then to display: none ..I don’t kno how to make temporary switching


    @bhagavan
    : i don’t have it hosted mate ..

    code goes like this







    EOC;
    echo $integ2;

    $query4 = "select label from labels";
    $result4 = mysql_query($query4);
    if(!$result4)
    {
    $err = "Unable to retrieve data";
    }
    $j=1;
    while($conti_array = mysql_fetch_array($result4)){
    $label2 = strtolower($conti_array);

    echo "
    ";
    echo "";
    populate("$label2");
    $integ3 = <<< EOM




    >+


    EOM;
    echo $integ3;
    }


    here i have hidden two tab’s initially using display: none in css and then highlight selected one using display: block ..Help me out !!

    #87243
    myth
    Member

    bump anyone to help i have pasted code in jsfiddle check and tell me

    http://jsfiddle.net/myth/PZZ6a/10/

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.