problem with andreas09 theme, plz help me problem with andreas09 theme, plz help me
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

problem with andreas09 theme, plz help me

Started by Planer, May 27, 2007, 07:16:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Planer

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

Joachim Müller

Post a link to your gallery instead of screenshots.

Planer

Ok, go to http://yourfreepicture.com/?theme=andreas09 by IE6, then you click to view one photo, you'll know why

Thanks

Joachim Müller

Without looking into your issues in detail, I suggest using valid HTML - maybe your issues will go away then. The validator 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>