Menu is always at the top
-
- Beginner
- Posts: 3
- Joined: Thu Jul 21, 2005 5:59 pm
Menu is always at the top
Is there a way to push the menu down a set number of pixels and then center it?
-
- Super Advanced
- Posts: 72
- Joined: Fri Jul 01, 2005 3:04 pm
For 'pushing the menu down' and centering it try:
top=80; adjust to suit
screenposition="center";
in your item properties.
top=80; adjust to suit
screenposition="center";
in your item properties.
Code: Select all
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=200;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.php");
}
-
- Beginner
- Posts: 3
- Joined: Thu Jul 21, 2005 5:59 pm
The top=80 worked, but the screenposition doesn't seem to work. The left works just fine, but it gets distorted if someone has a favorites or history window open.
The site is at
http://www.little-india-in-lake-charles ... xtest2.htm
The site is at
http://www.little-india-in-lake-charles ... xtest2.htm