how to enter a scroll bar in the main menu?

  • Olle
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 5 months ago #9244 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

Please Log in to join the conversation.

More
13 years 5 months ago #9256 by ivan.milic
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 .

Please Log in to join the conversation.

  • Olle
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 5 months ago #9267 by Olle
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)

Please Log in to join the conversation.

More
13 years 5 months ago - 13 years 5 months ago #9277 by ivan.milic
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;
}
Last edit: 13 years 5 months ago by ivan.milic.

Please Log in to join the conversation.

Time to create page: 0.212 seconds
Powered by Kunena Forum