• knotty

    (@knotty)


    Why does hspace and vspace work in Fox and not in IE? is there a fix?
    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Kafkaesqui

    (@kafkaesqui)

    ???
    Works in both for me. How exactly are you using them?

    Thread Starter knotty

    (@knotty)

    Hi, I was using it in the image tag to give a little spacing between the image edge and text.

    redsoxnut

    (@redsoxnut)

    Right…but how are you using them?

    Kafkaesqui

    (@kafkaesqui)

    Or in other words, got a link?

    Thread Starter knotty

    (@knotty)

    redsoxnut

    (@redsoxnut)

    You’re “using them” like this:
    hspace="10px"
    Try just hspace="10"

    Kafkaesqui

    (@kafkaesqui)

    Additionally, you may want to just set in your css margin values for your post images. Something like:
    .storycontent p img {
    margin: 10px;
    }

    That way you can let your stylesheets take care of this, as well as have more control of your layout.

    Thread Starter knotty

    (@knotty)

    Thank you very much guys! I should have started learning this stuff 5 years ago. I’ll work on it in a bit.

    Anonymous

    actually, it’s because of the box model. Firefox reads it correctly, while IE doesn’t. If you get IE7 and put it on your site it will fix all problems in IE.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Works in Foxfire, not in IE’ is closed to new replies.