- Posts: 8
- Thank you received: 0
how to enter a scroll bar in the main menu?
-
Olle
Inactive member - Topic Author
- New Member
Less
More
13 years 5 months ago #9244
by Olle
how to enter a scroll bar in the main menu? was created by Olle
How can I get a scroll bar in the menu? Because at some places the restaurant has a lot of text.
I tried the code :
overflow:scroll;
overflow-x: hidden;
This did I put in the layout.css file in the .main_area
But that gives a lot of troubles. The text will be shown below the menu.
And the scroll bar doesn't work.
Some idea's?
thnx
I tried the code :
overflow:scroll;
overflow-x: hidden;
This did I put in the layout.css file in the .main_area
But that gives a lot of troubles. The text will be shown below the menu.
And the scroll bar doesn't work.
Some idea's?
thnx
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9256
by ivan.milic
Replied by ivan.milic on topic Re: how to enter a scroll bar in the main menu?
It should be:
height:<exact number>px;
overflow-y:scroll;
but better if you find some 3rd party menu that can do that, and replace our default menu .
height:<exact number>px;
overflow-y:scroll;
but better if you find some 3rd party menu that can do that, and replace our default menu .
Please Log in to join the conversation.
-
Olle
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
13 years 5 months ago #9267
by Olle
Replied by Olle on topic Re: how to enter a scroll bar in the main menu?
Thnx for the reaction!
But still the problem is that the text in the main get below the left (below the menu)
you can take a look if you want ( www.hongkongommen.nl/test )
Do I have to work with the width ?
I changed it from the menu (left)
But still the problem is that the text in the main get below the left (below the menu)
you can take a look if you want ( www.hongkongommen.nl/test )
Do I have to work with the width ?
I changed it from the menu (left)
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago - 13 years 5 months ago #9277
by ivan.milic
Replied by ivan.milic on topic Re: how to enter a scroll bar in the main menu?
Instead of doing that to .main_area, do it to .content_wrap so it should be :
.content_wrap
{
height:<exact number>px;
overflow-y:scroll;
}
.content_wrap
{
height:<exact number>px;
overflow-y:scroll;
}
Last edit: 13 years 5 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.212 seconds