Search found 6 matches

by bikeal
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

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 ...
by bikeal
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

Is this what you meant? I tried this but it caused the menu not to show up on my test page?

Al


http://www3.telus.net/janeal/test

with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid ...
by bikeal
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

I've tried changing the over & out filter, but the results are the same :?:

Here is the test URL http://www3.telus.net/janeal/test

Here is the modified code as well I tried the overall width command of 100% but it didn't work?

Thanks

Al



_menuCloseDelay=500 // The time delay for menus to ...
by bikeal
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

It seems when I refresh the page, the thickness of the menu changes? Why does it do that?

Where would I add the

menuwidth="100%"
overallwidth="100%"

My test url is http://www3.telus.net/janeal

Thanks,
Al

My Code so far:



_menuCloseDelay=500 // The time delay for menus to remain ...
by bikeal
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 ...
by bikeal
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 ...