http://fjordparken71.dk/default.asp
I can't get the "pageimage" to work correct.
I click "Danmark" and the page changes, but no pageimage appears, not until I mouse over the same menu again?
And how do I get the submenues to get closer to the text in the menu?
Thanks!
pageimage and offset
Re: pageimage and offset
Hi,
The submenus are actually right at the bottom of the menu. If you put a border around the menu, just for testing you will see where they open. However, you can move them closer to the bottom of the image. Add top="offset=-10px"; to each submenu that opens from that horizontal main menu. You might want it closer so just change the -10 to a higher number.
As for the pagebgimage. Try removing the ' you have in the aI and see if that fixes it. There should be no quotes for property items in the aI. For example, if you put pagebgimage in the style section, then it is pagebgimage="whatever.gif"; but if you put it in an aI it is pagebgimage=whatever.gif; no quotes.
Ruth
The submenus are actually right at the bottom of the menu. If you put a border around the menu, just for testing you will see where they open. However, you can move them closer to the bottom of the image. Add top="offset=-10px"; to each submenu that opens from that horizontal main menu. You might want it closer so just change the -10 to a higher number.
As for the pagebgimage. Try removing the ' you have in the aI and see if that fixes it. There should be no quotes for property items in the aI. For example, if you put pagebgimage in the style section, then it is pagebgimage="whatever.gif"; but if you put it in an aI it is pagebgimage=whatever.gif; no quotes.
Ruth
Re: pageimage and offset
Excellent support, Ruth!
They both worked...
Thank you!
They both worked...
Thank you!