Discussion
Image squashing(back to index)Hi - I just noticed that when i click on the right hand side of the current image to go to th next image, the current image shrinks by 1 pixel. Any ideas what is happening - see the test pages here
http://www.idealmilk.com/foto
didnt want to show the link til it was finished but this is a major issue that i need to resolve if i am to use folderblog - any ideas?
I'm not sure what you are talking about. The images have their height and width specified in the html, and it matches the properties of your original images. Do you see an image that is 1 pixel more narrow or shorter?
posted by anon on 6 Dec 05 at 4:56 PM
when i click on the right hand side of the image to go to the next image, the image jumps in by 1 pixel from the right hand side of the image - this corresponds to the image map area
I also dont see any such effect because there is no working imagemap above the image, at least with Internet Explorer. Check your source code...
In general, I also never heard of the described behaviour of images. Maybe it is just an "optical effect" that occurs directly after you make to mouse click because of the so-called focus frame?
posted by
ikue on 7 Dec 05 at 2:04 AM
This really is most bizarre - in firefox, the imagemap works and the pictures are the right size - in explorer, they are blown up, degraded and the image map doesn't work - serious problems :(
phew - finally got that one worked out - the code for the image maps was incorrect - it only just worked for firefox and not IE, now it works for both - could someone verify that - here is the new code (it's for a highly modified relaxation!)
<map name="navmap" id="navmap">
<?php if('<#fbprevlink#>' != $emptylink) { ?><area href="<#fbprevlink#>" coords="0,0,<?php echo floor(<#fbwidth#>/2); ?>,<?php echo <#fbheight#>; ?>"></area><?php } ?>
<?php if('<#fbnextlink#>' != $emptylink) { ?><area href="<#fbnextlink#>" coords="<?php echo ceil(<#fbwidth#>/2); ?>,0,<?php echo <#fbwidth#>; ?>,<?php echo <#fbheight#>; ?>"></area><?php } ?>
</map>
<img src="<#fbimageurl#>" alt="<#fbtitle#>" width="<#fbwidth#>" height="<#fbheight#>" usemap="#navmap"></img>
however it is still giving me the one pixel line on the right of the image in firefox - im starting to wonder if this is a firefox 1.5 issue as i dont remember seeing it before i upgraded
So far I can tell you that the imagemap issue is a known error in the relaxation theme, maybe somebody should notify the author. ;)
posted by
ikue on 9 Dec 05 at 2:21 AM
this has been brought up before. Click on name to see previous topic
Post a Reply:
(back to index)