Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. FireFox Problem

FireFox Problem

Scheduled Pinned Locked Moved ASP.NET
helpphpcssquestion
9 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    Omar Gameel Salem
    wrote on last edited by
    #1

    hi all..first i want to apologize for asking this as it was posted MANY times before...but i couldn't get any solution.. my problem is...text keeps falling out of control in webpage when using firefox...when using IE..everything is fine IE http://img122.imageshack.us/my.php?image=70792211wm0.jpg[^] FireFox http://img385.imageshack.us/img385/8100/firefoxuh5.jpg[^] solutions i've tried include:changing CSS,using browsercaps your help is much appreciated sincerely

    L 1 Reply Last reply
    0
    • O Omar Gameel Salem

      hi all..first i want to apologize for asking this as it was posted MANY times before...but i couldn't get any solution.. my problem is...text keeps falling out of control in webpage when using firefox...when using IE..everything is fine IE http://img122.imageshack.us/my.php?image=70792211wm0.jpg[^] FireFox http://img385.imageshack.us/img385/8100/firefoxuh5.jpg[^] solutions i've tried include:changing CSS,using browsercaps your help is much appreciated sincerely

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Try using div tag without any height specifications as style tag given below

      style="border: 1px solid #000000"

      I tested on both browsers, it worked fine. If you still face problem send me the HTML code. I will work over it

      O 1 Reply Last reply
      0
      • L Lost User

        Try using div tag without any height specifications as style tag given below

        style="border: 1px solid #000000"

        I tested on both browsers, it worked fine. If you still face problem send me the HTML code. I will work over it

        O Offline
        O Offline
        Omar Gameel Salem
        wrote on last edited by
        #3

        Thanks for your reply =)..but unfortunately that didnt solve the problem my html

        Projects

        CSS class .rightblock { border:1px dotted #DBDB79; padding: 15px; margin-bottom: 10px; margin-right: auto; margin-left: auto; background: #fffeee; width:95%; } .dashedline { border-bottom: 1px dashed #DBCE6A; padding-top: 10px; margin-bottom: 10px; clear:right; } thanks again Amandeep for your help ;)

        A L 2 Replies Last reply
        0
        • O Omar Gameel Salem

          Thanks for your reply =)..but unfortunately that didnt solve the problem my html

          Projects

          CSS class .rightblock { border:1px dotted #DBDB79; padding: 15px; margin-bottom: 10px; margin-right: auto; margin-left: auto; background: #fffeee; width:95%; } .dashedline { border-bottom: 1px dashed #DBCE6A; padding-top: 10px; margin-bottom: 10px; clear:right; } thanks again Amandeep for your help ;)

          A Offline
          A Offline
          AprNgp
          wrote on last edited by
          #4

          nicromonicon wrote:

          Projects

          BorderStyle="None" EditModes="Design" Enabled="False" ToolsFile="~/ToolsFileLimited.xml" Width="95%">

          CSS class .rightblock { border:1px dotted #DBDB79; padding: 15px; margin-bottom: 10px; margin-right: auto; margin-left: auto; background: #fffeee; width:95%; } .dashedline { border-bottom: 1px dashed #DBCE6A; padding-top: 10px; margin-bottom: 10px; clear:right; }

          where have u set the height ?

          Apurv A man is but the product of his thoughts. What he thinks, he becomes. .......Mahatma Gandhi Be the change you want to see in the world. .......Mahatma Gandhi

          1 Reply Last reply
          0
          • O Omar Gameel Salem

            Thanks for your reply =)..but unfortunately that didnt solve the problem my html

            Projects

            CSS class .rightblock { border:1px dotted #DBDB79; padding: 15px; margin-bottom: 10px; margin-right: auto; margin-left: auto; background: #fffeee; width:95%; } .dashedline { border-bottom: 1px dashed #DBCE6A; padding-top: 10px; margin-bottom: 10px; clear:right; } thanks again Amandeep for your help ;)

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Hi Can u please send me the HTML output of the page as i am not getting the controls used by u.

            O 1 Reply Last reply
            0
            • L Lost User

              Hi Can u please send me the HTML output of the page as i am not getting the controls used by u.

              O Offline
              O Offline
              Omar Gameel Salem
              wrote on last edited by
              #6

              okay Amandeep here's the code from firefox http://www.yousendit.com/download/WnBTU2VxeFhreEJMWEE9PQ

              L 1 Reply Last reply
              0
              • O Omar Gameel Salem

                okay Amandeep here's the code from firefox http://www.yousendit.com/download/WnBTU2VxeFhreEJMWEE9PQ

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                Hi Style tag o div is as style="border-color:White;border-style:None;height:87px;width:100%;" Make it as style="border-color:White;border-style:None;width:100%;" You can check the code at http://www.shubhrishtey.com/CodeFromFireFox.htm[^]

                O 1 Reply Last reply
                0
                • L Lost User

                  Hi Style tag o div is as style="border-color:White;border-style:None;height:87px;width:100%;" Make it as style="border-color:White;border-style:None;width:100%;" You can check the code at http://www.shubhrishtey.com/CodeFromFireFox.htm[^]

                  O Offline
                  O Offline
                  Omar Gameel Salem
                  wrote on last edited by
                  #8

                  i did it and it worked! thank you so much Amandeep =)

                  L 1 Reply Last reply
                  0
                  • O Omar Gameel Salem

                    i did it and it worked! thank you so much Amandeep =)

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #9

                    you are welcome :)

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups