This is a migrated thread and some comments may be shown as answers.

How can I display the top of my child items in my menu?

1 Answer 56 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Coral
Top achievements
Rank 1
Coral asked on 17 Jan 2013, 01:49 AM
I am using css with my menu that has 30 child items in it and the top ones do not show when i scroll to the top of page. How can I get the child menu items to display using css rather than tuck under the browser area?
thanks.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 Jan 2013, 08:31 AM
Hi Coral,

I suppose you want to show the parent menu while scrolling the page. Try the following CSS.

CSS:
<style type="text/css">
    .rmRootLink
    {
        z-index: 9000 !important;
        position: fixed !important;
    }
</style>

Hope this helps.

Regards,
Princy.
Tags
Menu
Asked by
Coral
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or