• Resolved Tascha

    (@tascha)


    I have been trying for quite a long time now and I just didn’t find out what mistake I did.

    I am using the Connections Theme as base but have been modificating quite a few things.

    Something that is really driving me nuts is that fact that my footer and the background image are 1 pixel too much left in IE – looks fine in Mozilla thought. Tried to change the images themself but that didn’t help..

    Any ideas? I somehow think that is a common problem but I had no luck while searching the database here.

    Thanks in advance, again ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • curly

    (@curly)

    sounds like the trouble we first had with kubrick..
    maybe this thread will help:
    https://www.ads-software.com/support/topic/17014

    Thread Starter Tascha

    (@tascha)

    I’ll try that and see if it helps – thanks! I have at least some new things to try out ??

    edit..hmm nope I checked my stylesheet and I have different values anyway.

    Thread Starter Tascha

    (@tascha)

    on another note – I have the same problem here: https://www.henningludvigsen.com/wordpress

    same template used and modified – I guess I made the same mistake..probably something with including an image in the footer.php..

    syrupcore

    (@syrupcore)

    suggesting a hack always feels sorta dirty but you might try the tan hack.

    * html #footer {
    background:url(img/bottom.jpg) -1px bottom no-repeat;
    }

    and variations from there to see if IE will behave. in case you’re not familiar, * html shouldn’t be read at all but luckily IE reads it. it’s a simple way to target that browser. more info: https://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html

    will

    Thread Starter Tascha

    (@tascha)

    Thanks a lot everyone ??
    I fixed it – It was some wonky css from my site. Sorry for the trouble.

    I might look into your suggestion anyway for further reference – thanks will.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘IE and Mozilla troubles’ is closed to new replies.