stopdesign in ie6

I absolutely love the stopdesign theme, but I'm disappointed that it doesn't work well in IE6. Everything looks pretty good, except for the 'image.php' page- which is completely out of alignment. I've looked at the code and CSS for it, but I'm afraid to mess around too much and break it in IE7 and Firefox, etc... does anyone know if it works well in other browsers? Is it only IE6 and lower that it goes goofy? And are there plans to update it so it works cross-browser (maybe not necessarily with all the fun features, but at least viewable?)

Comments

  • Yes, we have a ticket for it. Does anyone know how to install IE6 on a machine that has IE7 already installed? All my machines are Vista machines...
  • Its looking like the description is what's causing this error. If anyone wants to see the original image page from the person who designed the theme: http://dbowman.com/photos/copenhagen05/gallery/radhus-town-hall.php
  • you need to add position:relative; to the main class (.main) in photos.css
    `

    .main {

    position:relative;

    width:500px;

    margin:0 auto;

    text-align:center;

    }

    `
    with the above change, it will work in all major browsers.
  • Awesome, works for me in IE6 now. I SVN'd the change and also got the Admin Toolbox positioning correctly in IE6
Sign In or Register to comment.