Re: [Phpgedview-talk] gedcom list under Welcome
Brought to you by:
canajun2eh,
yalnifj
|
From: John F. <Joh...@ne...> - 2007-01-29 19:40:52
|
You should be able to do this with CSS. You will need to change the
default CSS of the sub menu to your own custom one. You can do this in
the toplinks.html file where the menu is generated. Add the following
line where the Welcome menu is generated:
$menu->addClass("menuitem", "menuitem_hover", "welcome_submenu");
=20
Then in the style.css file make a copy the .submenu style and then
rename it to welcome_submenu.
=20
Then add a fixed height: 300px; and a overflow: auto; to the
welcome_submenu. You could also refer to the .small_inner_block style
as an example.
=20
I think that will work, but I haven't tested it myself, so I am not
making any guarantees :-)
=20
--John
=20
=20
________________________________
From: php...@li...
[mailto:php...@li...] On Behalf Of Bin
Zhang
Sent: Sunday, January 28, 2007 12:18 AM
To: All About PhpGedView
Subject: [Phpgedview-talk] gedcom list under Welcome
=20
We are building a site that has a lot of GEDCOM files. One problem is
that the list of available gedcom's when you mouse-over Welcome. Is
there anyway to make that list scrollable. I know user could use List
or Search functions to get to a particular gedcom, but it would be more
convenient if all gedcoms are accessible through the mouseover under
Welcome.=20
Thanks for any advise.
Bin Zhang
|