Posted on: 12/3/2014 11:05:10 AM | Views : 383

Hello,
I am doing a hockey scoreboard on a site, what I did I took a picture of the scoreboard and added it as an image then I added <div> and labels inside the scoreboard and try to align them with CSS. On my screen when I load the page it's lines up but others its not, lets use the GameTimeMM label since its the only one Ive been trying to align so far.
Here is my aspx page code: 
<asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <div> <asp:Timer ID="Timer1" runat="server" OnTick="Timer1_Tick" Interval="300000" Enabled="True"> </asp:Timer> <asp:UpdatePanel ID="pnScoreBoard" runat="server"> <ContentTemplate> <div> <asp:Im ...

Go to the complete details ...