Problem solved!!!
I change
echo "<a href=\"#\" {$onClick}";
echo "<img src=\"{$i_rst['picPath']}{$i_rst['picName']}\" ....
with
echo "<img id=\"img{$ulid} \" {$onClick} src=\"{$i_rst['picPath']}{$i_rst['picName']}\" width=...
where $ulid is a counter
Thanks for your time into this...
User Profile
Collapse
-
Hi Ramanan Kalirajan,
Thanks for your answers and your time.
If i take this line out
echo "<a href=\"#\" {$onClick}";
then it works fine in IE7, but without open new window function.
Any suggestion you may have to change this line so IE7 can handle it is appreciated.
Kind Regards
TomLeave a comment:
-
I download it from http://spaceforaname.com/galleryview, make a few changes to suit to our website.
Website from where gallery is running
http://thailandoceanproperties.com/propertyMain.php
and
http://thailandoceanproperties.com/p...w.php(?pjID=xx)
Kind Regards
Tom...Leave a comment:
-
Thanks for you reply.
About closing tag, If I add it, it get worse!!!!
I have attached Jquery script.
Kind Regards
Tom...Leave a comment:
-
I have attached 2 pictures, one for firefox, running correctly, and IE7, not looking good.
My while loop for generating pictures is
...Code:while ( $i_rst = mysql_fetch_array($f_qry) ) { if ( $i_rst['picName'] != NULL ) { $path = "{$i_rst['picPath']}{$i_rst['picName']}"; $attrib = "width=500,height=380,menubar=yes"; $onClick = "onClick=\"window.open('{$path}','','{$attrib}')\"";Leave a comment:
-
Firefox looks great, IE7 sucks,help needed
Hello all.
On a website i am working on a JQuery gallery(gallery view) and it's look great in firefox.
But in Internet Explorer 7 it looks really bad.
I have located problem to this php code
...Code:<UL class=filmstrip> <LI><a href="#" onClick="window.open('project_gallery/37/Winter.jpg','','width=500,height=380,menubar=yes')"><img src="project_gallery/37/Winter.jpg"
No activity results to display
Show More
Leave a comment: