Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #1  
Old 11-14-2004, 02:13 PM
Anonymous Offline
pixelpost guru
 
Join Date: Oct 2004
Posts: 810
image is wrong size when viewing with IE

Ok,

forgive me, as i'm totally new..

Everything is working fine and looks great with firefox. When I look at my page with IE 6, the main photo hangs outside of the borders, and the thumbnails are all squished together with no space between. Why?? (other than the fact that IE sucks... ) Photos are sized at 600px wide in photoshop before i upload them.

Thanx.

Jodi
Reply With Quote
  #2  
Old 11-14-2004, 02:18 PM
Anonymous Offline
pixelpost guru
 
Join Date: Oct 2004
Posts: 810
forgot to mention...

sorry... forgot to mention that i'm referring to the 'pixelpost - light' template.
Reply With Quote
  #3  
Old 11-14-2004, 03:31 PM
Connie
Guest
 
Posts: n/a
displace Image

Jodi,

could you tell me the URL of your gallery to have a look?
I am not a IE expert (because IE sucks), but I would like to see the effect before I ponder about possible reasons...
Reply With Quote
  #4  
Old 11-14-2004, 10:57 PM
jp Offline
forum loafer
 
Join Date: Nov 2004
Posts: 1
re: displaced image

Connie,

My site in the making is temporarily posted here.

Thanks!

Jodi
Reply With Quote
  #5  
Old 11-15-2004, 05:31 AM
Connie
Guest
 
Posts: n/a
I will have a look

this evening, must go to work...
Reply With Quote
  #6  
Old 11-15-2004, 07:38 PM
Connie
Guest
 
Posts: n/a
I think the reason for the unsatisfying presentation of the thumbnails is that the generated HTML-Code does not contain html-image-attributes,

Quote:
<img src='thumbnails/thumb_water.jpg' alt='. ..water-marks.. .' title='. ..water-marks.. .' class='thumbnails' />
instead of

Quote:
<img src='thumbnails/thumb_water.jpg' alt='. ..water-marks.. .' title='. ..water-marks.. .' width='50' height='36' class='thumbnails' />
but to change this, these values must be read from the configuration table
Code:
select thumbwidth,thumbheight from ".$pixelpost_db_prefix."config");
I tested locally with width- and height-attributes added and the IE showed it much better, but still he ignored the CSS-value for padding

so I think it would be better if the generated code would contain these attributes, but I can't help you with IE and CSS, as I do not want to waste my lifetime with this buggy browser :evil:
Reply With Quote
  #7  
Old 11-15-2004, 07:40 PM
Connie
Guest
 
Posts: n/a
another point: if you populate your log with images with different heights or widths the presentation will always be difficult for some reason:

if the general values for width and height are taken from the configuration, thumbnails of images which are not the exact size might be stretched
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 10:30 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs