heldenbrau Posted June 14, 2010 Share Posted June 14, 2010 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; } Quote Link to comment https://forums.phpfreaks.com/topic/204769-how-to-stop-relative-position-moving-other-items-on-webpage/ Share on other sites More sharing options...
heldenbrau Posted June 14, 2010 Author Share Posted June 14, 2010 Just realised it doesn't even work in IE, you can only see it in firefox. Quote Link to comment https://forums.phpfreaks.com/topic/204769-how-to-stop-relative-position-moving-other-items-on-webpage/#findComment-1072060 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.