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

Fixed postion horizontal flow issue

2 Answers 34 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 02 Feb 2018, 10:30 PM

I have this weird problem.  Maybe is that I don't understand how a fixed position Menu works.  Anyway,  here are some simple code I used:

 

<style>

    .fixmenu {

 

2 Answers, 1 is accepted

Sort by
0
Frank
Top achievements
Rank 1
answered on 02 Feb 2018, 10:34 PM

Well, that post didn't go well, so here is the code

<style>

    .fixedMenu {

        position: fixed;

     }

</style>

 

<form>

<div>

radmenu (I won't go in detail)

 

</div>

 

<div style="height:2000px">

</div>

 

</form>

 

So when I do the code above and that the menu is flowing horizontal with submenu flow vertical down (the default flow), when I scroll the page to maybe pass about 300px, the menu will no longer flow download the sub menu item will start flowing upward.  Why is that?  

 

All I'm trying is to do a html page with my "header bar" (with the menu) fixed on top while user can scroll.  But this problem ONLY happens in Chrom and not IE.

 

Thank you.

0
Vessy
Telerik team
answered on 05 Feb 2018, 03:34 PM
Hi Frank,

I have just answered your support ticket on this matter - lets continue our conversation there keeping all information at one place. You can always update this thread once we found the root of the problem.

Regards,
Vessy
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Menu
Asked by
Frank
Top achievements
Rank 1
Answers by
Frank
Top achievements
Rank 1
Vessy
Telerik team
Share this question
or