[ resmi görüntülemek için tıklayın ]
bende ona benzer bir şey yapmaya çalıştım şu şekilde oldu
[ resmi görüntülemek için tıklayın ]
Kod: Tümünü seç
#
#-----[ AÇ ]----------------
#
overall_header.tpl
#
#------[BUL]---------------
#
<body>
#
#------[SONRASINA EKLE]-----
#
<!-- BEGIN switch_user_logged_out -->
<div id="giris"><div id="giris1" align="center">
<form method="post" action="{S_LOGIN_ACTION}">
<a name="login"></a><span class="gensmall">{L_USERNAME}:
<input class="post" type="text" name="username" size="10" />
{L_PASSWORD}:
<input class="post" type="password" name="password" size="10" maxlength="32" />
<!-- BEGIN switch_allow_autologin -->
{L_AUTO_LOGIN}
<input class="text" type="checkbox" name="autologin" />
<!-- END switch_allow_autologin -->
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
</span>
</form></div></div>
<!-- END switch_user_logged_out -->
#
#--------[ AÇ ]-------------
#
temaismi.css
#
#--------[ EKLE ]-------------
#not: en üste
#giris{
width: 100%;
position: fixed;
z-index:2;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px;
}
#giris1{ background-image:url(images/Untitled-1.png); background-repeat:repeat-x;}
#giris1:hover{ background-image:url(images/Untitled-2.png); background-repeat:repeat-x;}