This is what I did, but am still having the same problem.
Al
[url]http:/www3.telus.net/janeal/test[/url]
with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1 ...
Search found 6 matches
- Sat Sep 20, 2003 6:53 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Problems centering menu with screenposition command.
- Replies: 12
- Views: 9006
- Fri Sep 19, 2003 9:30 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Problems centering menu with screenposition command.
- Replies: 12
- Views: 9006
- Fri Sep 19, 2003 8:08 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Problems centering menu with screenposition command.
- Replies: 12
- Views: 9006
- Fri Sep 19, 2003 6:55 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Problems centering menu with screenposition command.
- Replies: 12
- Views: 9006
- Fri Sep 19, 2003 2:51 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Problems centering menu with screenposition command.
- Replies: 12
- Views: 9006
Thanks,
I have added that code you recommended, and it has aligned the menu in the top center, but the menu now has extra padding? Why does it do that? It was less thick before I added the screenposition line? :(
Also, is there a way to make the menu automatically stretch across the entire screen ...
I have added that code you recommended, and it has aligned the menu in the top center, but the menu now has extra padding? Why does it do that? It was less thick before I added the screenposition line? :(
Also, is there a way to make the menu automatically stretch across the entire screen ...
- Fri Sep 19, 2003 7:01 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Problems centering menu with screenposition command.
- Replies: 12
- Views: 9006
Problems centering menu with screenposition command.
I have been successful in getting the menu to align to the top left corner of the screen using the following code:
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=0;
left=0;
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
But I can't get the code to align in the ...
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=0;
left=0;
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
But I can't get the code to align in the ...