banner displayed two times ... banner displayed two times ...
 

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

Main Menu

banner displayed two times ...

Started by litiri, November 15, 2012, 04:14:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

litiri

I have a problem with a banner displayed two times in my display image page...
I don't know how to remove it under the image
Can you help me please ?

http://images.brest.fr/displayimage.php?album=24&pid=63#top_display_media

Jeff Bailey

I'm recieveing 403 errors when visting your page.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

litiri

sorry for the 403 ! it's ok now...  the problem (banner display) is visible here under the image
http://www.images.brest.fr/displayimage.php?album=30&pid=134#top_display_media
Thank you for your help

Jeff Bailey

please attach your custom themes theme.php as theme.php.txt
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

litiri

Thank for your help ! here is the theme.php.txt

Αndré

You added that picture as background image to the h1 class in style.css:
Quoteh1{
    font-weight: normal;
    background : url(images/logo-banniere.png) no-repeat scroll left top transparent;
    width:975px;
    height:140px;
    font-size: 21px;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #444444;
    text-indent:-9999px;
   /*margin-left:10px;
   box-shadow: 2px 2px 26px #aaaaaa;
   filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12);
  zoom: 1;*/
}

There seems to be a few other glitches with that class (width, height, text-indent, ...).

litiri

Thank you for your help.
I've tried to remove  the line   background : url(images/logo-banniere.png) no-repeat scroll left top transparent;     in the style.css
but the effect is that no banner at all is displayed...
I just want t o remove the second one !

Αndré

To display the banner at the first location, add it to another class or even more simple with the HTML img tag.