ZenphotoCMS Forum
stopdesign in ie6 - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: stopdesign in ie6 (/thread-1758.html)



stopdesign in ie6 - jayesel - 2007-11-05

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




stopdesign in ie6 - aitf311 - 2007-11-05

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




stopdesign in ie6 - aitf311 - 2007-11-05

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




stopdesign in ie6 - penzoto - 2007-11-06

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.




stopdesign in ie6 - aitf311 - 2007-11-06

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