Hi:
I am experiencing extra line at top of form after I have ported from 3.5 sites to 4.0 sites. The 'extra line' jumps down after rendering. Sometimes as one moves the mouse over say a tab control then it jumps back to 3.5 normal.
The navy blue bar is supposed to be against the top of the browser page. I have changed things from 100% to 99.9%
The following is the master page:
Phil
PS where is the attachment of an image?
I am experiencing extra line at top of form after I have ported from 3.5 sites to 4.0 sites. The 'extra line' jumps down after rendering. Sometimes as one moves the mouse over say a tab control then it jumps back to 3.5 normal.
The navy blue bar is supposed to be against the top of the browser page. I have changed things from 100% to 99.9%
The following is the master page:
<%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %><!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 id="Head1" runat="server"> <title></title> <asp:ContentPlaceHolder id="head" runat="server"> </asp:ContentPlaceHolder> <link id="FavLink1" runat="server" rel="shortcut icon" href="~/Images/favicon.ico" type="image/x-icon" /> <link id="FavLink2" runat="server" rel="icon" href="~/Images/favicon.ico" type="image/ico" /></head><body> <form id="form1" runat="server"> <telerik:RadScriptManager ID="RadScriptManager1" Runat="server"> <Scripts> <asp:ScriptReference Path="Scripts/jquery-1.8.2.min.js" /> </Scripts> </telerik:RadScriptManager> <telerik:RadStyleSheetManager ID="RadStyleSheetManager1" Runat="server"> </telerik:RadStyleSheetManager> <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" ShowStartingNode="False" /> <div style="text-align: left; width: 99.9%;"> <table style="width: 100%;"> <tr> <td colspan="3" style="HEIGHT: 5px; BACKGROUND-COLOR: navy"> </td> </tr> <tr> <td style="width:150px;"> <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Images/Logo.bmp" PostBackUrl="~/Default.aspx" ToolTip="Home" /> </td> <td style="text-align:left;width: 60%; padding-left: 10px;"> <h1>Help Desk</h1> </td> <td style="text-align:right; width:25%; vertical-align: bottom; font-size: x-small; padding-right: 2px;"> Logged in as: <asp:Label ID="lblUser" runat="server" EnableTheming="False" Font-Size="X-Small"></asp:Label> </td> </tr> <tr> <td colspan="3"> <telerik:RadMenu ID="RadMenu1" Runat="server" DataSourceID="SiteMapDataSource1" Skin="Default" Width="100%" style="z-index: 1000"> <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation> </telerik:RadMenu> </td> </tr> </table> </div> <div style="width: 99.9%;"> <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"> </asp:ContentPlaceHolder> </div> </form></body></html>Phil
PS where is the attachment of an image?