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

Horizontal scrollbar under FireFox

3 Answers 69 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
CSurieux
Top achievements
Rank 2
CSurieux asked on 05 Dec 2008, 01:23 PM
Hello,

As my menu with panelbar works Ok with IE 7, I get unexpected horizontal scrollbar for first level panelItems underb FireFox ??

My first level items each have a large image associated.
The panelbar iteself is implemented like theTlerik sample for sliding panelbar: inside a div with a fixed width, all generated codebehind with:
        Image Img               = new Image();
        HtmlGenericControl SlidingDiv   =   new HtmlGenericControl("div");
        RadPanelBar mnu      =   new RadPanelBar();

            Img.SkinID                  =   "FloatButton";
            Img.ID                      =   "tbimage";
            Img.AlternateText           =   "Menu";
          Controls.Add(Img);
            SlidingDiv.ID               =   "slidingDiv";
            mnu.ID                      =   "NavMen";
            mnu.ExpandMode              =   Telerik.Web.UI.PanelBarExpandMode.SingleExpandedItem;
            mnu.EnableTheming           =   true;
            mnu.PersistStateInCookie    =   true;
then
                Img.Style.Add("float","left");
                Img.Style.Add("outline","0");
                SlidingDiv.Style.Add(HtmlTextWriterStyle.Position,"absolute");
                SlidingDiv.Style.Add(HtmlTextWriterStyle.Display,"none");
                SlidingDiv.Style.Add(HtmlTextWriterStyle.Left,"50px");
                SlidingDiv.Style.Add(HtmlTextWriterStyle.Top,"0");
                SlidingDiv.Style.Add(HtmlTextWriterStyle.Width,"250px");
                SlidingDiv.Style.Add(HtmlTextWriterStyle.Height,"600px");

why should this generate horizontal scrolls in FF ?

Any help welcome
CS

3 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 05 Dec 2008, 01:29 PM
Hi Christian,

I think it will be best if you can open a support ticket and send us a simple running project (incl. CSS, images, skins, DB backup if needed and so on) demonstrating the problem (and step-by-step instructions on doing so). In that way we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

Thanks beforehand for your patience and cooperation,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
CSurieux
Top achievements
Rank 2
answered on 05 Dec 2008, 02:07 PM
Hello Paul,

This could take lot of time, I have a queue of such requests from Telerik pending with higer priorities, so it was the reason why I was trying a first post in forums in the supposition this could have been a well known problem.
Giving may be enough elements for a 1st level forum solution.
I will add it in the queue until I get time to do this.
Anyway, thanks for your 'standard answer'

CS
0
Yana
Telerik team
answered on 08 Dec 2008, 02:05 PM
Hello Christian,

I am sorry we couldn't help. This is not a familiar issue, that's why we asked you for a simple project. Alternatively you can send us a live url so we to be able to observe the problem. Thanks

Best wishes,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
PanelBar
Asked by
CSurieux
Top achievements
Rank 2
Answers by
Paul
Telerik team
CSurieux
Top achievements
Rank 2
Yana
Telerik team
Share this question
or