Reply To: putting clock in a smaller space

Author
Reply
  • #1297

    Layout on that page is very badly done with some sort of responsive layout where you put clock in a small space to start (.span1 with 70px), and than inside on cursor hove some JS kicks in and resizes DIV to 400%. So, to start, clock is put into space of 70px, after rollover it is expanded to 200px.

    You should make proper layout with widths that are set correctly, since the animation done now will not work with every browser and every device.