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. Browser Compatibility ( My webpage contols are not looking in a proper layout in Mozilla, Opera..)

Browser Compatibility ( My webpage contols are not looking in a proper layout in Mozilla, Opera..)

Scheduled Pinned Locked Moved ASP.NET
help
3 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.
  • M Offline
    M Offline
    mcmilan
    wrote on last edited by
    #1

    Hi, When I open my website in different browsers Controls layout is not in a correct position....It looks good in internet explorer(6.0)....... Please help me as soon as possible........ Thanking you Mcmilan.

    E G 2 Replies Last reply
    0
    • M mcmilan

      Hi, When I open my website in different browsers Controls layout is not in a correct position....It looks good in internet explorer(6.0)....... Please help me as soon as possible........ Thanking you Mcmilan.

      E Offline
      E Offline
      eyeseetee
      wrote on last edited by
      #2

      Thats because browsers render css differently. A webiste designed for IE might not look correct in Firefox. This is mainly down to the fact that IE almost corrects your mistakes in your css code where as firefox doesnt. You will just have to go through it and change parts to suit both browsers

      1 Reply Last reply
      0
      • M mcmilan

        Hi, When I open my website in different browsers Controls layout is not in a correct position....It looks good in internet explorer(6.0)....... Please help me as soon as possible........ Thanking you Mcmilan.

        G Offline
        G Offline
        Guffa
        wrote on last edited by
        #3

        mcmilan wrote:

        When I open my website in different browsers Controls layout is not in a correct position....It looks good in internet explorer(6.0)...

        This is very common for a web site that is developed for IE. The CSS is written to depend on the rendering errors in IE, so it will not look as intended in any browser that renders the page correctly (which is pretty much all other browsers). Here you can find a list of some of the rendering errors in IE[^]. First of all, make sure that you have a working doctype tag for the page, so that it renders in standards compliant mode, not it quirks mode. I suggest that you build the page so that it works correctly in Firefox, then it will almost always look the same in other browsers (except IE). After that you can tweak the CSS to work for IE also.

        Despite everything, the person most likely to be fooling you next is yourself.

        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