Top Menu movement

  • Yoshiii
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 3 months ago - 13 years 3 months ago #14334 by Yoshiii
Top Menu movement was created by Yoshiii
When the page loads, the top menu is located at the far right and then after a couple of seconds (or less) it shifts to the "normal" position.

Why is this? It happens in both IE and Firefox. I want this fixed please!

:whistle:
Last edit: 13 years 3 months ago by Yoshiii.

Please Log in to join the conversation.

More
13 years 3 months ago #14348 by ivan.milic
Replied by ivan.milic on topic Re: Top Menu movement
give us link

Please Log in to join the conversation.

  • Yoshiii
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 3 months ago #14360 by Yoshiii

Please Log in to join the conversation.

More
13 years 3 months ago #14376 by ivan.milic
Replied by ivan.milic on topic Re: Top Menu movement
add this at the bottom of template_css.css:

ul#nav{
position:static;
}
The following user(s) said Thank You: Yoshiii

Please Log in to join the conversation.

  • Yoshiii
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 2 months ago #14447 by Yoshiii
Replied by Yoshiii on topic Re: Top Menu movement
thank you that works. in the middle of the template i changed it to this, because that was already defined:

ul#nav {
margin:0;
padding:0;
position:static;
}


it does not move anymore, but the menu is split with vertical lines and it adds a line to the last menu item (contact) and then quickly removes it. can this also be fixed?

Please Log in to join the conversation.

More
13 years 2 months ago #14476 by ivan.milic
Replied by ivan.milic on topic Re: Top Menu movement
currently border is removed from jquery, you can add this style which is supported by most modern browsers:

#nav.menu > LI:last-child {
border:none!important;
}

Please Log in to join the conversation.

Time to create page: 0.147 seconds
Powered by Kunena Forum