Jump to content

DonAndress

Members
  • Posts

    2
  • Joined

  • Last visited

About DonAndress

  • Birthday July 18

DonAndress's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. That was it. Thank you very much.
  2. Hello. I'd like to create a dropdown menu in CSS and it kind of works but now I have a problem with height of the DIV. There is a main DIV called Container (1000px of width and no height; this one is supposed to contain everything on the webpage), inside I have another DIV called Logo (300px width and 100px height), another inline DIV called Menu which is localed on the right and it has 700px width and 100px height, below there is another DIV called Content with 1000px width and no height (for the actual page content). Now, the dropdown menu always stretches DIV Menu in height when the list pops up. I tried setting Container as z-index = 1 and Menu as z-index = 2 but it doesn't work, Container disappears completely. How to resolve this issue? I'd like to make dropdown list kind of overlay everything else that is below.
×
×
  • Create New...