Need help! ie7 + 6

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ed

    Need help! ie7 + 6

    Hi,

    I've been looking at this for so long, I can't begin to see my error.



    In firefox, the menu, mainnav and subnav on the left hand side looks
    as I
    desire. In IE7, the menu has some really weird gaps above the
    subnavs
    (as well as the "BLAST" top nav item) that I can not for the life of
    me
    figure out. In IE6, the menu has the same bunch of gaps, with an
    additional gap between each element. I'm mostly looking for an
    answer
    to the IE7 gaps, but would love any help with the IE6 ones as well.

  • Bergamot

    #2
    Re: Need help! ie7 + 6

    ed wrote:
    >

    >
    In IE7, the menu has some really weird gaps


    --
    Berg

    Comment

    • dorayme

      #3
      Re: Need help! ie7 + 6

      In article <5dp2r0F34viccU 1@mid.individua l.net>,
      Bergamot <bergamot@visi. comwrote:
      ed wrote:



      In IE7, the menu has some really weird gaps
      >
      http://www.google.com/search?q=gaps%...ents%20in%20IE
      Where it is suggested:

      <!--[if lt IE 8]>
      <style type="text/css">
      li a {display:inline-block;}
      li a {display:block; }
      </style>
      <![endif]-->

      I assume the point of 'over-ruling' li a is because some of the
      IE browsers recognise or don't recognise one or the other of
      block or inline-block for display and one or other does the trick
      needed.

      --
      dorayme

      Comment

      • Andy Dingley

        #4
        Re: Need help! ie7 + 6

        On 19 Jun, 05:13, dorayme <doraymeRidT... @optusnet.com.a uwrote:
        Where it is suggested:
        <!--[if lt IE 8]>
        Well gag me with a spoon 8-(

        Comment

        • ed

          #5
          Re: Need help! ie7 + 6

          On Jun 19, 12:13 am, dorayme <doraymeRidT... @optusnet.com.a uwrote:
          In article <5dp2r0F34vic.. .@mid.individua l.net>,
          >
          Bergamot <berga...@visi. comwrote:
          ed wrote:
          >>
          In IE7, the menu has some really weird gaps
          >>
          Where it is suggested:
          >
          <!--[if lt IE 8]>
          <style type="text/css">
          li a {display:inline-block;}
          li a {display:block; }
          </style>
          <![endif]-->
          >
          I assume the point of 'over-ruling' li a is because some of the
          IE browsers recognise or don't recognise one or the other of
          block or inline-block for display and one or other does the trick
          needed.
          >
          --
          dorayme
          Thanks Bergamot and dorayme, that was a big help.

          I have corrected for that... but with my hidden menu, I am still
          getting a blank space, despite applying the same rule. Do you have
          any ideas on that?

          -e

          Comment

          • BootNic

            #6
            Re: Need help! ie7 + 6

            ed <ed.ncbi@gmail. comwrote:[snip]
            >
            I have corrected for that... but with my hidden menu, I am still
            getting a blank space, despite applying the same rule. Do you have
            any ideas on that?
            Different browsers have different default css settings, sometimes even
            different between versions.

            I think the effect you are seeing is the top margin on the H2 & H1.

            --
            BootNic Sunday, June 24, 2007 11:16 AM

            My problem lies in reconciling my gross habits with my net income.
            *Errol Flynn*


            Comment

            Working...