www.CountdownToXmas.com - CSS Display

admin

Administrator
Staff member
Hello,

If you'd be so kind would you be able to load my site into your browser and see if there are any off obvious css display errors.

Thanks

<!-- m --><a class="postlink" href="http://www.countdowntoxmas.com">http://www.countdowntoxmas.com</a><!-- m --> (<!-- m --><a class="postlink" href="http://www.countdowntoxmas.com">http://www.countdowntoxmas.com</a><!-- m -->)Using Firefox 1.0 Preview, the vertical scroll bar doesn't show most of the time. Then randomly it will just jump on the screen and then disappear again. It seems some content is being generated by the JavaScript which makes the page longer than the view port for 1024X768, then that content disappears.

And I think that's only a problem becuase I've got less vertical realestate that Internet Explorer on my computer.

I don't see any blatant CSS errors, though.

Looking back on the page, the snow flakes are the asterick character. I think for some reason that's causing Firefox to extend the document height beyond the viewport when the snow flakes reach the bottom of the window.You can do it yourself with

<!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//www.countdowntoxmas.com/">http://jigsaw.w3.org/css-validator/vali ... oxmas.com/</a><!-- m -->

Also you can valitate the HTML at

<!-- m --><a class="postlink" href="http://validator.w3.org/check?verbose=1&uri=http%3A//www.countdowntoxmas.com/I">http://validator.w3.org/check?verbose=1 ... xmas.com/I</a><!-- m --> think for some reason that's causing Firefox(all browsers) to extend the document height beyond the viewport when the snow flakes reach the bottom of the window.
The element must be clipped as it reaches the bottom of the window.
 
Back
Top