Page 1 of 1

thumbnails look different in firefox and explorer

PostPosted: Tue Aug 26, 2008 10:51 am
by petriheil
possibly that question has been asked 100x, hope you can forgive me

in firefox looks the mainpage just as i like to have it (except that white border around the logo, which is blue in IE), but in IE i get a lot of unwanted space on the right side of the thumbnails :-(

the css i use: http://css.pbase.com/styles/114484.css?t=1219747951

thanks in advance for an answer

Re: thumbnails look different in firefox and explorer

PostPosted: Tue Aug 26, 2008 11:54 am
by dang
petriheil wrote:possibly that question has been asked 100x, hope you can forgive me

in firefox looks the mainpage just as i like to have it (except that white border around the logo, which is blue in IE), but in IE i get a lot of unwanted space on the right side of the thumbnails :-(

the css i use: http://css.pbase.com/styles/114484.css?t=1219747951

thanks in advance for an answer

It does get asked pretty often, because IE doesn't read code the same as other browsers and makes it a pain. But, lets see if I can help.
Try changing your code in the html description area of the gallery from this:
<br><a href="http://www.petri-heil.net"border= "0" target="x"> <img src="http://www.pbase.com/petriheil/image/102210227.jpg">

To this:
Code: Select all
<p align="center">
<a href="petri-heil.htm"><a href="http://www.petri-heil.net"target="xy">
<img border="0" src="http://www.pbase.com/petriheil/image/102210227/original.jpg" width=354" height="200"></p>

Hopefully, that should remove the blue border around your image.

The difference in thumbs may be even easier. :)
In the gallery edit page settings, look for this area:

table width _ percent of screen to use for the table of thumbnails
cell spacing _ minimum pixels between thumbnails
cell padding _ pixels of space around thumbnails

You might be able to adjust the table width, and spacings and do the trick without messing with your CSS.
Be sure and click the update button after each change.

Hope it helps.

Re: thumbnails look different in firefox and explorer

PostPosted: Tue Aug 26, 2008 12:18 pm
by erichmangl
thanks a lot, tom !

Re: thumbnails look different in firefox and explorer

PostPosted: Tue Aug 26, 2008 12:49 pm
by dang
Oh... didn't realize you were fixing it for them. :)

The last thing is the scroll bar coloring in the comment box. You might want to change the colors in this section:
TEXTAREA
{ background-color: #EEEEEE;
font-family: arial;
color: black;
scrollbar-base-color: #003366;
scrollbar-3dlight-color: black;
scrollbar-highlight-color: none;
scrollbar-track-color: #003366;
scrollbar-arrow-color:white;
scrollbar-shadow-color: #003366;
scrollbar-dark-shadow-color: #003366;
}