Forum'da ara:
Ara


Yazar Mesaj
Mesaj03.03.2009, 16:36 (UTC)    
Mesaj konusu: textin uzerine gelince resim ciksin nasil?

ben bir html kod istiyorum kendim denedim basaramadim maalesef diyelim bir yazinin ustune gelince resim fare imlecinin uzerinde o anda belirsin

benim yazdigim kod soyleydi

Kod:
<a href="#"><font title="<img src="resimurls"/>">yazimiz buraya</font></a>



bu kod nasil calisir duruma gelebilir yazi ustune gelince resim nasil cikar lutfen yardim
______________
Mesaj03.03.2009, 17:11 (UTC)    
Mesaj konusu:

resimurls yazan yere resmin urlsini koy yazınız buraya ise yazmak istediğin metni koyarsan olur
Mesaj03.03.2009, 17:35 (UTC)    
Mesaj konusu:

O kod bende var dı pc arşivimde de ama silmişim nedense ama sitemde bulunan resim üzerine yazı yazma varr istersen bunu dene;
İşte Kod;

Kod:
<html>
<head>
<style type="text/css">
div.background
{
width: 500px;
height: 250px;
background: url(klematis.jpg) repeat;
border: 2px solid black;
}
div.transbox
{
width: 400px;
height: 180px;
margin: 30px 50px;
background-color: #ffffff;
border: 1px solid black;
filter:alpha(opacity=60);
opacity:0.6;
}
div.transbox p
{
margin: 30px 40px;
font-weight: bold;
color: #000000;
}
</style>
</head>
<body><div class="background">
<div class="transbox">
<p>This is some text that is placed in the transparent box.
This is some text that is placed in the transparent box.
This is some text that is placed in the transparent box.
This is some text that is placed in the transparent box.
This is some text that is placed in the transparent box.
</p>
</div>
</div>
</body>
</html>

______________
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu