Rank: Advanced Member Groups: Member
Joined: 6/1/2007 Posts: 31
|
I'm using the standard tab strip with a style the following tag start. <eo:TabStrip ID="TabStrip1" runat="server" Width="785px" MultiPageID="MultiPage1" ControlSkinID="Style2"> We have been using this for over a year with no problems then today we started getting a broken image on the tab strip. What could be causing this. Picture of Tab Strip
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We are not able to reproduce the error here. However it appears that the error is related to overlapping tabs. A number of things that you can try:
1. If you can isolate the problem into a test app, please send us the test app and we will be happy to look into;
2. If the problem only occurs on your server, you can try to host a test page on your server to demonstrate the problem. We will also need you to turn off your ASP.NET custom error so that we will be able to get the real error message (as possibly stack trace) on the error. We will then see what we can find on that;
3. You can turn off overlapping tabs on your TabStrip. In order to do this, you must remove "ControlSkinID", then go to TabStrip Builder to recreate your tab from the template. That will copy all style settings into your TabStrip. You would then look for OverlapDepth=xxx and remove it.
Hope this helps.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 3/7/2011 Posts: 2
|
I had the same problem with the Tab Strip control. The reccommended solution (removing the overlap) did the trick.
|