-
Need coding help for Image enlarge..
Click to enlarge - Window gets enlarged but not the images, so need help.There are about 50plus images and coding in POP file is as follows:
<html <?php echo HTML_PARAMS; ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
<title><?php echo $products['products_name']; ?></title>
<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">
<script language="javascript"><!--
var i=0;
function resize() {
if (navigator.appName == 'Netscape') i=100;
if (document.images[0]) window.resizeTo(document.images[0].width +180, document.images[0].height+150-i);
self.focus();
}
//--></script>
</head>
<body onload="resize();">
<?php echo tep_image(DIR_WS_IMAGES . $products['products_image'], $products['products_name']); ?>
</body>
</html>
<?php require('includes/application_bottom.php'); ?>
-
-
Please don't double post (or in your case triple post). Please stay in your original thread (the one in the CSS forum) and as soon as someone with the knowledge of this can reply to it, then you will have your answer.
Due to this double post in the wrong forum, I am closing this thread.
The other thread (the one that you should stay in) is located here:
http://www.dynamicdrive.com/forums/s...ad.php?t=19682
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks