2 Replies Latest reply: May 20, 2011 4:42 AM by mahendra rajeshirke RSS

    Firefox 2 issue

    mahendra rajeshirke Community Member

      Hi,

       

      The site www(dot)cafral(dot)org(dot)in is not viewing good on firefox 2, anybody can suggest me some css code. i tried alot

        • 1. Re: Firefox 2 issue
          osgood_ CommunityMVP

          Try adding clear: both; to the mid_content css as shown below (its a long shot but it may sort somrthing out) You should always check our work in all the browsers you wish to support as you go along, otherwise it's going to be a long old job to sort issues out..

           

          #mid_content{
          clear: both;
              margin-top: 16px;
              background: #fff url(../images/mid_bg.jpg) repeat-y left center; overflow:hidden
          }

          • 2. Re: Firefox 2 issue
            mahendra rajeshirke Community Member

            Thnx alot Mr. osgood, really appreciate your skill.

            actually i have added visibility:hidden to all block parent div. but it doesnt run on ff 2

            and ff 3 now no worries. clear : both worked alot.