you really need to change this...
Code:
body {
background-color: #0083de;
font: bold 2em/2.5em verdana, arial, helvetica, sans-serif;
overflow:hidden;
}
...to this...
Code:
body {
background-color: #0083de;
font: bold 2em/2.5em verdana, arial, helvetica, sans-serif;
overflow-x:hidden;
}
...as the flashing text and scrolling thing at the bottom of
the page start to disappear at about 1100px page width. :eek:
Also note that at about page width 470px the the largest
of the flashing text words start to overflow its container. :eek:
An
"@media query" to reduce the font size would be the
appropriate action to take. ;)
Quote:
Please ignore the table at the top it was the quickest...
I really did try to comply, but...