Table and list items gone haywire!

C

Chuck Davis

C

Chuck Davis

Chuck Davis said:
Hello and a Happy New Year...

I've suddenly got a problem. Yesterday evening (before the celebration), I
added a banner to one page on my web site.
http://www.anthemwebs.com/communitynews.htm

I also added a row with a link to the 12/31 newsletter in a table (1st
below the 2005) on the same page.
http://www.anthemwebs.com/communitynews.htm#Previous_issues

I found that this page also has the same abberation.
http://www.anthemwebs.com/kidsactivities.htm

What has happened?
Update!
According to the JavaScript Console in Firefox, the following code (which
has been on the site for several years is causing the problem. There is a
message for each of the "scrollbar-face-color" items. "Declaration dropped"
:

<style type="text/css">

<!--

body

{

scrollbar-face-color:#3F4265;

scrollbar-highlight-color:#FFFFFF;

scrollbar-3dlight-color:#0000FF;

scrollbar-shadow-color:#FFFFFF;

scrollbar-darkshadow-color:#0000A0;

scrollbar-track-color:C03121;

scrollbar-arrow-color:FFFFFF;

}

-->

</style>
 
C

Chuck Davis

Chuck Davis said:
Update!
According to the JavaScript Console in Firefox, the following code (which
has been on the site for several years is causing the problem. There is a
message for each of the "scrollbar-face-color" items. "Declaration
dropped" :

<style type="text/css">

<!--

body

{

scrollbar-face-color:#3F4265;

scrollbar-highlight-color:#FFFFFF;

scrollbar-3dlight-color:#0000FF;

scrollbar-shadow-color:#FFFFFF;

scrollbar-darkshadow-color:#0000A0;

scrollbar-track-color:C03121;

scrollbar-arrow-color:FFFFFF;

}

-->

</style>
I recall that there was an update to Java a week or so ago. Could this have
triggered this?
 
T

Tom [Pepper] Willett

Java and JavaScript are not related, Chuck.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
"Chuck Davis" <newsgroup at anthemwebs dot com> wrote in message
|
| "Chuck Davis" <newsgroup at anthemwebs dot com> wrote in message
| | >
| > "Chuck Davis" <newsgroup at anthemwebs dot com> wrote in message
| > | >> Hello and a Happy New Year...
| >>
| >> I've suddenly got a problem. Yesterday evening (before the
celebration),
| >> I added a banner to one page on my web site.
| >> http://www.anthemwebs.com/communitynews.htm
| >>
| >> I also added a row with a link to the 12/31 newsletter in a table (1st
| >> below the 2005) on the same page.
| >> http://www.anthemwebs.com/communitynews.htm#Previous_issues
| >>
| >> I found that this page also has the same abberation.
| >> http://www.anthemwebs.com/kidsactivities.htm
| >>
| >> What has happened?
| >>
| >>
| > Update!
| > According to the JavaScript Console in Firefox, the following code
(which
| > has been on the site for several years is causing the problem. There is
a
| > message for each of the "scrollbar-face-color" items. "Declaration
| > dropped" :
| >
| > <style type="text/css">
| >
| > <!--
| >
| > body
| >
| > {
| >
| > scrollbar-face-color:#3F4265;
| >
| > scrollbar-highlight-color:#FFFFFF;
| >
| > scrollbar-3dlight-color:#0000FF;
| >
| > scrollbar-shadow-color:#FFFFFF;
| >
| > scrollbar-darkshadow-color:#0000A0;
| >
| > scrollbar-track-color:C03121;
| >
| > scrollbar-arrow-color:FFFFFF;
| >
| > }
| >
| > -->
| >
| > </style>
| >
| >
| I recall that there was an update to Java a week or so ago. Could this
have
| triggered this?
|
|
 
C

Chuck Davis

Tom [Pepper] Willett said:
Java and JavaScript are not related, Chuck.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
"Chuck Davis" <newsgroup at anthemwebs dot com> wrote in message
|
| "Chuck Davis" <newsgroup at anthemwebs dot com> wrote in message
| | >
| > "Chuck Davis" <newsgroup at anthemwebs dot com> wrote in message
| > | >> Hello and a Happy New Year...
| >>
| >> I've suddenly got a problem. Yesterday evening (before the
celebration),
| >> I added a banner to one page on my web site.
| >> http://www.anthemwebs.com/communitynews.htm
| >>
| >> I also added a row with a link to the 12/31 newsletter in a table
(1st
| >> below the 2005) on the same page.
| >> http://www.anthemwebs.com/communitynews.htm#Previous_issues
| >>
| >> I found that this page also has the same abberation.
| >> http://www.anthemwebs.com/kidsactivities.htm
| >>
| >> What has happened?
| >>
| >>
| > Update!
| > According to the JavaScript Console in Firefox, the following code
(which
| > has been on the site for several years is causing the problem. There
is
a
| > message for each of the "scrollbar-face-color" items. "Declaration
| > dropped" :
| >
| > <style type="text/css">
| >
| > <!--
| >
| > body
| >
| > {
| >
| > scrollbar-face-color:#3F4265;
| >
| > scrollbar-highlight-color:#FFFFFF;
| >
| > scrollbar-3dlight-color:#0000FF;
| >
| > scrollbar-shadow-color:#FFFFFF;
| >
| > scrollbar-darkshadow-color:#0000A0;
| >
| > scrollbar-track-color:C03121;
| >
| > scrollbar-arrow-color:FFFFFF;
| >
| > }
| >
| > -->
| >
| > </style>
| >
| >
| I recall that there was an update to Java a week or so ago. Could this
have
| triggered this?
|
|
Tom,
Java versus JavaScript mixup was an oversight due to frustration in finding
some real answers. Last evening my system was updated by Microsoft. After
publishing a page with an added blank at the end of a paragraph. The problem
has disappeared.
I still don't have a real answer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top