Rayis
01-07-2007, 09:37 PM
OK before you read, this is a general problem and not specific to Pixelpost.
I have recently started using Pixelpost and I must say I love it, great job Pixelpost team, you guys have done it just right! So I decided to modify the simple template to fit what I need..
However, I am stuck. If you have a min and know your way around HTML/CSS please take a look at this Q. I will appreciate it & definately share my template to anybody who wants it, once its finished.
The website address: http://thehighlighter.co.uk/index.php
The table for "picture-info", seems just fine in fire fox but in Internet explorer, the margin for left of it is cut and therefore looks pretty bad.
The code is simply:
<div id="image-info">
<p>
<span id="title"> <IMAGE_TITLE> - <IMAGE_DATETIME> </span> </p>
<span id="camera-info">
<p> Camera: <EXIF_CAMERA_MODEL><br />Exposure: <EXIF_EXPOSURE_TIME><br />Aperture: <EXIF_APERTURE><br />Flash: <EXIF_FLASH> </p></span>
<IMAGE_NOTES>
+ <COMMENT_POPUP>
</div>
While "image-info" as defined by CSS is:
#image-info {
background:#fff;
padding:5px;
vertical-align:middle;
color:#000;
text-align:left;
width:100%;
margin-right:20px;
margin-top:20px;
margin-bottom:25px;
}
Any ideas why they look different? many thanks!
I have recently started using Pixelpost and I must say I love it, great job Pixelpost team, you guys have done it just right! So I decided to modify the simple template to fit what I need..
However, I am stuck. If you have a min and know your way around HTML/CSS please take a look at this Q. I will appreciate it & definately share my template to anybody who wants it, once its finished.
The website address: http://thehighlighter.co.uk/index.php
The table for "picture-info", seems just fine in fire fox but in Internet explorer, the margin for left of it is cut and therefore looks pretty bad.
The code is simply:
<div id="image-info">
<p>
<span id="title"> <IMAGE_TITLE> - <IMAGE_DATETIME> </span> </p>
<span id="camera-info">
<p> Camera: <EXIF_CAMERA_MODEL><br />Exposure: <EXIF_EXPOSURE_TIME><br />Aperture: <EXIF_APERTURE><br />Flash: <EXIF_FLASH> </p></span>
<IMAGE_NOTES>
+ <COMMENT_POPUP>
</div>
While "image-info" as defined by CSS is:
#image-info {
background:#fff;
padding:5px;
vertical-align:middle;
color:#000;
text-align:left;
width:100%;
margin-right:20px;
margin-top:20px;
margin-bottom:25px;
}
Any ideas why they look different? many thanks!