problems with display

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
kendoll
Beginner
Beginner
Posts: 2
Joined: Fri Sep 15, 2006 9:24 am

problems with display

Post by kendoll »

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

Post by Ruth »

Hi,

You have the pagebgcolor and pagecolor set to black

Code: Select all

pagebgcolor="#000000";
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: Select all

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
kendoll
Beginner
Beginner
Posts: 2
Joined: Fri Sep 15, 2006 9:24 am

Post by kendoll »

So simple!

Thank you Ruth.
Post Reply