Problem with the MENU bar

  • thespoon
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 2 months ago #15452 by thespoon
Dear All,
Is there a way to fix the menu bar when I zoom the page?
I would like to avoid this effect:



Website www.alfredosestito.com

Thanks in advance.
Attachments:

Please Log in to join the conversation.

More
12 years 2 months ago #15472 by ivan.milic
Try adding this to bottom of template_css.css:

#nav{
width: 775px;
overflow: hidden;
}

Please Log in to join the conversation.

  • thespoon
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 2 months ago - 12 years 2 months ago #15479 by thespoon
I Milos,
thank you fot your help!
I solved adding this to bottom of template_css.css:

#nav { width: 940px; overflow: normal; }

In effect my width is 940px, and if I set overflow on "hidden", all sub-menus are cutted...

I have a last question (I hope!):
When I zoom the violet bar is cutted:
How can I let the violet bar be correctly displayd like at 100% zoom?
Attachments:
Last edit: 12 years 2 months ago by thespoon.

Please Log in to join the conversation.

More
12 years 2 months ago #15491 by ivan.milic
Yes that is background image and it is set to repeat-x but also it appears browsers can not handle that.

Please Log in to join the conversation.

  • thespoon
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 1 month ago - 11 years 1 month ago #28370 by thespoon
Hi all,
I would like to modify the green of the selected menu(in the case of the picture is the green of the HOME PAGE) with another colour.


I tried to modify the file params.ini into "hot_photoportfolio" folder, I have found the line "color2= green" but i didn't understand how I can modify it.
If I insert another colour or a code (like #000000) the button disappears...
May you please help me?

thank you.
Last edit: 11 years 1 month ago by thespoon.

Please Log in to join the conversation.

More
11 years 1 month ago #28381 by ivan.milic
That is not collor that is an image, from template_css.php rendered like:

#nav li.active {
background:url(/templates/hot_photoportfolio/images/topmenu_bg_active_green.png) repeat-x;
}

so simplest way is to just change image. Refresh good after that.

Please Log in to join the conversation.

Time to create page: 0.305 seconds
Powered by Kunena Forum