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
http://forum.coppermine-gallery.net/index.php?topic=34158.0
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
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
thanks for the tip
I corrected the e107.css file, which is related to e107. but the problem isnt solved.
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
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