Quote:
Originally Posted by Galeon
Hope this help
PHP Code:
<td align="center"> <a href="album.php?albumid=$lpicture[albumid]&pictureid=$lpicture[pictureid]"> <img title="$lpicture[title]" class="inlineimg" src="picture.php?pictureid=$lpicture[pictureid]&albumid=$lpicture[albumid]&thumb=1" border="0" alt="$lpicture[title]" style="width:expression(this.width > 120 ? 120 : true); height:expression(this.height > 120 ? 100 : true)" /> </a> <br /> <a href="member.php?u=$lpicture[userid]">$lpicture[musername]</a> <br /> $lpicture[title] </td>
|
Nice piece of code and works well with Internet Explorer.. However, it doesn't seem to work with firefox -- they still appear full size. Any ideas?
Thanks a lot!
-vissa