Mon, 30 Nov 2009 18:21:39 -0800, /Danny Kile/:

Web site work in IE but not in Seamonkey 2.0. However, it did not work
in Seamonkey 1.1.18 either. When looking and the program listing if you
click on a show it will display a opening that show a description.
However, in Seamonkey if just show a blank.

The link is: http://www.tvguide.com/listings/default.aspx

First, as already found by others the site seems to sniff for specific user agents. Spoofing as Firefox makes the site work o.k. in SeaMonkey, too. They seem to sniff for Firefox and then serve some CSS styling, but if not Firefox they serve total crap CSS rules obviously targeted at IE only. They better sniff for IE only and serve the garbage to IE browsers while serving normal content to all others.

Second, one could see the content in question applying following user styles to the page:

  table { display: table !important; }
  tr { display: table-row !important; }
  th, td { display: table-cell !important; }

One may use "userContent.css" or the Stylish extension:

https://addons.mozilla.org/addon/2108

--
Stanimir
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to