Jump to content

Banner In Header.


Mihai Alexandru
Go to solution Solved by d@niel,

Recommended Posts

Salut, am adaugat un banner in header cu ajutorul ad code integration dar nu mi-l afiseaza mai pe centru, poza cum imi afiseaza:   http://i.imgur.com/LoruHCQ.png?1

si 2 poze cum as vrea.. macar sa mi-l afiseze.. cea mai bine sa fie pus, sa stea bine pe forum. pe centru: http://i.imgur.com/yFDX0FH.png?1       http://i.imgur.com/IPeujvx.png?1    ; am pus 2 imagini pentru ca daca puteti sa imi spuneti cum adaug ca, atunci cand aduc sageata pe banner el sa arate asa  http://i.imgur.com/yFDX0FH.png?1 mai deschis , dar cand iau sageata de pe el sa fie normal  http://i.imgur.com/IPeujvx.png?1

 

d0oAAan.gif

Cautam administrator :)

Link to comment
Share on other sites

 

la prima adauga un <br> dupa imagine

 

Adauga opacitate la imagine ceva de genu.

<style>
img {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
</style>

Am rezolvat jumatate din problema, cand adug sageata pe banner sa fie deschis, am rezolvat-o dar sa-l pun pe centru nu.. cum imi arata aici http://i.imgur.com/yFDX0FH.png?1%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0la mine arata asa: http://i.imgur.com/LoruHCQ.png?1

d0oAAan.gif

Cautam administrator :)

Link to comment
Share on other sites

Nu am putut da edit

Scuzati pentru dublu post.

Centrarea bannerului am reusit, am adaugat <br> dar nu am reusit ca atunci cand aduci sageata pe banneru sa iti arate intr-un fel si cand o iei sa iti arate altfel..

d@niel, acest cod

 

<style>
img {
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
}

img:hover {
opacity: 1.0;
filter: alpha(opacity=100); /* For IE8 and earlier */
}
</style>

nu am reusit sa il pun.. nu am stiu cum.

d0oAAan.gif

Cautam administrator :)

Link to comment
Share on other sites

  • Solution

Adaugi asta in ACp>>look&feel>>tema ta>> tabul CSS>> ipb_styles.css>> si jos de tot adaugi asta 

#opacity {
 filter:alpha(opacity=50);     /* pt. IE */
 opacity:0.5;
}
#opacity:hover {
 filter:alpha(opacity=100);     /* pt. IE */
 opacity:1;
}

poti modifica opacitatea in loc de 0,5 poti pune alta valoare, la fel si in loc de 50, iar link-ul  va arata ceva de genu. 

<center><a href="http://www.csbd-boost.com" alt="We are driving you to the top !"><img src="http://www.csbd-boost.com/banners/banner720x90.png" alt="CSBD-BOOST.COM Boosting System" id="opacity"/></a></center><br>

id="opacity" reprezinta opacitatea la imagine. 

  • Upvote 1

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.