Hỗ trợ Forumotion
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

You are not connected. Please login or register

[Help]Làm Sao Xóa Chữ Bóng Được Nhĩ ?

2 posters

Go down  Thông điệp [Trang 1 trong tổng số 1 trang]

Master Game

Master Game
Member
Member

[Help]Làm Sao Xóa Chữ Bóng Được Nhĩ ? 224281231231

code index box

Code:

<center><a href="t1217-topic" target="_blank" title=”qu?ng cáo”><img src='http://i43.servimg.com/u/f43/16/83/73/14/410.jpg' width=99% height=110 >
  </a></center>
<div class="pun-crumbs">
  <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->
      <div class="main-head">
                  <div class="page-title">{catrow.tablehead.L_FORUM}<span style="float:right;margin-right:80px;margin-top:-0px;color: #FFFFFF;font-size: 10px; text-transform: uppercase">Bài viết cuối</span></div>
      </div>
      <div class="main-content">
        <table cellspacing="0" class="table">
              <tbody class="statused">
  <!-- END tablehead -->

  <!-- BEGIN forumrow -->
              <tr>
                  <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
                    <span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                    </span>
                    <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                    <br />
                    {catrow.forumrow.FORUM_DESC}
                    <!-- BEGIN switch_moderators_links -->
                    <br />
                    {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                    <!-- END switch_moderators_links -->
<select style="display:none" onchange="location = this.options[this.selectedIndex].value;">
  <option value="{catrow.forumrow.U_VIEWFORUM}">=Diễn Dàn Con</option>
</select>
<span style="display:none" class="subforumFMvi">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
                    <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                  </td>
                                          <td class="tc2"><div style="color: #7D7D7D; font-size: 16px;">{catrow.forumrow.TOPICS}</div>
                                            <div style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><b>Chủ Đề</b></div></td>
                                          <td class="tc3"><div style="color: #7D7D7D; font-size: 16px;">{catrow.forumrow.POSTS}</div>
                                            <div style="color: #a0a0a0; font-size: 10px; text-transform: uppercase;"><b>Bài Viết</b></div></td>
                  <td class="tcr">
                    <span>
                    <!-- BEGIN switch_topic_title -->
                                          <div align="left" style="margin-left:60px"><a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a></div><br />
                    <!-- END switch_topic_title -->
                                          <div align="left" style="margin-left:60px">{catrow.forumrow.USER_LAST_POST}</div>
                    </span>
                  </td>
              </tr>
  <!-- END forumrow -->

  <!-- BEGIN tablefoot -->
            </tbody>
        </table>
      </div>
  <!-- END tablefoot -->
<!-- END catrow -->
</div>

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
  <ul>
      <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
      <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
      <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
  </ul>
  <!-- BEGIN switch_delete_cookies -->
  <p class="right">
      <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
  </p>
  <!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
  <script type="text/javascript">
$(".subforumFMvi a").each(function () {
  $(this).replaceWith('<option value="' + $(this).attr("href") + '">|-- ' + $(this).text() + '</option>');
});
$(".subforumFMvi option").each(function () {
  $(this).appendTo($(this).parent().prev())
});
$(".subforumFMvi").each(function () {
  if ($(this).text() == "") {
      $(this).prev().remove();
      $(this).remove();
  } else {
      $(this).prev().show()
  }
});
</script>
  <center><a href="t1217-topic" target="_blank" title=”qu?ng cáo”><img src='http://i43.servimg.com/u/f43/16/83/73/14/410.jpg' width=99% height=110 >
  </a></center>

xuannuocnam

xuannuocnam
Member
Member

Bạn kiểm tra phần này trong CSS xem

Code:
.page-title h2

text-shadow: Tại 4rum của mình thì đây là nguyên nhân làm chữ đổ bóng.

Nếu cái của bạn có code này giống mình

text-shadow: #9E9E9E 1px 1px 1px; Thì bạn cứ việc xoá hết phần này hoặc sửa lại các số trong 3 con số 1px và đổi mã màu để cho đổ bóng dễ nhìn hơn.

Về Đầu Trang  Thông điệp [Trang 1 trong tổng số 1 trang]

Permissions in this forum:
Bạn không có quyền trả lời bài viết