Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Different view in Firefox as in IE [for category formating]  (Read 21585 times)

0 Members and 1 Guest are viewing this topic.

wuschel_lux

  • Translator
  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 93
    • volleyball.lu - photo gallery & shop
Different view in Firefox as in IE [for category formating]
« 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://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fwww.volleyball.lu%2Fown_content%2FIE_view.png&hash=cfa7b5476cab8dd0ba787a6efda82ab25b8ab101)

View in FIREFOX:
(https://forum.coppermine-gallery.net/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
« Last Edit: September 20, 2006, 04:58:53 pm by TranzNDance »
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

wuschel_lux

  • Translator
  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 93
    • volleyball.lu - photo gallery & shop
Re: Different view in Firefox as in IE [for category formating]
« Reply #2 on: September 20, 2006, 01:13:11 pm »

Thanks for the link, but after modifying the code, the problem is the same in Firefox. ???

Code: [Select]
.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

Regards
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Different view in Firefox as in IE [for category formating]
« Reply #3 on: September 20, 2006, 02:10:46 pm »

you have a conflict on e107.css file ...
the first line of e107.css
Code: [Select]
table { margin-left:auto; margin-right:auto; }
you need to remove it
Logged
‍I don't answer to PM with support question
Please post your issue to related board

wuschel_lux

  • Translator
  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 93
    • volleyball.lu - photo gallery & shop
Re: Different view in Firefox as in IE [for category formating]
« Reply #4 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.
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Different view in Firefox as in IE [for category formating]
« Reply #5 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
Logged
‍I don't answer to PM with support question
Please post your issue to related board

wuschel_lux

  • Translator
  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 93
    • volleyball.lu - photo gallery & shop
Re: Different view in Firefox as in IE [for category formating]
« Reply #6 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
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.