Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

firefox not showing vertical scrollbars in blog (See related posts)

hey everyone,

I'm new here and wondering if someone can help me out. i have a couple wordpress blogs i've built for clients, and i'm occasionally getting a wierd behavior in Firefox Win/Mac: sometimes even though there is plenty of content below the fold, no vertical scrollbar will show at all. it only does this on firefox.

here's an example (must view in firefox):

http://www.lorihedrickphotography.com/blog/

and i've tried adding this:


html {
height:101%;
overflow-y:scroll;
}


i looked at it with firebug, it validates. i'm stumped! any help would be greatly appreciated.

-jared

Comments on this post

jaredh123 posts on Feb 21, 2008 at 16:34
well, actually it doesn't validate, but there are no invalidation errors that look like they would cause this sort of problem..., mostly just a lot of missing alt tags and some reused IDs.

You need to create an account or log in to post comments to this site.


Click here to browse all 4861 code snippets

Related Posts