CSS BOX Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fresnoca
    New Member
    • Jan 2007
    • 1

    CSS BOX Problem

    Site looks ok with IE7 and Mozilla(Firefox ) but when i looked at it on IE6, I see a space on right side of the box.

    I cant figure out this problem.

    Hopefully someone can tell me the problem.

    website: www.egitimatase ligi.com
  • AricC
    Recognized Expert Top Contributor
    • Oct 2006
    • 1885

    #2
    Not sure what is going on with your site, but it is timing out. Anyone else have this issue? Post the code I can't access your site.

    Aric

    Comment

    • cassbiz
      New Member
      • Oct 2006
      • 202

      #3
      It didn't time out in IE6

      The only one thing that I can see which may (or may not) be an issue here is in your ana.css file you are stating a min-width of 750px and everything else is stated at 750px. Could it be that your padding may be making the difference in IE6?

      Try reducing your min-width and test it out.

      Good Luck

      Comment

      • AricC
        Recognized Expert Top Contributor
        • Oct 2006
        • 1885

        #4
        In your #wrapper id try getting rid of margin: 5px auto; (@ work didn't test) see if that helps. Also, I don't think you should bother with min-width it is still not supported by IE just give your elements a fixed width like 750px.


        HTH,
        Aric

        Comment

        Working...