← Conversa Geral

Portugal no Mundial - info no teu site

Lida 9999 vezes

Offline

frsantos 
Membro
Mensagens 1458 Gostos 0
Troféus totais: 35
Trófeus: (Ver todos)
Linux User Mobile User Apple User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter

é só gif, mas convem colocarem o codigo que dei caso contrário poderei alterar a localização da imagem e fica desactualizado.
Offline

asturmas 
Administrador
Mensagens 19734 Gostos 50
Feedback +2

Troféus totais: 39
Trófeus: (Ver todos)
Mobile User Windows User Super Combination Combination Topic Starter 100 Poll Votes 50 Poll Votes 10 Poll Votes Poll Voter Poll Starter

pois..
Deves ter e mto work pra tar sempre atualizar os gifs..
Offline

tbk22 
Membro
Mensagens 1268 Gostos 0
Troféus totais: 29
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2

Pois, da bue trabalho, imagens com programação e que e, a mudar automaticamente, mas eu nao percebo nada disso e deve dar bue trabalho!
Offline

bibi 
Membro
Mensagens 329 Gostos 0
Troféus totais: 27
Trófeus: (Ver todos)
Avatar Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

Ta fixe.  =D> Parabens
Offline

jpgmn 
Membro
Mensagens 305 Gostos 0
Troféus totais: 28
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2 Level 1

Está fixe!

Já estás nas sondagens (página Resumo)
:)

Abraços,
Offline

Bruno Mota 
Membro
Mensagens 1733 Gostos 3
Troféus totais: 28
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

nao da assim tanto trabelho mas da algum
Offline

jpgmn 
Membro
Mensagens 305 Gostos 0
Troféus totais: 28
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2 Level 1

Citação de: "x_santos"

Código: [Seleccione]
<iframe name="free_content_iframe" marginwidth="0" marginheight="0" height="60" width="468" scrolling="no" border="0" frameborder="0" src="http://www.tv-nacional.com/mundial_pub/ban_160.html"></iframe>



Tens um bugzito...

Como estamos a colocar o código dentro de um iframe, quando se clica na imagem ele vai abrir a página DENTRO DESSE IFRAME :)

Sugiro que faças um window.open() ou algo do estilo.

Tens:

Código: [Seleccione]

<th align="left" valign="top" background="http://www.futeboleuropeu.com/160-200.gif" scope="col"><a href="http://portugalnomundial.info"><img src="esp.gif" width="160" height="200" border="0" /></a></th>


Experimenta pôr:
Citar

<th align="left" valign="top" background="http://www.futeboleuropeu.com/160-200.gif" scope="col"><a href="javascript:window.open('http://portugalnomundial.info')"><img src="esp.gif" width="160" height="200" border="0" /></a></th>

Para abrir uma janela à parte.

Ou:
Citar

<th align="left" valign="top" background="http://www.futeboleuropeu.com/160-200.gif" scope="col"><a href="javascript:window.open('http://portugalnomundial.info','_top')"><img src="esp.gif" width="160" height="200" border="0" /></a></th>

Para abrir na mesma janela mas na janela toda.

Abraços,
Offline

frsantos 
Membro
Mensagens 1458 Gostos 0
Troféus totais: 35
Trófeus: (Ver todos)
Linux User Mobile User Apple User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter

ya jpgmn obrigado pela dica :wink:
Tou a ver o k fazer em relação á tua mp :wink:
Offline

jpgmn 
Membro
Mensagens 305 Gostos 0
Troféus totais: 28
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2 Level 1

OK x_santos thanks!
Offline

tbk22 
Membro
Mensagens 1268 Gostos 0
Troféus totais: 29
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2

Ta fixe!! Tens que fazer mais tamanhos!
Offline

frsantos 
Membro
Mensagens 1458 Gostos 0
Troféus totais: 35
Trófeus: (Ver todos)
Linux User Mobile User Apple User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter

estou com pouco tempo, mas que tamanhos poderão usar?
Offline

jpgmn 
Membro
Mensagens 305 Gostos 0
Troféus totais: 28
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2 Level 1

Olha x_santos, afinal a hipotese de window.open num <A HREF> não tá a resultar muito bem...

Experimenta pôr:

Código: [Seleccione]

<th align="left" valign="top" scope="col"><span onclick="window.open('http://portugalnomundial.info')"><img src="http://www.futeboleuropeu.com/160-200.gif" width="160" height="200" border="0" style="cursor:pointer"/></span></th>


em vez de:

Código: [Seleccione]

<th align="left" valign="top" background="http://www.futeboleuropeu.com/160-200.gif" scope="col"><a href="javascript:window.open('http://portugalnomundial.info')"><img src="esp.gif" width="160" height="200" border="0" /></a></th>


Acho que assim já está fixe.

Um abraço,
Offline

tbk22 
Membro
Mensagens 1268 Gostos 0
Troféus totais: 29
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2

Ve os tamanhos dos ads do google, esses sao todos fixes
Offline

frsantos 
Membro
Mensagens 1458 Gostos 0
Troféus totais: 35
Trófeus: (Ver todos)
Linux User Mobile User Apple User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter

obrigado jpgmn penso que agora está bom :wink:

Citação de: "tbk22"
Ve os tamanhos dos ads do google, esses sao todos fixes


É pah eu não vou fazer todos os tamanhos, é melhor dizerem, se estiverem interessados em colocar nos vossos sites/blogs que eu depois faço 'à medida'.

Obrigado :wink:
Offline

tbk22 
Membro
Mensagens 1268 Gostos 0
Troféus totais: 29
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2

Acho que estes tamanhos eram bons, Quadrado (250 x 250), Banner vertical (120 x 240)