Re: Problem with display:none and firefox

  •  04-21-2007, 8:52 AM

    Re: Problem with display:none and firefox

     
    I had the same issue , But I found a work-around for that ....
    It worked for me.
     

    Replace:

    Code:

    <span id="test1" style="display:'none'">

    With:

    Code:

    <span id="test1" style="display:none">


    Free Ajax Books
    Free CSS Books
    Free PHP Books
View Complete Thread