Advertisement
Guest User

Untitled

a guest
Aug 31st, 2014
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <img alt="Logo" src="../Resources/Images/Header.gif" style="height: 70px; width: 1000px;"/>
  2.  
  3. <asp:Label ID="lblWelcome" runat="server" Text="Welcome " CssClass="HeaderMenuText"></asp:Label>
  4.  
  5. <asp:Label ID="lblUsername" runat="server" CssClass="HeaderMenuText" Text=""></asp:Label>
  6.  
  7. <div style="background-image: url(../Resources/Images/Header.gif);height:70px;width:1000px;" >
  8. <asp:Label ID="lblWelcome" runat="server" Text="Welcome " CssClass="HeaderMenuText"></asp:Label>
  9.  
  10. <asp:Label ID="lblUsername" runat="server" CssClass="HeaderMenuText" Text=""></asp:Label>
  11. </div>
  12.  
  13. <style type="text/css">
  14.  
  15. .lblposition {
  16. position:absolute;
  17. left:789px;
  18. top:30px;
  19. height: 21px;
  20. width: 65px;
  21. }
  22. </style>
  23.  
  24. <asp:Label ID ="lbl" runat="server" Text="Search" BackColor="Red" ForeColor="Blue" CssClass ="lblposition"></asp:Label>
  25.  
  26. <table>
  27. <tr>
  28. <td style="background-image:url("Images/image1.jpg"); height:20px; width:20px;">
  29. <asp:label ID="Lbl1" runat="server" Text="" Fore-color="Red" />
  30. </td>
  31. </tr>
  32. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement