Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter anabolic0omen

    (@anabolic0omen)

    it was a 2 part problem,

    1: pasting from winword has bad effects, since some junk formatting gets pasted.

    2: i created an IE css script to fix layout bugs in IE.

    P.S.

    when viewing my site in opera and firefox some pages shift to the left while moving from page to page. 2 empty pages do not shift. so i assume its probably the css script affecting content of the post, could somebody give me some hints how to ressolve this ?
    I only ask because searching on google for this kinda thing is difficult as some people just deal with it and ignore it.

    thank you

    Thread Starter anabolic0omen

    (@anabolic0omen)

    thanks guys, this is my first wordpress, i’ll try to sort it out.

    Thread Starter anabolic0omen

    (@anabolic0omen)

    doodlebee:

    Plugins have nothing to do with it. IE6 has *everything* to do with it. IE6 is an old browser that is buggy and needs to die, and quite honestly you shouldn’t be concerned with it.

    *However* – that being said, you simply need to add in an IE conditional in your header.php file, an have it call in a separate stylesheet that fixes IE6’s bad business. There’s *many* tutorials out there on how to use IE’s conditional comments – Google and you’ll be drowning in them.

    is this the sorta thing you are talking about ?
    <!–[if IE]>
    <link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/iestyle.css” type=”text/css” />
    <![endif]–>

    Otto42: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.lawson-cruttenden.co.uk%2F

    isn’t this stuff wp’s fault ?

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