Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • bjorsq
    Participant

    @bjorsq

    I am currently working on an IE6 stylesheet for the new 1.2 theme and have noticed other threads in this forum on the same topic. I think putting notices on your website nagging people to upgrade their browser is counter-productive, in that the only possible reason I can think of for users to still be using this browser is that they have no choice in the matter (this is certainly the case with my user group).


    bjorsq
    Participant

    @bjorsq

    I used a conditional comment to include a couple of extra style rules to enable the friend requests – it was a bit of a kludge but seems to have dome the trick – could be improved considerably, but I decided to upgrade my installation and deal with whatever problems the new theme has with IE6 rather than waste time on fixing it completely. Here is the conditional comment from my header.php template:

    <!--[if lte IE 6]><link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo('stylesheet_directory') ?>/_inc/css/ie6.css" /><![endif]-->

    Note that I am using a modified child theme, so all stylesheets are in {theme folder}_inc/css/

    And here is the stylesheet itself:

    /* holly hack to make disappearing things reappear (PEEK-A-BOO) */

    * html .internal-page #content {

    height:1%;

    }

    /* action buttons are weirdly off page (possible double margins somewhere?) */

    * html div.action {

    right:180px;

    width:150px;

    }

    Although the link to statistics is roughly correct (10% of internet users still use IE6), the rest of the stats for other browsers is a little distorted by the fact that these stats relate to the w3schools site – other figures show a significantly decreased market share for Firefox, which is kind of understandable considering the nature of the w3schools site.

    However, I think it is irresponsible to have such a basic feature inaccessible to 10% of your users, let alone the 37% of users of my installation who still use this antiquated piece of **** for reasons I shan’t go into here. I hope the new templates for 1.2 are tested a bit more thoroughly

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar