forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: litiri on November 15, 2012, 04:14:50 pm

Title: banner displayed two times ...
Post by: litiri on November 15, 2012, 04:14:50 pm
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
Title: Re: banner displayed two times ...
Post by: Jeff Bailey on November 16, 2012, 02:28:46 am
I'm recieveing 403 errors when visting your page.
Title: Re: banner displayed two times ...
Post by: litiri on November 17, 2012, 11:49:47 am
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
Title: Re: banner displayed two times ...
Post by: Jeff Bailey on November 17, 2012, 07:29:16 pm
please attach your custom themes theme.php as theme.php.txt
Title: Re: banner displayed two times ...
Post by: litiri on November 19, 2012, 09:17:11 am
Thank for your help ! here is the theme.php.txt
Title: Re: banner displayed two times ...
Post by: Αndré on November 20, 2012, 11:12:01 am
You added that picture as background image to the h1 class in style.css:
Quote
h1{
    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, ...).
Title: Re: banner displayed two times ...
Post by: litiri on November 20, 2012, 07:18:09 pm
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 !
Title: Re: banner displayed two times ...
Post by: Αndré on November 21, 2012, 02:41:00 pm
To display the banner at the first location, add it to another class or even more simple with the HTML img tag.