Member
Member
jayesel   05-11-2007, 16:46
#1

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?)

Member
Member
aitf311   05-11-2007, 17:56
#2

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...

Member
Member
aitf311   05-11-2007, 18:39
#3

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

Member
Member
penzoto   06-11-2007, 04:41
#4

you need to add [i]position:relative;[/i] 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.

Member
Member
aitf311   06-11-2007, 05:18
#5

Awesome, works for me in IE6 now. I SVN'd the change and also got the Admin Toolbox positioning correctly in IE6

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.