Theme trouble fixed

Bloody MSIE for some reason doesn’t like this post. It displays it in the correct place but forces the comment link etc right to the bottom of the right-blocks for some reason. I’m inserting this paragraph to see if it’ll fix it…

adding the para above still didn’t fix it, it looks and works fine in FireFox of course, but in IE it’s all screwed up!

To hell with IE, if you want to visit my site and see it as designed, do yourself a favour and get FireFox.

It’s fixed now…

For those who want to know, the problem was that the “comments, email and print” line at the bottom of every post which I call “garnesh” is a defined as a div in the stylesheet, however it was defined with “width: 100%” which works fine with Mozilla and FireFox, with IE it throws it off the wall.

Once that line was taken off, it works fine.

I can’t seem to find a solution for MSIE to display the 2px high dotted line above the garnesh though, if you have a solution let me know. Again, there is no problem displaying it in Mozilla and FireFox.

Comments

  1. ehsan

    Theme trouble fixed

    In your css file, in addition to
    border-top: 2px dotted darkgrey;
    add the following:
    border-top-style: dotted;
    border-top-color: darkgrey;
    border-top-width: 2px;

    IE is weird and retarded..

  2. mahmood

    Theme trouble fixed

    YOU da Man!

    Thanks for the tip, it’s now fixed and people choosing to still use IE can (still) approximately look at the site as designed and intended, but they are equally still encouraged to make the switch to firefox!

  3. hussien

    Theme trouble fixed

    Ahhhhhh to hell with IE. It’s become so widespread that practically anyone can use it for their own nefarious ends (viruses, phishing, etc.). As a diehard Netscape user, I’m very curious to see how Firefox will stand up to IE in the long run.

  4. lion_drak

    Theme trouble fixed

    i haven’t used IE for more than a year now. Firefox RULES!!! No more popups, forced ads,adware, exploits, trojans, etc etc and better interface, tabbed browsing, extensions, privacy. Why people still use IE i still wonder!

Comments are closed.