I have just upgraded my site from SiteFinity 3.5 to SiteFinity 3.7 SP4 using blank project .net 3.5 on visual studios 2008.
I am debugging right now the website and certain images are broken as well as SiteTabStrip. I have attached images of before upgrade(version 3.5), and three images of the current verion. I am not sure what broke it. Please help.
Thanks
P.S.
I was looking at the original website and it looks like they embedded styling in the SiteTabStrip.ascx
<%
@ Control Language="C#" AutoEventWireup="true" CodeFile="SiteTabstrip.ascx.cs" Inherits="UserControls_Nav_SiteTabstrip" %>
<%
@ Register TagPrefix="telerik" Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" %>
<
style type="text/css">
.submenu
{background:#8d0509; color:#fff; }
.rtsLI
a{float:left; padding:0.7em 0.5em; display:block; color:#fff; font-size:1.2em; font-family:"Trebuchet MS"; text-decoration:none; font-weight:normal; }
.rtsLI
a:hover{color:#ffffb4;}
.rtsLI
a.rtsSelected:hover{color:#454545;}
.RadTabStrip
.rtsLI
{
overflow:visible;
list-style-type:none;
float:left;
}
</
style>
<
div>
<telerik:RadTabStrip ID="RadTabstrip1" runat="server" EnableViewState="false"></telerik:RadTabStrip>
</
div>