views:

241

answers:

1

Hello, I am running a website using wordpress and some javascript that changes the page see http://s72956.gridserver.com/dev/ My menu position I want to be static at 150px down 800 right and not move when I change my browser window to any size. Currently when I try position static it moves when I clikc on one of my javascript links that expands a section. Can anybody help

A: 

in css, try position: fixed; instead of position:absolute;

pixeline
changed it but it still moves.
newhen