Freepages-Help-L Archives
Archiver > Freepages-Help > 2010-09 > 1284577022
From: "Barry Carlson" <>
Subject: Re: [FreeHelp] What are the great individual genealogy websites?
Date: Thu, 16 Sep 2010 06:57:02 +1200
References: <4C901922.4090006@nconnect.net><9E0AFFFE934E49DBB12BAAC9A42F4DCF@Heidi><BLU0-SMTP83F423638D26C2C3965837D3790@phx.gbl>
Heidi,
Ian Singer made some comments about Heidi's site, and the most notable was
that on the third page the scollbar wasn't working in non Internet Explorer
Browsers.
http://freepages.genealogy.rootsweb.com/~heidisfamily/myawards.htm
There are a couple of things that need to be done to rectify the problem,
and they are:-
1.. Make a small change to styles in the head, i.e..
<style type="text/css">
html, body {
scrollbar-arrow-color: #4C3548;
scrollbar-base-color: #4C3548;
scrollbar-dark-shadow-color: #4C3548;
scrollbar-track-color: #4C3548;
}
</style>
2.. The script in the body needs to have the 23rd line rewritten as:-
window.document.body.style.overflow='auto';
... and the page will show the scrollbar as intended in all browsers, though
with the designer colored scrollbar only showing in the IE browsers and the
browser default scrollbar in the others.
Barry
This thread:
| Re: [FreeHelp] What are the great individual genealogy websites? by "Barry Carlson" <> |