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. Small straight line displayed on web application

Small straight line displayed on web application

Scheduled Pinned Locked Moved ASP.NET
helpcsharpvisual-studiodebugging
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.
  • A Offline
    A Offline
    Arudya
    wrote on last edited by
    #1

    Am totally stuck with an issue. I have developed a web application using Visual Studio .Net 2005. The problem is that i could see a straight line displayed in the application, However its not due to any code i guess. Since the issue exists only in Windows 7 OS with IE8. For the same OS, there is no such issue when tested in Mozilla Firefox . And the other scenario i noted here is that when i test the application( same code) with these configurations - Windows XP , Firefox/IE8, the issue is not reproduced. Am not able to trace out whether this issue is browser specific, or OS specific or whether the problem with Visual Studio.Net. Please help. Thanks, Arudya

    K F 2 Replies Last reply
    0
    • A Arudya

      Am totally stuck with an issue. I have developed a web application using Visual Studio .Net 2005. The problem is that i could see a straight line displayed in the application, However its not due to any code i guess. Since the issue exists only in Windows 7 OS with IE8. For the same OS, there is no such issue when tested in Mozilla Firefox . And the other scenario i noted here is that when i test the application( same code) with these configurations - Windows XP , Firefox/IE8, the issue is not reproduced. Am not able to trace out whether this issue is browser specific, or OS specific or whether the problem with Visual Studio.Net. Please help. Thanks, Arudya

      K Offline
      K Offline
      Keith Barrow
      wrote on last edited by
      #2

      Please post some code! The problem is probably due to rendering quirks between browsers, somtimes borders and alignment go out of whack due to these, it is possible that the line you describe is due to this. Without the markup, we can't tell at all what is going on. [Edit] see PogoBoy's answer below, he describes the problem better than I have!

      Sort of a cross between Lawrence of Arabia and Dilbert.[^]

      modified on Wednesday, October 27, 2010 9:18 AM

      1 Reply Last reply
      0
      • A Arudya

        Am totally stuck with an issue. I have developed a web application using Visual Studio .Net 2005. The problem is that i could see a straight line displayed in the application, However its not due to any code i guess. Since the issue exists only in Windows 7 OS with IE8. For the same OS, there is no such issue when tested in Mozilla Firefox . And the other scenario i noted here is that when i test the application( same code) with these configurations - Windows XP , Firefox/IE8, the issue is not reproduced. Am not able to trace out whether this issue is browser specific, or OS specific or whether the problem with Visual Studio.Net. Please help. Thanks, Arudya

        F Offline
        F Offline
        fjdiewornncalwe
        wrote on last edited by
        #3

        You may have an issue where two elements with a common background are meant to be seamlessly aligned with each other, but in the affected system and browser, the rendering is forcing a pixel or two of spacing between the objects, causing the background to bleed through. This would appear as though a line is rendered, when in reality it is just the background. That is why you won't find it in yourcode directly. If it is a table tag, make sure your cellspacing is explicitly set to 0.

        I wasn't, now I am, then I won't be anymore.

        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