• Resolved firefall

    (@firefall)


    I’m attempting to create a new layout for my blog and I’m having trouble with my css.

    I used fixed positioning to make it appear as though I used frames. However, since I use Firefox exclusively, I completely forgot that IE doesn’t support fixed positioning.

    Test Page: https://sally.lunaescence.com/version/test/
    CSS: https://sally.lunaescence.com/version/test/style.css

    I tried a few work-arounds myself and have it looking a little less weird, but it still isn’t working 100%.

    Does anyone have any advice? Is there something else I should be trying?

    Thank you so much in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • From the post on your site:

    I know IE doesn’t support fixed positioning and I’ve tried a few of the different work-arounds I found around the internet. It looks better, but not the way I would like it to.

    What do you mean by “not the way I would like it to?”
    Can you link me up to all those resources?

    IE is a nightmare with fixed positioning. You’d be better off with a floated layout, at least then, with maybe a hack or two, IE can be made to behave.

    But if you’re determined to make what you have work, maybe something here might help:
    https://css-discuss.incutio.com/?page=EmulatingFrames
    There are some warnings with XP SP2 and High Security firewall settings, so it’s really going to depend on what your audience is and the purpose of the site as to whether you should go ahead, or just scrap the idea in favor of something that can be made to workin IE more easily and will reach a larger audience.

    Thread Starter firefall

    (@firefall)

    @ alphaoide: Well, in Firefox, the middle pane where the text in should scroll independantly of the rest of the theme as though it were inside a frame.

    In Internet Explorer, I’ve gotten so it simply writes over the layout. I’d like it to behave like a frame.

    Some of the resources I used are:

    https://tagsoup.com/-dev/null-/css/fixed/
    https://www.howtocreate.co.uk/fixedPosition.html
    https://jessey.net/simon/articles/007.html

    And then I also peeked at the source of “Framefake theme” at Alexking.org to see how he did it.
    https://www.alexking.org/software/wordpress/theme_browser.php

    @ kickass: Thank you! Those are interesting, but I’m not sure if I like the idea of taking that kind of risk.

    I’ll have to try floating the layout and see what I can’t do there.

    Thank you again!

    Thread Starter firefall

    (@firefall)

    Thank you so much for you help!

    I created an IE specific style sheet and used one of their extensions to call it to my site. I read the articles posted and decided it wasn’t worth the work.

    Thank you so much, alphaoide and kickass for all your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fixed positioning in IE’ is closed to new replies.