Jump to content

How to stop relative position moving other items on webpage


heldenbrau

Recommended Posts

I am trying to make a popup menu on my website:

 

http://www.diamondcz.co.uk/index.shtml

 

I want it to pop up in the position where is is popping up now, but without shifting the other links in the menu down.  here is the css:

 

.menuitems{

  position:relative;

  top:-10;

  right:-100;

  width:150px;

  text-align:left;

  color:darkblue;

  text-decoration:none;

  padding-left:5px;

  padding-right:5px;

  padding-top:2px;

  padding-bottom:2px;

  display:none;

}

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.