Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:33
Seperator
Poster: jrthor2
Dated: Tuesday July 2 2002 - 20:53:32 BST
I have tried to add a seperator, but the line only shows halfway from right to left. Why isn't the line entirely visible? Here is part of my code:
addmenu(menu=["schedules",,,150,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Acolytes", "http://www.zluth.org/schedules/acolytes.shtm",,,1
,"Altar Guild", "http://www.zluth.org/schedules/altar_guild.shtm",,,1
,"Nursery","http://www.zluth.org/schedules/nursery.shtm",,,1
,"Lectors & Lay Assistants","http://www.zluth.org/schedules/lectors.shtm",,,1
,"Ushers","http://www.zluth.org/schedules/ushers.shtm",,,1
])
Thanks!!
Poster: Andy
Dated: Tuesday July 2 2002 - 20:54:43 BST
Hi,
You've more than likely got the menu references loading up inside a DIV on inside a CENTER tag. This normally causes this problem.
Cheers
Andy
Poster: jrthor2
Dated: Tuesday July 2 2002 - 20:59:39 BST
Yep, thanks. I remvoed the <div> tags and they show up fine now.
seperator problem
Poster: thoemme
Dated: Friday July 12 2002 - 8:44:16 BST
had the same problem and works perfectly now... long life a forum like this !!
actually a pretty simple and easy mistake...but one has to be aware of it ! thanx
t.
http://www.thbachmann.ch
Re: Seperator
Poster: Willy
Dated: Thursday August 8 2002 - 11:37:53 BST
jrthor2 wrote:
I have tried to add a seperator, but the line only shows halfway from right to left. Why isn't the line entirely visible?
Yes, i also had the same problem, with no <DIV> or <CENTER> tags but a cell HEADER inside of a table.