pageimage and offset

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Thrane
Beginner
Beginner
Posts: 9
Joined: Sun Aug 05, 2007 10:20 am

pageimage and offset

Post by Thrane »

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!
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: pageimage and offset

Post by Ruth »

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
Thrane
Beginner
Beginner
Posts: 9
Joined: Sun Aug 05, 2007 10:20 am

Re: pageimage and offset

Post by Thrane »

Excellent support, Ruth!
They both worked...

Thank you!
Post Reply