Forum'da ara:
Ara


Yazar Mesaj
Mesaj28.12.2011, 20:44 (UTC)    
Mesaj konusu: Sitemin Sağ Alt Köşesine Nasıl Böyle Bİr Şey Yapabilirim ?

Arkadaşlar ben siteme böyle bir şey yapmak istiyorum sağ altta 4 adet şans oyunlarının resimleri olsun üzerlerine gelince o haftaki sonuçlar çıksın. Böyle bir şey yapılabilir mi ? Açılan div kodlarıyla oynasam yapabilirim aslında ama bir de siz el atsanız iyi olur.
Resim :
http://a1112.hizliresim.com/s/w/1fdxq.jpg
Mesaj28.12.2011, 23:02 (UTC)    
Mesaj konusu:

tam olarak nsaıl birşey mesela sağ tarafta kayan bir resim veya yazı gibi mi?
Mesaj29.12.2011, 14:45 (UTC)    
Mesaj konusu:

kaankart yazmış:
tam olarak nsaıl birşey mesela sağ tarafta kayan bir resim veya yazı gibi mi?
sanırım o şekil bir şey istiyor.
Mesaj30.12.2011, 19:41 (UTC)    
Mesaj konusu:

Kod:
<div id="postit">
<div align="right"><a title="Kapat" href="javascript:closeit()"><font color="#ff0000"><b>X</b></font></a></div>
<b>Duyuru Başlığı</b><br />
İ&ccedil;erik ekle<br />
&nbsp;</div>
<style type="text/css">#postit{display:scroll;position:fixed;bottom:10px;left:5px;visibility:hidden; background:#333;color:#ccc;border:2px solid #ff9900; z-index:100;font:12px verdana;width:300px;padding:3px;height:100px;} #postit a{color:#ff9900;text-decoration:none;}</style><script>
var once_per_browser=0
var ns4=document.layers
var ie4=document.all
var ns6=document.getElementById&&!document.all
if (ns4)
crossobj=document.layers.postit
else if (ie4||ns6)
crossobj=ns6? document.getElementById("postit") : document.all.postit
function closeit(){
if (ie4||ns6)
crossobj.style.visibility="hidden"
else if (ns4)
crossobj.visibility="hide"}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))}}
return returnvalue;}
function showornot(){
if (get_cookie('postdisplay')==''){
showit()
document.cookie="postdisplay=yes"}}
function showit(){
if (ie4||ns6)
crossobj.style.visibility="visible"
else if (ns4)
crossobj.visibility="show"}
if (once_per_browser)
showornot()
else
showit()
</script><script language="JavaScript1.2">
function drag_drop(e){
if (ie4&&dragapproved){
crossobj.style.left=tempx+event.clientX-offsetx+'px'
crossobj.style.top=tempy+event.clientY-offsety+'px'
return false}
else if (ns6&&dragapproved){
crossobj.style.left=tempx+e.clientX-offsetx+'px'
crossobj.style.top=tempy+e.clientY-offsety+'px'
return false}}
function initializedrag(e){
if (ie4&&event.srcElement.id=="postit"||ns6&&e.target.id=="postit"){
offsetx=ie4? event.clientX : e.clientX
offsety=ie4? event.clientY : e.clientY
tempx=parseInt(crossobj.style.left)
tempy=parseInt(crossobj.style.top)
dragapproved=true
document.onmousemove=drag_drop}}
document.onmousedown=initializedrag
document.onmouseup=new Function("dragapproved=false")
</script>


aradığın kod bu buyur..
Mesaj30.12.2011, 20:17 (UTC)    
Mesaj konusu:

Evet bu fakat ben otomatik açılan değil milli piyangonun şans oyunları örneğin sayısal loto süper loto gibi şans oyunlarının küçük resimlerine tıklayınca açılan birden fazla div istiyorum fotoğrafta görüldüğü üzere. Yani o resimlerden birine tıklayınca o şans oyununun sonuçları vb. açıklansın yine de güzel. Eğer yapılıyorsa öyle yaparsanız sevinirim
Önceki mesajları göster:   


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