cancel
Showing results for 
Search instead for 
Did you mean: 

Add Horizontal Scroll Bar to MII Navigation

sidnooradarsh
Contributor
0 Kudos

Hello,

We are on MII 12.1.8 build (20).

Our client would like to see a horizontal scroll bar for the Navigation pane such that if the Name of the link is longer the navigation page scrolls horizontally but I figured that in MII 12.1 I can only wrap the names or let them expand.

I brought in the DynamicHomePageLibrary.xsl and tried to customized but I am unable to get a proper scroll bar.

Please guide me on how I can add a horizontal scroll bar to MII Navigation page, which lines must be added/modified in DynamicHomePageLibrary.xsl

Thanks,

Adarsh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

At line 308 you should see something like this:



<xsl:attribute name="style">z-index=5;display:visible;height:100%;border:1px solid #666;padding:5px;overflow:auto</xsl:attribute>

Try adding a css width like so:



<xsl:attribute name="style">z-index=5;display:visible;height:100%;border:1px solid #666;padding:5px;overflow:auto; width: 250px;</xsl:attribute>

Edited by: Michael Appleby on Aug 17, 2011 12:25 AM added lines after and before the blocks

sidnooradarsh
Contributor
0 Kudos

Hello Christian,

I will give it a shot and get back to you.

Regards,

Adarsh

Former Member
0 Kudos

Hi Christian,

We tried adding Width at line 308. But still we are not getting Horizontal scroll bar.

Any further inputs?

Thanks

Rajesh.S

Answers (0)