Welcome Guest Search | Active Topics | Sign In | Register

Menu with css not rendered all the time Options
femotee
Posted: Sunday, November 23, 2008 8:19:01 AM
Rank: Member
Groups: Member

Joined: 11/16/2007
Posts: 13
Hello, I'm using your menu with office XP template. Sometimes the menu loads with the neccessary style, other times, it doesn't load and I can't figure out why.

look at http://profile.legwork.com.ng and http://quiz.legwork.com.ng
eo_support
Posted: Sunday, November 23, 2008 10:16:50 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,097
Hi,

Do you happen to have code that modifies the head section of your page? The styles are rendered into the head section and it seems that sometimes the whole block is gone.

If you do not modify head section dynamically, you can try to add an eo:Head element into your page and see if it helps:

Code: HTML/ASPX
<head>
     <eo:Head runat="server"></eo:Head>
     .....
</head>


Thanks!
femotee
Posted: Sunday, November 23, 2008 11:53:30 AM
Rank: Member
Groups: Member

Joined: 11/16/2007
Posts: 13
Its seems the problem was due to caching the controls. I remove the <%OutputCache tag and it seems to be working well now. Will observer for a while
eo_support
Posted: Sunday, November 23, 2008 12:03:27 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,097
Thanks for the update! Please feel free to let us know if you see any other issues.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.