!๏Code~จ้า๏!สำหรับBGและheadแยกส่วนนะค่ะ
ใช้กับเฮดคลุมไม่ได้
โค๊ด ใส่BGภาพพื้นหลังแบบที่ 1
พื้นหลังล็อกติด
และไม่ทำรูปซ้ำ<style type="text/css">
body {
background-image: url(URLของรูป) ;
background-attachment:fixed;
background-repeat: no-repeat; }
</style>
ส่วน ใหญ๋ ใชั กับ รูปภาพ BG เต็ม จอ พอ ดี
แบบที่ 2
พื้นหลังล็อกติด
และทำรูปซ้ำ<style type="text/css">
body {
background-image: url(URLของรูป) ;
background-attachment:fixed;
background-repeat:repeat; }
</style>
ส่วน ใหญ่ ใชั กับ รูปภาพ BG เล็ก ที่ ใช้ หลายๆ รูป จน เต็ม จอ
แบบที่ 3
พื้นหลังเลื่อนตามสกอบาร์
และทำรูปซ้ำ<style type="text/css">
body {
background-image: url(URLของรูป) ;
background-attachment:scoll;
background-repeat:repeat; }
</style>
ส่วน ใหญ๋ ใชั กับ รูปภาพ BG เต็ม จอ พอ ดี
แบบที่ 4
พื้นหลังเลื่อนตามสกอบาร์
และไม่ทำรูปซ้ำ<style type="text/css">
body {
background-image: url(URLของรูป) ;
background-attachment:scoll;
background-repeat: no-repeat; }
</style>
โค้ดนี้ ทำให้BGคลุมไปถึงข้างบนสุด(ใส่โค้ดพื้นหลังก่อนนะจ้ะ)<style type="text/css">
#p_nav_header { background: url(none)!important;
<--ถ้าจะใส่ผ้าม่านลงไปให้เปลี่ยน(none)เป็น(urlรูป) background-repeat:repeat!important; border:none;
width: 956px!important;margin-top:7px!important;height:82px}
#new_header,#top_header , #primenu li.on,#p_nav_primary ,#nav_select{ background:none !important; border:none; }
</style>
โค้ด ลบเส้นขอบ บลอคต่างๆ<style type="text/css">
#user-details { border: none; }
.section .content { border: none; }
</style>
Code ใส่รูป Header ให้ Hi5 <style type="text/css">
#profile-name {background-image:url(ใส่ URL รูปภาพ); width:956px;
height:ความสูงของรูปภาพpx}
</style>
โค๊ด header ใสมองทะลุได้ทุกอัน<style type="text/css">
#profile-nav { background-color: transparent; }
.section h1 { background-color: transparent; border: none; }
.section h2 { background-color: transparent; border: none; }
</style>
