Rank: Member Groups: Member
 
 
Joined: 3/4/2008 Posts: 24 
	 | 
		   
	     
		    Hy,
  The default look Style1 doesn't display image properly (version 8.0.20) on the production server but it's ok on the local server
                  <LookItems>                     <eo:TabItem                         ItemID="_Default" RightIcon-Url="00010223" RightIcon-SelectedUrl="00010226"                         NormalStyle-CssText="color: #606060"                         SelectedStyle-CssText="color: #2f4761; font-weight: bold;"                         LeftIcon-Url="00010221" LeftIcon-SelectedUrl="00010224"                          Image-BackgroundRepeat="RepeatX" Image-Mode="TextBackground"                          Image-SelectedUrl="00010225" Image-Url="00010222">                         <SubGroup OverlapDepth="8"                              Style-CssText="font-family: tahoma; font-size: 8pt; background-image: url(00010220); background-repeat: repeat-x; cursor: hand;">                         </SubGroup>                     </eo:tabitem>                 </LookItems>
  
		 
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Hi,
  Do you have the page online so that we can take a look?
  Thanks!
		 
	 | 
	
		Rank: Member Groups: Member
 
 
Joined: 3/4/2008 Posts: 24 
	 | 
		   
	     
		    Sorry but this site is secured Here the more simplest code that doesn't display the icons left and right inside the tabstrip The other are well displayed
  I got also this error Error : Object reference not set to an instance of an object. Method : a Source : xt34zyv- Stack :  at EO.Web.Internal.bn.a(HttpResponse A_0, Byte[] A_1, String A_2) at EO.Web.Internal.bi.a(ar A_0, HttpResponse A_1, Object A_2) at EO.Web.Internal.d4.a(hx A_0, Boolean A_1, AsyncCallback A_2, ar A_3, HttpResponse A_4, Object A_5) at EO.Web.Internal.d4.a(ar A_0, Boolean A_1, AsyncCallback A_2) at EO.Web.Internal.d4.a(HttpApplication A_0, AsyncCallback A_1) at EO.Web.Internal.ea.a(HttpContext A_0, AsyncCallback A_1) at EO.Web.Runtime.a(HttpContext A_0, AsyncCallback A_1, Object A_2) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
 
 
  <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm1.aspx.vb" Inherits="web_db.WebForm1" %>
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server">     <title></title> </head> <body>     <form id="form1" runat="server">     <div>          </div>     <asp:Label ID="Label1" runat="server" Text="TEST"></asp:Label>
      <eo:TabStrip ID="TabStrip1" runat="server" ControlSkinID="None">         <LookItems>             <eo:TabItem Image-BackgroundRepeat="RepeatX" Image-Mode="TextBackground"                  Image-SelectedUrl="00010225" Image-Url="00010222" ItemID="_Default"                  LeftIcon-SelectedUrl="00010224" LeftIcon-Url="00010221"                  NormalStyle-CssText="color: #606060" RightIcon-SelectedUrl="00010226"                  RightIcon-Url="00010223"                  SelectedStyle-CssText="color: #2f4761; font-weight: bold;">                 <SubGroup OverlapDepth="8"                      Style-CssText="font-family: tahoma; font-size: 8pt; background-image: url(00010220); background-repeat: repeat-x; cursor: hand;">                 </SubGroup>             </eo:TabItem>         </LookItems>         <TopGroup>             <Items>                 <eo:TabItem Text-Html="New Tab Item">                 </eo:TabItem>                 <eo:TabItem Text-Html="New Tab Item">                 </eo:TabItem>                 <eo:TabItem Text-Html="New Tab Item">                 </eo:TabItem>             </Items>         </TopGroup>     </eo:TabStrip>     </form> </body> </html> 
		 
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Hi,
  We are not able to reproduce the problem, either on a server or run locally. Can you try to reproduce the problem on a different server or application?
  Thanks!
		 
	 |