Navigation bar is disappearing
I have a navigation bar on the master page which doesn’t appear when previewing of the child pages. The child pages are based off a master of the master which includes the navigation bar. Everything appears in the studio view, then when I preview it, it is there to start but if I click a link in the secondary child navigation links the master navigation becomes invisible. If you mouse over where it should be it appears until you mouse off.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Hi Colin,
This is due to the background images that are referenced from your child pages. If you have url(image.jpg) referenced in the CSS, in a child page, the image.jpg will be referenced relative to the child page, rather than the root. Because our images sit on the root, to avoid this probem, use url(/image.jpg) -- put the forward slash, whenever you reference to an asset that is also on the root.
Loading Profile...


