eraser
03-02-2006, 09:51 PM
في السي اس اس الخاص بالستايل اذهب الى المربع الكبير الثاني وضع الكود التالي فيه :-
ACP -> Styles & Templates -> Style Manager -> Style **** -> Main CSS -> Additional CSS Definitions
.stickybg
{
background-color: #333333;
}
.stickyover
{
background-color: #444444;
}
افتح تمبلت Threadbit وابحث عن :-
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
استبدلها بهذا الكود :-
<!-- Sticky Rollover Color -->
<if condition="$thread['sticky'] == 1">
<td class="stickybg" id="td_title_$thread[realthreadid]" title="$thread[preview]" onmouseover="this.class****='stickyover';" onmouseout="this.class****='stickybg';">
<else />
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
</if>
<!-- /Sticky Rollover Color -->
بالتوفيق
ACP -> Styles & Templates -> Style Manager -> Style **** -> Main CSS -> Additional CSS Definitions
.stickybg
{
background-color: #333333;
}
.stickyover
{
background-color: #444444;
}
افتح تمبلت Threadbit وابحث عن :-
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
استبدلها بهذا الكود :-
<!-- Sticky Rollover Color -->
<if condition="$thread['sticky'] == 1">
<td class="stickybg" id="td_title_$thread[realthreadid]" title="$thread[preview]" onmouseover="this.class****='stickyover';" onmouseout="this.class****='stickybg';">
<else />
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
</if>
<!-- /Sticky Rollover Color -->
بالتوفيق