Re: Walgreens.com main page doesn't display right. Any ideas?

2009-09-08 Thread David E. Ross
On 9/7/2009 1:05 PM, JW 'Yawn' vanLohuizen wrote:
> 
> So on what lines are the offending codes and if in a style sheet, what
> page name, so I can pass them along to Walgreens.
> 
> Thank You

As I indicated in another reply in this thread, there are 601 XHTML
errors.  Do you really want me to list each of the lines involved?  It
would be better to refer Walgreen's to the W3C validator at
 and have them run their own pages through the
process.

The style sheets are a bit easier.  There are "only" 6 CSS files with
errors:







-- 
David E. Ross


Go to Mozdev at  for quick access to
extensions for Firefox, Thunderbird, SeaMonkey, and other
Mozilla-related applications.  You can access Mozdev much
more quickly than you can Mozilla Add-Ons.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Walgreens.com main page doesn't display right. Any ideas?

2009-09-08 Thread Stanimir Stamenkov

Mon, 7 Sep 2009 13:05:06 -0700 (PDT), /JW 'Yawn' vanLohuizen/:

On Sep 5, 9:01 am, Stanimir Stamenkov  wrote:

Sat, 5 Sep 2009 06:17:55 -0700 (PDT), /JW 'Yawn' vanLohuizen/:


Walgreens.com displays the main section of their default page in a 1
inch column on the right side of the page.  It may be the flash content.
I am using SM 1.1.8.
Any ideas?


@-moz-document domain("walgreens.com") {
   #utility-bar, #content { clear: both; }
   #allergy-nav > ul > li > a,
   #allergy-nav > ul > li { clear: left; }
}


So on what lines are the offending codes and if in a style sheet, what 
page name, so I can pass them along to Walgreens.


There's no specific offending rules.  It is that heavy usage of 
floats may trigger all kind of edge cases not clearly understood by 
content authors nor been specified precisely and implemented 
consistently across browsers before.  The rules I've given ensure 
the content is displayed as intended without adding any harm to 
other browsers, so the site maintainers could directly include them 
in their style sheets (without the @-moz-document rule).


--
Stanimir
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Walgreens.com main page doesn't display right. Any ideas?

2009-09-07 Thread JW 'Yawn' vanLohuizen
On Sep 5, 9:01 am, Stanimir Stamenkov  wrote:
> Sat, 05 Sep 2009 16:45:41 +0300, /Stanimir Stamenkov/:
>
> > Sat, 5 Sep 2009 06:17:55 -0700 (PDT), /JW 'Yawn' vanLohuizen/:
>
> >> Walgreens.com displays the main section of their default page in a 1
> >> inch column on the right side of the page.  It may be the flash content.
>
> >> I am using SM 1.1.8.
>
> >> Any ideas?
>
> > Apply the following user style:
>
> > @-moz-document domain("walgreens.com") {
> >   #utility-bar, #content { clear: both; }
> > }
>
> Actually make the above:
>
> @-moz-document domain("walgreens.com") {
>#utility-bar, #content { clear: both; }
>#allergy-nav > ul > li > a,
>#allergy-nav > ul > li { clear: left; }
>
> }
>
> --
> Stanimir

So on what lines are the offending codes and if in a style sheet, what
page name, so I can pass them along to Walgreens.

Thank You
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Walgreens.com main page doesn't display right. Any ideas?

2009-09-05 Thread David E. Ross
On 9/5/2009 6:17 AM, JW 'Yawn' vanLohuizen wrote:
> Walgreens.com displays the main section of their default page in a 1
> inch column on the right side of the page.  It may be the flash
> content.
> 
> I am using SM 1.1.8.
> 
> Any ideas?

I have the same problem with SeaMonkey 1.1.18.

The page at  has 601 XHTML errors
and 17 CSS errors (spread over 6 different CSS files).  Manure in equals
manure out.

-- 
David E. Ross


Go to Mozdev at  for quick access to
extensions for Firefox, Thunderbird, SeaMonkey, and other
Mozilla-related applications.  You can access Mozdev much
more quickly than you can Mozilla Add-Ons.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Walgreens.com main page doesn't display right. Any ideas?

2009-09-05 Thread Stanimir Stamenkov

Sat, 05 Sep 2009 16:45:41 +0300, /Stanimir Stamenkov/:

Sat, 5 Sep 2009 06:17:55 -0700 (PDT), /JW 'Yawn' vanLohuizen/:

Walgreens.com displays the main section of their default page in a 1 
inch column on the right side of the page.  It may be the flash content.


I am using SM 1.1.8.

Any ideas?


Apply the following user style:

@-moz-document domain("walgreens.com") {
  #utility-bar, #content { clear: both; }
}


Actually make the above:

@-moz-document domain("walgreens.com") {
  #utility-bar, #content { clear: both; }
  #allergy-nav > ul > li > a,
  #allergy-nav > ul > li { clear: left; }
}

--
Stanimir
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Walgreens.com main page doesn't display right. Any ideas?

2009-09-05 Thread Stanimir Stamenkov

Sat, 5 Sep 2009 06:17:55 -0700 (PDT), /JW 'Yawn' vanLohuizen/:

Walgreens.com displays the main section of their default page in a 1 
inch column on the right side of the page.  It may be the flash 
content.


I am using SM 1.1.8.

Any ideas?


Apply the following user style:

@-moz-document domain("walgreens.com") {
  #utility-bar, #content { clear: both; }
}

Either in your "userContent.css" or using the Stylish extension:

http://xsidebar.mozdev.org/modifiedmisc.html#stylish

--
Stanimir
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey