Zebra Stripes Appear in IE8 but not Google Chrome/firefox

Zebra Stripes Appear in IE8 but not Google Chrome/firefox

johnadamsyjohnadamsy Posts: 13Questions: 0Answers: 0
edited February 2012 in General
Hello,

I am glad to have landed this plugin while currently working on a semester class project.
It is pulling data as expected, but then, the zebra stripes don't show as expected when the page is opened in both Google Chrome (mine is version 15.0.871.106 m) and Firefox(mine is version 8.0). However in IE 8, the page displays so well.

John.

Replies

  • allanallan Posts: 63,075Questions: 1Answers: 10,384 Site admin
    You've got a title on the stylesheet

    [code]

    [/code]

    Remove that and it should work fine. The browser should only apply one titled stylesheet at a time (apparently IE8 doesn't follow this rule!): http://www.w3.org/TR/html401/present/styles.html#adef-style .

    Allan
  • johnadamsyjohnadamsy Posts: 13Questions: 0Answers: 0
    edited February 2012
    Thanks Allan! Now it displays fine.

    I bet that may explain even this behaviour:
    Home: http://###/
    Dashboard: http://###/


    Note how the main navigation bar changes to white in the dashboard page.

    Glad to be learning now. :)

    John.
  • allanallan Posts: 63,075Questions: 1Answers: 10,384 Site admin
    I suspect that is more to do with the 404 error for "elektrify.css" on your "dashboard.php" page... :-)

    Allan
  • johnadamsyjohnadamsy Posts: 13Questions: 0Answers: 0
    I will look into it. :)

    John.
This discussion has been closed.