PDF Generating Tool Support Forum

HOME   Login   Register    Search




  Subject: Re: uncorrect size for image
   PostPosted: 25 Aug 2010, 11:33 
I send you all the sources in order to analyse the bug i've post 28 Jan 2010, 13:28 .
by the way, the version of pd4ml i use is : pd4ml.src.360fx1


Attachments:
File comment: source required : html , css ,js, pdf
src.zip [34.89 KiB]
Downloaded 60 times
  Subject: Re: uncorrect size for image
   PostPosted: 10 Sep 2010, 11:26 
any respone ?


  Subject: Re: uncorrect size for image
   PostPosted: 16 Sep 2010, 19:45 
The archive does not contain images :-(
Please add


  Subject: Re: uncorrect size for image
   PostPosted: 16 Sep 2010, 23:14 
i've added picture of original html


Attachments:
File comment: picture added
src.zip [142.03 KiB]
Downloaded 62 times
  Subject: Re: uncorrect size for image
   PostPosted: 17 Sep 2010, 17:30 
I expected you send us at least form_ctact_titre1.jpg. Your HTML/CSS implicitly assumes dimensions of the image, which are not known to me.

jj_ben wrote:
When i try to generate the html page, the picture of orange bars have not the correct size.

if i add the height of img directly in the css it works :

.formCtactTitre1, .formCtactTitre1Off {
	width:731px; height:32px; 
	padding:7px 5px 0 30px; 
	font-size:12px; font-weight:bold; color:#FFF; 
}
.formCtactTitre1 {
	background:url(images/form_ctact_titre1.jpg) no-repeat center;height:40px; 
	margin:5px 0 2px 0
}


With height:40px; you do not scale the image, but increase the DIV height (overriding previous height:32px setting). Obviously form_ctact_titre1.jpg height is about 40px (greater than the initial 32px).

I tried to reproduce the situation, when background image height is less than the box. See attached - PD4ML does not center the background vertically. It is a good question why MS IE does. CSS requires a vertical positioning hint given explicitly:

background:url(images/form_ctact_titre1.jpg) no-repeat center center;

With the CSS change PD4ML positions the background image correctly.


Attachments:
bgposition.gif
bgposition.gif [ 4.55 KiB | Viewed 273 times ]

[Reply]     [ 15 posts ]  Go to page Previous  1, 2

cron
Copyright ©2004-10 zefer|org. All rights reserved. Bookmark and Share