coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: wuschel_lux on September 20, 2006, 11:57:27 AM

Title: Different view in Firefox as in IE [for category formating]
Post by: wuschel_lux on September 20, 2006, 11:57:27 AM
Hi all,

I have a little problem in Firefox (1.5.0.7) with the view of the album categories. The categories are center aligned, but I want them to have left adjusted, like it appears olso in IE.

View in IE:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.volleyball.lu%2Fown_content%2FIE_view.png&hash=cfa7b5476cab8dd0ba787a6efda82ab25b8ab101)

View in FIREFOX:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.volleyball.lu%2Fown_content%2FFIREFOX_view.png&hash=1d49300b94ad78932b3f541cffea958ef9674f5a)

Where can in find a solution in the code to fix this "problem" in Firefox?

Thanks for your help.

Kind Regards
Title: Re: Different view in Firefox as in IE [for category formating]
Post by: Stramm on September 20, 2006, 12:29:11 PM
http://forum.coppermine-gallery.net/index.php?topic=34158.0
Title: Re: Different view in Firefox as in IE [for category formating]
Post by: wuschel_lux on September 20, 2006, 01:13:11 PM
Thanks for the link, but after modifying the code, the problem is the same in Firefox. ???

.catrow_noalb {
        background: #D1D7DC ;
        color : #000000;
        text-align: left;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {
        background: #EFEFEF ;
        text-align: left;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}


you can have a look at: http://volleyball.lu/gallery/index.php (http://volleyball.lu/gallery/index.php)

Regards
Title: Re: Different view in Firefox as in IE [for category formating]
Post by: Sami on September 20, 2006, 02:10:46 PM
you have a conflict on e107.css file ...
the first line of e107.css

table { margin-left:auto; margin-right:auto; }

you need to remove it
Title: Re: Different view in Firefox as in IE [for category formating]
Post by: wuschel_lux on September 20, 2006, 02:22:40 PM
thanks for the tip

I corrected the e107.css file, which is related to e107. but the problem isnt solved.
Title: Re: Different view in Firefox as in IE [for category formating]
Post by: Sami on September 20, 2006, 02:29:47 PM
But I still can see that line on the first line of http://volleyball.lu/e107_files/e107.css !!! make sure that you actualy edit correct file and overwrite it with ftp client
Title: Re: Different view in Firefox as in IE [for category formating]
Post by: wuschel_lux on September 20, 2006, 02:44:00 PM
I see, sorry I corrected the wrong file. I done the modif on http://volleyball.lu/gallery/themes/e107/style.css

now the file you mentioned is corrected ... an it still working well. Now I will check if all other pages are working again.


Thanks a lot for your post