Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:55
problems with display
Poster: kendoll
Dated: Friday September 15 2006 - 9:31:18 BST
Hi,
Just downloaded and coded data file. Have uploaded to web with this result.
http://www.lisacollins.com.au/styling/index.html
Try as hard as i can, I cannot work out why it behaves this way.
Any help?
Poster: Ruth
Dated: Friday September 15 2006 - 10:20:49 BST
Hi,
You have the pagebgcolor and pagecolor set to black
Code:
pagebgcolor="#000000";
pagecolor="black";
pagecolor="black";
Because that page matches that menu, that is the main menu item shows the Images menu and the images menu second item is for that page
Code:
aI("text=Fashion Styling;url=http://www.lisacollins.com.au/styling/index.html;")
your bgcolor is #000000 which is black, and your text color is black.
These properties are to allow the users to know where they are in the menu based on colors set. So, unless you don't want users to know where they are in the menu, you might want to leave the pagebgcolor as it is so the background doesn't change but change the pagecolor which is the font to red or something like that [red just seemed to go with the page and image in the center]
Ruth