When i use firefox with this theme, it show good, but when use IE 6, appear error,
you can view my problem in image below:
With IE6:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fchiase.anhso.net%2Fimg%2F280507%2Fcpm.886986.gif&hash=60addf8f79bf64f4c8fffa999a9e84bb4f6f586f)
With Firefox:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fchiase.anhso.net%2Fimg%2F280507%2Fcpm.653754.jpg&hash=e2cb73c104e3dd1477214e1bc039068e96f92878)
Please help me, thanks
Sorry for i speak E not well
Post a link to your gallery instead of screenshots.
Ok, go to http://yourfreepicture.com/?theme=andreas09 by IE6, then you click to view one photo, you'll know why
Thanks
Without looking into your issues in detail, I suggest using valid HTML - maybe your issues will go away then. The validator (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fyourfreepicture.com%2Fdisplayimage.php%3Falbum%3Drandom%26cat%3D15%26pos%3D-10197%26theme%3Dandreas09) is missing the doctype declaration because some pop-up crap is being inserted before the doctype declaration and the <html>-section starts.
The pop-up code<script language="javascript" type="text/javascript">
<!--
var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=yes,menubar=no,toolbar=no,resizable=no';
win=window.open(mypage,myname,settings);}
// -->
</script>
Needs to go between <head> and </head>