problem with .php urls

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
krilik
Advanced
Advanced
Posts: 12
Joined: Sun Jan 07, 2007 5:36 pm

problem with .php urls

Post by krilik »

when url=*.php bgcolor changes to white
even if i declared another bgcolor
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

We have to ask you to please provide us with a url when you are asking questions like this. There is no way we can know what the answer is without seeing your page which is where the problem is occuring.

The Milonic main site is php and that doesn't happen here so we wouldn't know what's causing it on your site without seeing it and all the code involved.

Ruth
krilik
Advanced
Advanced
Posts: 12
Joined: Sun Jan 07, 2007 5:36 pm

Post by krilik »

http://forum.navy.org.il/web/1.php

look on the right menu
first menu should lead to the same page
but somehow its bgcolor is white
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

It's these properties you have set in the style section

Code: Select all

pagecolor="#000000";
pagebgcolor="#ffffff";
These and all other page related properties are like breadcrumbs to show where you are in the menu, so since this aI is that 1.php url when you get to that page the matching properties take effect. You can make them whatever you like, or eliminate them or you can use others like pageimage, pagesubimage, and so on. Below my name are links to the various menu properties areas, style, menu and item.

Ruth
krilik
Advanced
Advanced
Posts: 12
Joined: Sun Jan 07, 2007 5:36 pm

Post by krilik »

thanks for the support
i just deleted those two lines
Post Reply