Dropdown menu pushes away the other content

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

    Dropdown menu pushes away the other content

    Hi there

    I am working on a site with a drop down menu. The post before mine had
    the same issue as mine in IE6; so i will follow that for that problem.
    Only i do have another problem. The drop down drops down nicely (FF and
    IE7), but it pushes away the content underneath it. Try the link and
    you'll know what i mean:



    My css is here: http://www.natuurburo.nl/styles/main.css

    Can anyone help me out and tell me what goes wrong with the drop down
    box concerning the content beneath it?

    Thanks,
    Mark

    --
    -------------------------------------------------------------
    Natuur, Landschaps-, en Macro Fotografie met passie voor natuur en oog voor detail. Welkom bij ColorWorld, dé plek waar natuur en fotografie samenkomen. Of je nu gefascineerd bent door macrofotografie, landschappen of de prachtige details van flora en fauna, ColorWorld is een plek om te kijken, te ontdekken en te verwonderen.De natuur heeft eindeloos veel kleuren, vormen en texturen. Soms groots en overweldigend, soms klein en verborgen. Op ColorWorld worden deze momenten vastgelegd—van de fragiele vleugels van een vlinder tot de uitgestrektheid van een mistig landschap.



  • ColorWorld

    #2
    Re: Dropdown menu pushes away the other content

    After serious thinking ColorWorld wrote :
    Hi there
    >
    I am working on a site with a drop down menu. The post before mine had the
    same issue as mine in IE6; so i will follow that for that problem. Only i do
    have another problem. The drop down drops down nicely (FF and IE7), but it
    pushes away the content underneath it. Try the link and you'll know what i
    mean:
    >

    >
    My css is here: http://www.natuurburo.nl/styles/main.css
    >
    Can anyone help me out and tell me what goes wrong with the drop down box
    concerning the content beneath it?
    >
    Thanks,
    Mark
    Well, i got a bit further. Only the position in IE is not good yet...

    --
    -------------------------------------------------------------
    Natuur, Landschaps-, en Macro Fotografie met passie voor natuur en oog voor detail. Welkom bij ColorWorld, dé plek waar natuur en fotografie samenkomen. Of je nu gefascineerd bent door macrofotografie, landschappen of de prachtige details van flora en fauna, ColorWorld is een plek om te kijken, te ontdekken en te verwonderen.De natuur heeft eindeloos veel kleuren, vormen en texturen. Soms groots en overweldigend, soms klein en verborgen. Op ColorWorld worden deze momenten vastgelegd—van de fragiele vleugels van een vlinder tot de uitgestrektheid van een mistig landschap.



    Comment

    • dorayme

      #3
      Re: Dropdown menu pushes away the other content

      In article <mn.84557d85e7f b978c.71100@xs4 all.nl>,
      ColorWorld <scheper@xs4all .nlwrote:
      After serious thinking ColorWorld wrote :
      Hi there

      I am working on a site with a drop down menu. The post before mine had the
      same issue as mine in IE6; so i will follow that for that problem. Only i
      do
      have another problem. The drop down drops down nicely (FF and IE7), but it
      pushes away the content underneath it. Try the link and you'll know what i
      mean:

      I assume you have

      #main_menu ul li ul {
      ...
      left:-70px;
      ...
      }

      to let us know where it is for testing purposes and that you will change
      it to something like:

      #main_menu ul li ul {
      ...
      left:-2070px;
      ...
      }

      for real use.

      --
      dorayme

      Comment

      • ColorWorld

        #4
        Re: Dropdown menu pushes away the other content

        dorayme has brought this to us :
        In article <mn.84557d85e7f b978c.71100@xs4 all.nl>,
        ColorWorld <scheper@xs4all .nlwrote:
        >
        >After serious thinking ColorWorld wrote :
        >>Hi there
        >>>
        >>I am working on a site with a drop down menu. The post before mine had the
        >>same issue as mine in IE6; so i will follow that for that problem. Only i
        >>do
        >>have another problem. The drop down drops down nicely (FF and IE7), but it
        >>pushes away the content underneath it. Try the link and you'll know what i
        >>mean:
        >>>
        >>http://www.natuurburo.nl/dieren
        >>>
        >
        I assume you have
        >
        #main_menu ul li ul {
        ...
        left:-70px;
        ...
        }
        >
        to let us know where it is for testing purposes and that you will change
        it to something like:
        >
        #main_menu ul li ul {
        ...
        left:-2070px;
        ...
        }
        >
        for real use.
        :) Yep, that is right. It was hard to see what was going on, so i
        brought it into view.

        --
        -------------------------------------------------------------
        Natuur, Landschaps-, en Macro Fotografie met passie voor natuur en oog voor detail. Welkom bij ColorWorld, dé plek waar natuur en fotografie samenkomen. Of je nu gefascineerd bent door macrofotografie, landschappen of de prachtige details van flora en fauna, ColorWorld is een plek om te kijken, te ontdekken en te verwonderen.De natuur heeft eindeloos veel kleuren, vormen en texturen. Soms groots en overweldigend, soms klein en verborgen. Op ColorWorld worden deze momenten vastgelegd—van de fragiele vleugels van een vlinder tot de uitgestrektheid van een mistig landschap.



        Comment

        Working...