Why large space before background image (horizontal orange line under top NAV horizontal CSS list buttons) in Internet Expolorer 6 only?

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

    Why large space before background image (horizontal orange line under top NAV horizontal CSS list buttons) in Internet Expolorer 6 only?

    Why is there a large space before the background image (horizontal orange
    line under top NAV horizontal CSS list buttons) in Internet Expolorer 6
    only?



    Thanks,


  • mscir

    #2
    Re: Why large space before background image (horizontal orange lineunder top NAV horizontal CSS list buttons) in Internet Expolorer 6 only?

    Dan V. wrote:
    [color=blue]
    > Why is there a large space before the background image (horizontal orange
    > line under top NAV horizontal CSS list buttons) in Internet Expolorer 6
    > only?
    >
    > http://www.officeactivate.com/fish
    > Thanks,[/color]

    This fixes it, it renders the same on my IE 6, Netscape 7.2, Firefox
    1.0.1. It looks like IE handled the floated nav div differently from
    other browsers.

    #dropshadow {
    ...
    /* MARGIN-TOP: 23px; */


    ..clear{
    clear: both;
    }


    </UL>
    </DIV>
    <!-- END HORIZONTAL NAVIGATION -->
    <div class='clear'></div>
    <DIV id=dropshadow></DIV>


    Mike

    Comment

    • Dan V.

      #3
      Re: Why large space before background image (horizontal orange line under top NAV horizontal CSS list buttons) in Internet Expolorer 6 only?

      "mscir" <mscir@yahoo.co m> wrote in message
      news:116j4guep1 hgh25@corp.supe rnews.com...[color=blue]
      > Dan V. wrote:
      >[color=green]
      >> Why is there a large space before the background image (horizontal orange
      >> line under top NAV horizontal CSS list buttons) in Internet Expolorer 6
      >> only?
      >>
      >> http://www.officeactivate.com/fish
      >> Thanks,[/color]
      >
      > This fixes it, it renders the same on my IE 6, Netscape 7.2, Firefox
      > 1.0.1. It looks like IE handled the floated nav div differently from other
      > browsers.
      >
      > #dropshadow {
      > ...
      > /* MARGIN-TOP: 23px; */
      >
      >
      > .clear{
      > clear: both;
      > }
      >
      >
      > </UL>
      > </DIV>
      > <!-- END HORIZONTAL NAVIGATION -->
      > <div class='clear'></div>
      > <DIV id=dropshadow></DIV>
      >
      >
      > Mike[/color]


      Thanks very much it worked.


      Comment

      Working...