ช่วยแก้ code ของ wordpress หน่อยคับ มือใหม่

เริ่มโดย romeotu_2003, 01 พฤษภาคม 2012, 11:49:39

หัวข้อก่อนหน้า - หัวข้อถัดไป

0 สมาชิก และ 1 ผู้มาเยือน กำลังดูหัวข้อนี้

romeotu_2003

ผมพยายามลองเปลี่ยนแล้วครับแต่หา code ไม่เจอเลยอยากจะมาขอให้พี่ๆช่วยแก้ให้หน่อยได้ไหมคับ ขอบคุณมากๆครับ
ส่วนหัว
1.อยากให้วางเมาส์แล้วมีสีบริเวณนั้นครับ
2.เปลี่ยนชื่อตรง ภาษาอังกฤษ คับ



ส่วนท้าย
1.อยากเปลี่ยนข้อมูลบริเวณตรงที่วงกลมครับ


style.css
/*
   Theme Name: Rino
   Theme URI: http://newwpthemes.com/rino-free-wordpress-theme/
   Description: Free General/Blog WordPress theme by NewWpThemes
   Author: NewWpThemes
   Author URI: http://newwpthemes.com
   Version: 1.0
   Tags: orange, white, two-columns, right-sidebar
*/

/* INDEX:

   =GENERAL
   =LAYOUT
   =HEADER
   =MENUS
   =POST
   =SITEMAP
   =CONTACT FORM
   =SLIDER
   =WP-PAGENAVI
   =FOOTER
   =WIDGETS
   =COMMENTS
*/

/* =GENERAL
-------------------------------------------------------------- */

body {
   background: #FFFFFF url(images/background.png) left top repeat-x;
   color: #525252;
}

a {
   color: #E73D02;
   text-decoration: underline;
}

a:hover, a:focus {
   color: #FE5217;
   text-decoration: none;
}

a:focus {
   outline: none;
}

/* =LAYOUT
-------------------------------------------------------------- */

#container {
   width: 960px;
   margin: 0 auto;
}

#main {
   padding: 15px;   
   background: #fff;
}

#main-fullwidth {
   padding: 15px;
   background: #fff;
}

#content {
   overflow: hidden;
   float: left;
   width: 615px;
}

#sidebar-primary {
   overflow: hidden;
   float: left;
   width: 300px;
   margin-left: 15px;
}

/* =HEADER
-------------------------------------------------------------- */

#header {
   height: 66px;
   padding:20px 0 25px 0;
}

.logo {
   float: left;
}

.logo h1.site_title {
   margin: 0;
   padding:0;
   font-family: Arial, Helvetica, Sans-serif;
   font-size:48px;
   line-height: 40px;
   font-weight: bold;
}

.logo h1.site_title a, .logo h1.site_title a:hover {
   color: #3F3D3D;
   text-decoration: none;
}

.logo h2.site_description {
   margin: 0;
   padding:0;
   color: #E73D02;
   font-family: Arial, Helvetica, Sans-serif;
   font-size:14px;
   line-height: 14px;
}

.header-right {
   float: right;
}

/* =MENUS
-------------------------------------------------------------- */

/* Menu Primary
----------------------------*/

.menu-primary-container {
   float: left;
   padding:0;
   position:relative;
   height: 36px;
   background: url(images/menu-primary-bg.png) left top repeat-x;
   z-index: 400;
}

.menu-primary {
}

.menu-primary ul {
   min-width: 160px;
}

/* First Level - Menu Primary */

.menu-primary li a {
   color: #FFFFFF;
   padding: 13px 15px 12px 15px;
   text-decoration: none;
   font-family: Arial, Helvetica, Sans-serif;
   font-size: 11px;
   text-transform: uppercase;
   font-weight: normal;
   margin: 0 2px 0 0;
}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus,
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
   color: #E73D02;
   outline: 0;
   background: url(images/menu-primary-bg.png) left -136px repeat-x;
}

/* Child Levels - Menu Primary */

.menu-primary li li a {
   color: #fff;
   text-transform: none;
   background: #444343;
   padding: 10px 15px;
   margin: 0;
   border: 0;
   font-weight: normal;
}

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus,
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
   color: #fff;
   background: #E73D02;
   outline: 0;
   border-bottom:0;
   text-decoration: none;
}


/* Arrows Menu Primary */

.menu-primary a.sf-with-ul {
   padding-right: 20px;
   min-width: 1px;
}
.menu-primary  .sf-sub-indicator {
   position: absolute;
   display: block;
   overflow: hidden;
   right: 0;
   top:  0;
   padding: 12px 10px 0 0;
}

.menu-primary  li li .sf-sub-indicator {
   padding: 9px 10px 0 0;
}

/* Shadows Menu Primary */

.wrap-menu-primary .sf-shadow ul {
   background:   url('images/menu-primary-shadow.png') no-repeat bottom right;
}

/* Menu Secondary
----------------------------*/

.menu-secondary-container {
   position:relative;
   height: 34px;
   z-index: 300;
   background: none;
   border-bottom: 5px solid #E73D02;
}

.menu-secondary {}

.menu-secondary ul {
   min-width: 160px;
}

/* First Level - Menu Secondary */
.menu-secondary li a {
   color: #2B2128;
   padding: 11px 15px ;
   text-decoration: none;
   font-family: Arial, Helvetica, Sans-serif;
   font-size: 12px;
   text-transform: uppercase;
   font-weight: bold;
   margin: 0 0 5px 0;
}

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus,
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
   color: #865A78;
   background:#FCFCFC;
   outline: 0;
}

/* Child Levels - Menu Secondary */

.menu-secondary li li a {
   color: #fff;
   background: #444343;
   padding: 10px 15px;
   text-transform: none;
   margin: 0;
   font-weight: normal;
}

.menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus,
.menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
   color: #fff;
   background: #E73D02;
   outline: 0;
}

/* Arrows - Menu Secondary */

.menu-secondary a.sf-with-ul {
   padding-right: 26px;
   min-width: 1px;
}
.menu-secondary  .sf-sub-indicator {
   position: absolute;
   display: block;
   overflow: hidden;
   right: 0;
   top:  0;
   padding: 10px 13px 0 0;
}

.menu-secondary li li .sf-sub-indicator {

   padding: 9px 13px 0 0;
}

/* Shadows - Menu Secondary */

.wrap-menu-secondary .sf-shadow ul {
   background:   url('images/menu-secondary-shadow.png') no-repeat bottom right;
}

/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.post {
   margin-bottom: 15px;
   border-bottom: 0;
}

.page, .post-single {
   border-bottom: 0;
   margin-bottom: 0;
}

.title {
   color: #333333;
   margin: 0 0 10px 0;
   padding: 0;
   font-family: Arial, Helvetica, Sans-serif;
   font-size: 20px;
   line-height: 20px;
   font-weight: bold;
}

.title a {
   color: #333;
   text-decoration: none;
}

.title a:hover {
   color: #E73D02;
   text-decoration: none;
}

.entry {
   line-height: 20px;
}

.featured_image {
   padding: 6px;
   border: 1px solid #E6E1E4;
   background: #fff;
}

.featured-image-container {
   overflow: hidden;
   height: 200px;
   margin-bottom: 15px;
}


.featured-image-container img {
   width: 615px;
}

.page-title {
   color: #333;
   margin: 0px 0 10px 0;
   padding: 0 0 10px 0;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 20px;
   font-family: Arial, Helvetica, Sans-serif;
   border-bottom: 2px solid #ddd;
}

/* Post Metas
----------------------------*/

.postmeta-primary {
   color: #969292;
   font-size: 12px;
   line-height: 18px;
   padding: 0 0 10px 0;
}

.postmeta-secondary {
   color: #969292;
   font-size: 12px;
   line-height: 18px;
   padding: 0 0 10px 0;
}

.postmeta-primary span, .postmeta-secondary span {
   background: url(images/meta-separator.png) left center no-repeat;
   padding:3px 0 3px 10px;
}


.postmeta-primary span:first-child, .postmeta-secondary span:first-child {
   background: none;
   padding-left: 0;
}

/* Read More
----------------------------*/

.readmore {
   margin-bottom: 15px;
   float: right;
}

.readmore a {
   color: #E73D02;
   background: #EEE7E7 url(images/readmore-bg.png) left top repeat-x;
   border: 1px solid #EEE7E7;
   padding: 8px 14px;
   font-size: 12px;
   line-height: 12px;
   display: inline-block;
   text-decoration: none;
   text-transform: uppercase;
}

.readmore a:hover {
   color: #fff;
   background: #E73D02 url(images/readmore-bg.png) left -126px repeat-x;
   border: 1px solid #E73D02;
   text-decoration: none;
}

/* =SITEMAP
-------------------------------------------------------------- */
.sitemap {
}

.sitemap-col {
   width: 30%;
   padding: 0 0 0 10px;
}

.sitemap-col-archives {
   width: 45%;
   padding: 0 0 0 10px;
}

.sitemap h2 {
   font-size: 18px;
   font-weight: bold;
   border-bottom: 2px solid #ddd;
   padding: 0 0 10px 0;
   margin: 0 0 10px 0;
}

.sitemap h3 {
   font-size: 14px;
   font-weight: bold;
   padding: 0;
   margin: 0 0 10px 0;
}

.sitemap-list {
   font-size: 13px;
   line-height: 22px;
}

.sitemap-list, .sitemap-list ul {
   padding: 0 0 0 20px;
}

/* =CONTACT FORM
-------------------------------------------------------------- */
.contact-form {
}

.contact-form-label {
   width: 90px;    
   font-weight: bold;
   font-size: 14px;
   padding: 7px 0;
}

.contact-form-input {
   margin-left: 90px;    
}

.contact-form input[type=text] {
   padding: 6px;
   width: 60%;
   margin-bottom: 20px;
   border: 1px solid #ccc;
   background: #fff;
}

.contact-form input[type=submit] {
   padding: 5px 50px;
   border: 1px solid #ccc;
   background: #eee;
}
.contact-form textarea {
   width: 96%;
   padding: 6px;
   height: 160px;
   margin-bottom: 20px;
   border: 1px solid #ccc;
   background: #fff;
}

.contact-form-required {
   color: red;
}

/* =SLIDER
-------------------------------------------------------------- */

.fp-slider {
   margin: 0 0 15px 0;
}

.fp-slides-container {}

.fp-slides, .fp-thumbnail, .fp-prev-next, .fp-nav {
   width: 615px;
}

.fp-slides, .fp-thumbnail {
   height: 300px;
   overflow: hidden;
   position: relative;
}

.fp-title {
   font-family: Arial, Helvetica, Sans-serif;
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   padding: 0 0 2px 0;
   margin: 0;
}

.fp-title a, .fp-title a:hover {
   color: #fff;
   text-decoration: none;
}

.fp-content {
   position: absolute;
   overflow: hidden;
   padding: 10px 15px;
   bottom: 0;
   left: 0;
   right: 0;
   background: #111;
   opacity: 0.7;
   filter: alpha(opacity = 70);    
}

.fp-content p {
   color: #fff;
   padding: 0;
   margin: 0;
   line-height: 18px;
}

.fp-more,  .fp-more:hover{
   color: #fff;
   font-weight: bold;
}

.fp-nav {
   height: 12px;
   text-align: center;
   padding: 10px 0;
   background: #333;
}

.fp-pager a {
   background-image: url(images/featured-pager.png);
   cursor:pointer;  
   margin: 0 8px 0 0;
   padding: 0;
   display: inline-block;
   width: 12px;
   height: 12px;
   overflow: hidden;
   text-indent: -999px;
   background-position: 0 0;
   float: none;
   line-height: 1;
   opacity: 0.7;
   filter: alpha(opacity = 70);
}

.fp-pager a:hover, .fp-pager a.activeSlide  {
   text-decoration: none;
   background-position: 0 -112px;
   opacity: 1.0;
   filter: alpha(opacity = 100);
}

.fp-prev-next-wrap {
   position: relative;
   z-index: 200;
}

.fp-prev-next {
   position: absolute;
   bottom: 130px;
   left: 0;
   right: 0;
   height: 37px;  
}

.fp-prev {
   float:left;
   margin-left: 14px;
   width:37px;
   height:37px;
   background:url(images/featured-prev.png) left top no-repeat;
   opacity: 0.6;
   filter: alpha(opacity = 60);
}

.fp-prev:hover {
   opacity: 0.8;
   filter: alpha(opacity = 80);
}

.fp-next {
   float:right;
   width:36px;
   height:37px;
   margin-right: 14px;
   background:url(images/featured-next.png) right top no-repeat;
   opacity: 0.6;
   filter: alpha(opacity = 60);
}

.fp-next:hover {
   opacity: 0.8;
   filter: alpha(opacity = 80);
}

/* =WP-PAGENAVI
-------------------------------------------------------------- */

.wp-pagenavi {
   float: left;
}

.wp-pagenavi a, .wp-pagenavi span {
   text-decoration: none;
   padding: 5px 8px;
   margin: 2px;
   font-size: 15px;
   line-height: 15px;
   float: left;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
   color: #E83E04;
   background:none;
}

.wp-pagenavi span.current {
   font-weight: bold;
   color: #fff;
   background:#ED450A;
}

.wp-pagenavi a:hover {
   color: #E83E04;
   background:#F4EEEE;
}

.wp-pagenavi span.pages {
   color: #E83E04;
   background: none;
   padding: 4px 8px 4px 0;
}

.wp-pagenavi span.extend {
   background:transparent;
   color: #E83E04;
   background: none;
}

/* =FOOTER
-------------------------------------------------------------- */

#footer {
   margin-bottom:15px;
}

#copyrights {
   color: #FFFFFF;
   background: #E73D02;
   text-align: center;
   padding: 20px 0;
}

#copyrights a {
   color: #FFFFFF;
}

#copyrights a:hover {
   color: #FFFFFF;
   text-decoration: none;
}

#credits {
   color: #E73D02;
   text-align: center;
   font-size: 11px;
   padding: 10px 0 0 0;
}

#credits a {
   color: #E73D02;
   text-decoration: none;
}

#credits a:hover {
   text-decoration: none;
   color: #E73D02;
}

/* Footer Widgets
----------------------------*/

#footer-widgets {
   background: #FFFFFF;
   padding: 20px 0 0 0;
   border-top: 3px solid #F1E9E9;
}

.footer-widget-box {
   width: 300px;
   float: left;
   margin-left: 15px;
}

.footer-widget-box-last {

}

/* Footer Widgets Color */

#footer-widgets .widget-container {

}

/* Footer Widgets Links */

#footer-widgets .widget-container a {

}

#footer-widgets .widget-container a:hover {

}

/* Footer Widget Title */

#footer-widgets .widgettitle {

}

#footer-widgets .widgettitle, #footer-widgets .widgettitle a, #footer-widgets .widgettitle a:hover {

}

/* Footer List Items */

#footer-widgets .widget ul li {

}

/* Footer Widgets Tabs */

#footer-widgets .tabs-widget li a {

}

#footer-widgets .tabs-widget li a:hover, #footer-widgets .tabs-widget li a.tabs-widget-current {

}

/* Footer Widgets Seaarch */

#footer-widgets #search {

}

#footer-widgets #search #s {

}


/* =WIDGETS
-------------------------------------------------------------- */

/* Widgets Defaults
----------------------------*/

.widget-container {
   list-style-type: none;
   list-style: none;
   margin: 0 0 15px 0;
   padding: 0;
   color: #666666;
   font-size: 13px;
}

.widget-container a {
   color: #666666;
   text-decoration: none;
}

.widget-container a:hover {
   color: #E73D02;
   text-decoration: none;
}

.widgettitle {
   border-bottom: 4px solid #E73D02;
   margin: 0 0 10px 0;
   padding: 10px 0 4px 0;
}

.widgettitle, .widgettitle a, .widgettitle a:hover {
   color: #E73D02;
   font-size: 16px;
   line-height: 16px;
   font-family: Arial, Helvetica, Sans-serif;
   font-weight: bold;
   text-decoration: none;
   text-transform: uppercase;
}

.widget ul {
   list-style-type: none;
   list-style: none;
   margin: 0;
   padding: 0;
}

.widget ul li {
   padding: 0 0 9px 12px;
   margin: 0 0 8px 0;
   background: url(images/widget-list.png) left 4px no-repeat;
   border-bottom: 1px dotted #989898;
}

/* Search
----------------------------*/

#search {
   border: 1px solid #5C5C5C;
   background: #474747 url(images/search.png) 99% 50% no-repeat;
   text-align: left;
   padding: 6px 24px 6px 6px;
}

#search #s {
   background: none;
   color: #A4A4A4;
   border: 0;
   width: 100%;
   padding: 0;
   margin: 0;
   outline: none;
}

#content-search {
   width: 300px;
   padding: 15px 0;
}

#topsearch {
   float: right;
}

#topsearch #s {
   width: 220px;
}

/* Wp Calendar
----------------------------*/

#wp-calendar td:hover, #wp-calendar #today {
   background: #E73D02;
   color: #fff;
}

#wp-calendar td:hover a, #wp-calendar #today a {
   color: #fff;
}

/* Text Widget
----------------------------*/

.textwidget {
   line-height: 18px;
}

/* 125x125 Banners Widget
----------------------------*/

.banners-125 {
   text-align: center;
   margin-bottom: -10px;
}

.banners-125 img {
   margin: 0 5px 5px 5px;
}


/* Posts Widget
----------------------------*/

.posts-widget ul {
   list-style-type: none;
   list-style: none;
   padding: 0;
   margin: 10px 0 0 0;
}

.posts-widget ul li {
   list-style-type: none;
   list-style: none;
   padding: 0 0 15px 0;
   margin: 0 0 15px 0;
   border-bottom: 1px dotted #989898;
}

.posts-widgettitle {
   font-weight: bold;
   padding: 0 0 5px 0;
   margin: 0;
   font-family: Arial, Helvetica, Sans-serif;
   font-size: 14px;
}

.posts-widgettitle a {}

.posts-widgettitle a:hover {}

.posts-widget-meta {
   font-style: italic;  
   padding: 0 0 5px 0;
}

.posts-widget-entry {
   font-family: Arial, Helvetica, Sans-serif;
   line-height: 20px;
}

.posts-widget-more {
   font-weight: bold;
}

.posts-widget-more:hover {}

.posts-widget-featured-image {
   border: 1px solid #E6E1E4;
   padding: 4px;
   background-color: #fff;
}

.posts-widget .alignleft {
   margin: 0 8px 8px 0;
}

.posts-widget .alignright {
   margin: 0 0 8px 8px;
}

.posts-widget .aligncenter {
   margin-bottom: 8px;
}

/* Comments Widget
----------------------------*/

.comments-widget ul {
   list-style-type: none;
   list-style: none;
   padding: 0;
   margin: 10px 0 0 0;
}

.comments-widget ul li {
   list-style-type: none;
   list-style: none;
   padding: 0 0 10px 0;
   margin: 0 0 10px 0;
   border-bottom: 1px dotted #989898;
}

.comments-widget-author {
   text-decoration: none;
   font-weight: bold;
   padding: 0 0 5px 0;
   margin: 0;
}

.comments-widget-author:hover {}

.comments-widget-entry {
   font-family: Arial, Helvetica, Sans-serif;
   line-height: 20px;
}

.comments-widget-more {
   font-weight: bold;
}

.comments-widget-more:hover {}

.comments-widget-avatar {
   border: 1px solid #E6E1E4;
   padding: 4px;
   background-color: #fff;
}

.comments-widget .alignleft {
   margin: 0 8px 0 0;
}

.comments-widget .alignright {
   margin: 0 0 0 8px;
}

.comments-widget .aligncenter {
   margin-bottom: 8px;
}

/* Info Box Widget
----------------------------*/

.infobox-widget ul {
   list-style-type: none;
   list-style: none;
   padding: 0;
   margin: 0;
}

.infobox-widget ul li {
   list-style-type: none;
   list-style: none;
   padding: 0;
   margin: 5px 0 0 0;
}

.infobox-widget ul li a {
   text-decoration: none;
}

.infobox-widget-description {
   line-height: 20px;
}

.infobox-widget-more {
   font-weight: bold;    
}

.infobox-widget-more:hover {  
}


.infobox-widget .alignleft {
   margin: 0 10px 10px 0;
}

.infobox-widget .alignright {
   margin: 0 0 10px 10px;
}

.infobox-widget .aligncenter {
   margin-bottom: 10px;
}

.infobox-widget .inbottom {
   margin-top: 10px;
}

/* Social Profiles Widget
----------------------------*/
.social-profiles-widget img {
   margin: 0 4px 0 0;
}

.social-profiles-widget img:hover {
   opacity: 0.8;
}

/* Tabs Widget
----------------------------*/

.tabs-widget {
   list-style: none;
   list-style-type: none;
   margin: 0 0 10px 0;
   padding: 0;
   height: 26px;
}

.tabs-widget li {
   list-style: none;
   list-style-type: none;
   margin: 0 0 0 4px;
   padding: 0;
   float: left;
}

.tabs-widget li:first-child {
   margin: 0;
}

.tabs-widget li a {
   color: #4F4E42;
   background: #ECE7E7;
   padding: 6px 16px;
   font-family: Arial, Helvetica, Sans-serif;
   font-weight: bold;
   display: block;
   text-decoration: none;
   font-size: 12px;
   line-height: 12px;
}

.tabs-widget li a:hover, .tabs-widget li a.tabs-widget-current {
   background: #E73D02;
   color: #fff;
}

.tabs-widget-content {
}

/* Tweets Widget
----------------------------*/

.tweets-widget ul {
   list-style-type: none;
   list-style: none;
   margin: 0;
   padding: 0;
   line-height: 20px;
   font-family: Arial, Helvetica, Sans-serif;
}

.tweets-widget ul li {
   list-style-type: none;
   list-style: none;
   padding: 0;
   margin: 15px 0 0 0;
}

.tweets-widget ul li:first-child {
   margin-top: 5px;
}

.tweets-widget li.tweets-bird {
   padding-left: 24px;
   background: url(images/tweets.png) left 2px no-repeat;
}

.tweets-widget a {}

.tweets-widget a:hover {}

a.tweets-widget-time {
   text-decoration: underline;
}

a.tweets-widget-time:hover {
   text-decoration: none;
}

/* Facebook Widget
----------------------------*/

.facebook-widget {
   list-style-type: none;
   list-style: none;
   margin: 0;
   padding: 0;
}

/* =COMMENTS
-------------------------------------------------------------- */

#comments {
   margin-bottom: 15px;
}

#comments p {
   margin: 5px 0 10px 0;
}

h3#comments-title {
   font-weight: bold;
   font-size: 20px;
   padding: 0;
   margin: 0 0 15px 0;
}

.commentlist {
   list-style: none;
   margin: 0;
   padding: 0;
}

.commentlist li.comment {
   line-height: 24px;
   margin: 0 0 15px 0;
   padding: 0 0 0 0px;
   position: relative;
}

.commentlist li:last-child {
   border-bottom:none;
   margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
   margin-bottom: 15px;
}

#comments .comment-body blockquote p:last-child {
   margin-bottom: 15px;
}

.commentlist .avatar {
   border: 3px solid #ffffff;
   margin-right: 10px;
   width: 40px;
   height: 40px;
   vertical-align: middle;
   margin-bottom: 2px;
}

.comment-author {
   padding: 5px;
   display: block;
   background: #F2F2F2;
   border: 1px solid #DFDFDF;
   -moz-border-radius: 4px;
   -khtml-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}

.comment-author cite {
   font-style: normal;
   font-weight: bold;
}

.comment-author .says {
   font-style: italic;
}

.fn, .fn a:link, .fn a:hover, .fn a:visited {
   font-family: Arial, Helvetica, Sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}

.comment-meta {
   margin: -23px 0 0 65px;
   display: block;
   font-size: 11px;
   padding:0;
}

.comment-meta a:link,
.comment-meta a:visited {
   text-decoration: none;
}
.commentlist .bypostauthor {
}
.reply {
   text-align: right;
   margin-bottom: 10px;
}

.comment-reply-link  {
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   background: #EDEDED;
   color: #333;
   padding: 2px 8px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   border:  1px solid #999999;
}

.comment-reply-link:hover {
   background: #F5F5F5;
   color: #333;
}


.commentlist .children {
   list-style: none;
   margin: 0;
}

/* Children */

.commentlist .children li {
   border: none;
   margin: 0;
}

.nocomments {
   display: none;
}

#comments .pingback {
   margin-bottom: 18px;
   padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
   margin-top: -6px;
}

#comments .pingback p {
   font-size: 12px;
   line-height: 18px;
   display:block;
   margin: 0;
}

#comments .pingback .url {
   font-style: italic;
   font-size: 13px;
}

/* Comments form */

#respond {
   overflow: hidden;
   position: relative;
   margin-bottom: 15px;
}

h3#reply-title {
   font-weight: bold;
   font-size: 20px;
   padding: 0;
   margin: 0 0 15px 0;
}

#respond .required {
   color:#FF4B33;
}

#respond .comment-notes {
   margin-bottom: 1em;
}

.form-allowed-tags {
   display: none;
}

.children #respond {
   margin: 0 48px 0 0;
}

#comments-list #respond {
   margin: 0 0 18px 0;
}

#comments-list ul #respond {
   margin: 0;
}

#cancel-comment-reply-link {
   font-size: 12px;
   line-height: 18px;
   font-weight: normal;
}

#respond .required {
   color:#FF4B33;
   font-weight:bold;
}

#respond label {
   font-size: 12px;
   font-weight: bold;
}

#respond input {
   margin:10px 0 0 0;
   width:98%;
}

#respond textarea {
   width:98%;
   margin:10px 0 0 0;
}

#respond .form-allowed-tags {
   font-size: 12px;
   line-height: 18px;
}

#respond .form-allowed-tags code {
   font-size: 11px;
}

#respond input[type=submit] {
   margin: 0;
}

#respond .form-submit {
   margin: 0;
}

#respond .form-submit input {
   width: auto;
   font-size: 14px;
}
#respond dl {
   margin: 0 0 10px;
}

#respond dt {
   display: inline;
   font-weight: normal;
}

#respond dd {
   display: inline;
}

/* =END
-------------------------------------------------------------- */

Addyklub

ส่วนหัว ข้อ 2 นะครับ ให้เข้าไปที่การตั้งค่าของ Admin เลยครับ เลือก Appearance>Widgets จากนั้นเลือกตรง Sidebar ครับ จะให้คำว่า Recent Post จากนั้นก็แก้ได้เลยครับ
ส่วนตรง footter นะครับ ให้เข้าไปที่ Widgets ที่เดียวกันครับ เปลี่ยนจากเลือก sidebars เป็นเลือก footer แล้วจะเห็น Contact จากนั้นก็แก้ไขได้ตามปกติครับ ไม่ต้องแก้ Code ใด ๆ ทั้งสิ้นครับ

ปล.หากผิดพลาดประการใดต้องขออภัยมา ณ ที่นี้ครับ (มือใหม่เช่นกัน)  :P

romeotu_2003


romeotu_2003

อ้างถึงจาก: Addyklub ใน 01 พฤษภาคม 2012, 12:22:13
ส่วนหัว ข้อ 2 นะครับ ให้เข้าไปที่การตั้งค่าของ Admin เลยครับ เลือก Appearance>Widgets จากนั้นเลือกตรง Sidebar ครับ จะให้คำว่า Recent Post จากนั้นก็แก้ได้เลยครับ
ส่วนตรง footter นะครับ ให้เข้าไปที่ Widgets ที่เดียวกันครับ เปลี่ยนจากเลือก sidebars เป็นเลือก footer แล้วจะเห็น Contact จากนั้นก็แก้ไขได้ตามปกติครับ ไม่ต้องแก้ Code ใด ๆ ทั้งสิ้นครับ

ปล.หากผิดพลาดประการใดต้องขออภัยมา ณ ที่นี้ครับ (มือใหม่เช่นกัน)  :P
ข้อ 2 ทำได้ไม่มีปัญหาครับ
ในส่วน footter ยังทำไม่ได้คับ ...หาตัว footer contact ไม่เจอคับผม..

Addyklub

อ้างถึงจาก: romeotu_2003 ใน 01 พฤษภาคม 2012, 14:24:10
อ้างถึงจาก: Addyklub ใน 01 พฤษภาคม 2012, 12:22:13
ส่วนหัว ข้อ 2 นะครับ ให้เข้าไปที่การตั้งค่าของ Admin เลยครับ เลือก Appearance>Widgets จากนั้นเลือกตรง Sidebar ครับ จะให้คำว่า Recent Post จากนั้นก็แก้ได้เลยครับ
ส่วนตรง footter นะครับ ให้เข้าไปที่ Widgets ที่เดียวกันครับ เปลี่ยนจากเลือก sidebars เป็นเลือก footer แล้วจะเห็น Contact จากนั้นก็แก้ไขได้ตามปกติครับ ไม่ต้องแก้ Code ใด ๆ ทั้งสิ้นครับ

ปล.หากผิดพลาดประการใดต้องขออภัยมา ณ ที่นี้ครับ (มือใหม่เช่นกัน)  :P
ข้อ 2 ทำได้ไม่มีปัญหาครับ
ในส่วน footter ยังทำไม่ได้คับ ...หาตัว footer contact ไม่เจอคับผม..

Third Footer Widgets Area มีไหมครับ ไม่ Third ก็ First ครับ

SEnzoP

#5
อ้างถึงจาก: romeotu_2003 ใน 01 พฤษภาคม 2012, 14:24:10
อ้างถึงจาก: Addyklub ใน 01 พฤษภาคม 2012, 12:22:13
ส่วนหัว ข้อ 2 นะครับ ให้เข้าไปที่การตั้งค่าของ Admin เลยครับ เลือก Appearance>Widgets จากนั้นเลือกตรง Sidebar ครับ จะให้คำว่า Recent Post จากนั้นก็แก้ได้เลยครับ
ส่วนตรง footter นะครับ ให้เข้าไปที่ Widgets ที่เดียวกันครับ เปลี่ยนจากเลือก sidebars เป็นเลือก footer แล้วจะเห็น Contact จากนั้นก็แก้ไขได้ตามปกติครับ ไม่ต้องแก้ Code ใด ๆ ทั้งสิ้นครับ

ปล.หากผิดพลาดประการใดต้องขออภัยมา ณ ที่นี้ครับ (มือใหม่เช่นกัน)  :P
ข้อ 2 ทำได้ไม่มีปัญหาครับ
ในส่วน footter ยังทำไม่ได้คับ ...หาตัว footer contact ไม่เจอคับผม..

ในหน้า Demo เค้าก็ใช้ Widget Text ธรรมดานี่แหละ
ส่วนตำแหน่งก็น่าจะเป็น Footer Widget Area 3

romeotu_2003


romeotu_2003

ได้ความรู้มากๆเลยครับ....เหลือแต่ส่วนหัวครับ.....ขอบคุณ

สำหรับคำตอบทุกท่านครับ.......ขอบคุณครับ.. :wanwan031:

bankker6480


KenjiroAPI

#9
ถ้าเอา Wordpress มาให้ผมดูตรงๆ ผมจะช่วยได้มากกว่านี้ แต่เท่าที่ดูเป็นเว็บในวงแลน คงได้แค่แนะนำคับ

ลองดูคับว่าเมนูนั้น อยู่ใน ul คลาสอะไร
แล้วไปเทียบใน css คับ ส่วนมากโครงสร้างประมาณนี้

.ul-menu-class li a:hover

แล้วเราก็ลองหา background-color: หรือว่า background: ดูคับ แล้วลองเปลี่ยนสี
ส่วนสีตัวอักษรก็เปลี่ยนตรง color:

ถ้าเป็นไปได้ผมแนะนำให้ save หน้านี้ออกมาเป็น .html แล้วอัพโหลดมาให้สมาชิกในนี้เค้าช่วยดูดีกว่านะคับ
เซฟหน้าเพจนั้นตรงๆ เลยคับ Ctrl+S ธรรมดาๆ นี่แหละ

จะได้ debug ถูก ดูแต่ css code คงเดายากคับ ว่าตำแหน่งไหนเป็น ul อะไร ชื่อคลาสอะไร

emukidz

อ้างถึงจาก: KenjiroAPI ใน 01 พฤษภาคม 2012, 21:43:01
ถ้าเอา Wordpress มาให้ผมดูตรงๆ ผมจะช่วยได้มากกว่านี้ แต่เท่าที่ดูเป็นเว็บในวงแลน คงได้แค่แนะนำคับ

ลองดูคับว่าเมนูนั้น อยู่ใน ul คลาสอะไร
แล้วไปเทียบใน css คับ ส่วนมากโครงสร้างประมาณนี้

.ul-menu-class li a:hover

แล้วเราก็ลองหา background-color: หรือว่า background: ดูคับ แล้วลองเปลี่ยนสี
ส่วนสีตัวอักษรก็เปลี่ยนตรง color:

ถ้าเป็นไปได้ผมแนะนำให้ save หน้านี้ออกมาเป็น .html แล้วอัพโหลดมาให้สมาชิกในนี้เค้าช่วยดูดีกว่านะคับ
เซฟหน้าเพจนั้นตรงๆ เลยคับ Ctrl+S ธรรมดาๆ นี่แหละ

จะได้ debug ถูก ดูแต่ css code คงเดายากคับ ว่าตำแหน่งไหนเป็น ul อะไร ชื่อคลาสอะไร
ทำตามคนนี้บอกครับ ส่วนโค้ดแก้ตรงส่วนนี้ สำหรับเมนูหลัก
.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus,
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
    color: #E73D02;
    outline: 0;
    background: url(images/menu-primary-bg.png) left -136px repeat-x;
}
ส่วนเมนูย่อยๆ ก็อยู่ถัดๆ มาครับ
[direct=http://www.barekadin.com]เสื้อผ้าแฟชั่นราคาถูก[/direct]
[direct=http://www.tshirtstreetwear.com]เสื้อยืดแฟชั่น[/direct]

romeotu_2003

พรุ่งนี้จะลองไปทำดูครับ พร้อมจะเอา html มาให้ดูครับ

อ้างถึงจาก: emukidz ใน 01 พฤษภาคม 2012, 23:32:35
อ้างถึงจาก: KenjiroAPI ใน 01 พฤษภาคม 2012, 21:43:01
ถ้าเอา Wordpress มาให้ผมดูตรงๆ ผมจะช่วยได้มากกว่านี้ แต่เท่าที่ดูเป็นเว็บในวงแลน คงได้แค่แนะนำคับ

ลองดูคับว่าเมนูนั้น อยู่ใน ul คลาสอะไร
แล้วไปเทียบใน css คับ ส่วนมากโครงสร้างประมาณนี้

.ul-menu-class li a:hover

แล้วเราก็ลองหา background-color: หรือว่า background: ดูคับ แล้วลองเปลี่ยนสี
ส่วนสีตัวอักษรก็เปลี่ยนตรง color:

ถ้าเป็นไปได้ผมแนะนำให้ save หน้านี้ออกมาเป็น .html แล้วอัพโหลดมาให้สมาชิกในนี้เค้าช่วยดูดีกว่านะคับ
เซฟหน้าเพจนั้นตรงๆ เลยคับ Ctrl+S ธรรมดาๆ นี่แหละ

จะได้ debug ถูก ดูแต่ css code คงเดายากคับ ว่าตำแหน่งไหนเป็น ul อะไร ชื่อคลาสอะไร
ทำตามคนนี้บอกครับ ส่วนโค้ดแก้ตรงส่วนนี้ สำหรับเมนูหลัก
.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus,
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
    color: #E73D02;
    outline: 0;
    background: url(images/menu-primary-bg.png) left -136px repeat-x;
}
ส่วนเมนูย่อยๆ ก็อยู่ถัดๆ มาครับ

romeotu_2003

 Footer Widgets Area มี ครับ มี ถึง 1-3 เลยครับ แต่มันแก้ไขไม่ได้ครับ
ต้องไปแก้ตรงไหนคับ  มันขึ้นว่า The footer #1 widget area ใน Footer Widgets Area คับ

อ้างถึงจาก: Addyklub ใน 01 พฤษภาคม 2012, 15:54:34
อ้างถึงจาก: romeotu_2003 ใน 01 พฤษภาคม 2012, 14:24:10
อ้างถึงจาก: Addyklub ใน 01 พฤษภาคม 2012, 12:22:13
ส่วนหัว ข้อ 2 นะครับ ให้เข้าไปที่การตั้งค่าของ Admin เลยครับ เลือก Appearance>Widgets จากนั้นเลือกตรง Sidebar ครับ จะให้คำว่า Recent Post จากนั้นก็แก้ได้เลยครับ
ส่วนตรง footter นะครับ ให้เข้าไปที่ Widgets ที่เดียวกันครับ เปลี่ยนจากเลือก sidebars เป็นเลือก footer แล้วจะเห็น Contact จากนั้นก็แก้ไขได้ตามปกติครับ ไม่ต้องแก้ Code ใด ๆ ทั้งสิ้นครับ

ปล.หากผิดพลาดประการใดต้องขออภัยมา ณ ที่นี้ครับ (มือใหม่เช่นกัน)  :P
ข้อ 2 ทำได้ไม่มีปัญหาครับ
ในส่วน footter ยังทำไม่ได้คับ ...หาตัว footer contact ไม่เจอคับผม..

Third Footer Widgets Area มีไหมครับ ไม่ Third ก็ First ครับ

romeotu_2003

CODE HTML คับ
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0021)http://lab_omega/lab/ -->
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"><head profile="http://gmpg.org/xfn/11"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ | หมายเลขโทรศัพท์  110-111</title>
<link rel="stylesheet" href="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/reset.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/defaults.css" type="text/css" media="screen, projection">
<!--[if lt IE 8]><link rel="stylesheet" href="http://lab_omega/lab/wp-content/themes/Rino/lib/css/ie.css" type="text/css" media="screen, projection" /><![endif]-->

<link rel="stylesheet" href="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/style.css" type="text/css" media="screen, projection">

<meta name="robots" content="noindex,nofollow">
<link rel="stylesheet" id="admin-bar-css" href="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/admin-bar.css" type="text/css" media="all">
<link rel="stylesheet" id="NextGEN-css" href="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/nggallery.css" type="text/css" media="screen">
<link rel="stylesheet" id="shutter-css" href="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/shutter-reloaded.css" type="text/css" media="screen">
<script type="text/javascript" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/jquery.js"></script>
<script type="text/javascript" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/superfish.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var shutterSettings = {"msgLoading":"L O A D I N G","msgClose":"Click to Close","imageCount":"1"};
/* ]]> */
</script>
<script type="text/javascript" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/shutter-reloaded.js"></script>
<script type="text/javascript" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/jquery.cycle.all.min.js"></script>
<script type="text/javascript" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/ngg.slideshow.min.js"></script>
<link rel="EditURI" type="application/rsd xml" title="RSD" href="http://lab_omega/lab/xmlrpc.php?rsd">
<link rel="wlwmanifest" type="application/wlwmanifest xml" href="http://lab_omega/lab/wp-includes/wlwmanifest.xml">

<!-- <meta name="NextGEN" version="1.9.3" /> -->
<link rel="shortcut icon" href="http://lab_omega/lab/wp-content/themes/Rino/images/favicon.png" type="image/x-icon">
<link rel="alternate" type="application/rss xml" title="กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ RSS Feed" href="http://lab_omega/lab/?feed=rss2">
<link rel="pingback" href="http://lab_omega/lab/xmlrpc.php">
<style type="text/css" media="print">#wpadminbar { display:none; }</style>
<style type="text/css" media="screen">
   html { margin-top: 28px !important; }
   * html body { margin-top: 28px !important; }
</style>

<!-- Featured Posts -->
<script src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/jquery.cycle.all.js" type="text/javascript"></script>
<!-- /jquery.cycle.all.js -->


</head>

<body class="home blog logged-in admin-bar">

<div id="container">

    <div id="header">
   
        <div class="logo">
         
            <a href="http://lab_omega/lab"><img src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/logo.png" alt="กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ" title="กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ"></a>
         
        </div><!-- .logo -->

        <div class="header-right">
            <a href="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111.htm"><img src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/2012_04_24-042-20120424llPdlITdlEdPO3175.gif" border="0"></a><br>
        </div><!-- .header-right -->
       
    </div><!-- #header -->
   
    <div class="clearfix">
                         <div class="menu-primary-container">
         <ul class="menus menu-primary sf-js-enabled">
                <li class="current_page_item"><a href="http://lab_omega/lab">Home</a></li>
            <li class="page_item page-item-6"><a href="http://lab_omega/lab/?page_id=6">แผนผังงาน</a></li>
<li class="page_item page-item-54"><a href="http://lab_omega/lab/?page_id=54">แกลลอรี่</a></li>
<li class="page_item page-item-62"><a href="http://lab_omega/lab/?page_id=62">วิสัยทัศน์</a></li>
<li class="page_item page-item-64"><a href="http://lab_omega/lab/?page_id=64">พันธ์กิจ</a></li>
         </ul>
      </div>
                      <!--.primary menu-->    
               
        <div id="topsearch">
             
<div id="search" title="Type and hit enter">
    <form method="get" id="searchform" action="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111.htm">
        <input type="text" value="Search" name="s" id="s" onblur="if (this.value == '')  {this.value = 'Search';}" onfocus="if (this.value == 'Search') {this.value = '';}">
    </form>
</div><!-- #search -->        </div>
    </div>
   
            <div class="clearfix">
                             <div class="menu-secondary-container">
         <ul class="menus menu-secondary sf-js-enabled">
               <li class="cat-item cat-item-4"><a href="http://lab_omega/lab/?cat=4" title="กิจกรรม 5 ส. ของกลุ่มงานพยาธิวิทยา">กิจกรรม 5 ส.</a>
</li>
   <li class="cat-item cat-item-6"><a href="http://lab_omega/lab/?cat=6" title="View all posts filed under กิจกรรมอื่นๆ">กิจกรรมอื่นๆ</a>
</li>
   <li class="cat-item cat-item-3"><a href="http://lab_omega/lab/?cat=3" title="ความรุ้เกี่ยวกับ lab ทางห้องปฏิบัติการ">ความรู้ทั่วไป</a>
</li>
   <li class="cat-item cat-item-5"><a href="http://lab_omega/lab/?cat=5" title="ความรู้ทางวิชาการที่เกี่ยวกับห้องปฏิบัติการ">ความรู้ทางวิชาการ</a>
</li>
   <li class="cat-item cat-item-9"><a href="http://lab_omega/lab/?cat=9" title="ตารางเอกสารของกลุ่มงานพยาธิวิทยา">ดาว์โหลดเอกสาร</a>
</li>
   <li class="cat-item cat-item-1"><a href="http://lab_omega/lab/?cat=1" title="ติดต่อสอบถามพูดคุยได้ที่ห้องนี้ครับ">ติดต่อสอบถาม</a>
</li>
   <li class="cat-item cat-item-10"><a href="http://lab_omega/lab/?cat=10" title="View all posts filed under ประชุม-อบรม-สัมนา">ประชุม-อบรม-สัมนา</a>
</li>
   <li class="cat-item cat-item-8"><a href="http://lab_omega/lab/?cat=8" title="ผลงานคุณภาพ CQI">ผลงาน CQI</a>
</li>
         </ul>
      </div>
                      <!--.secondary menu-->    
                </div>
   
    <div id="main">
   
       
        <div id="content">
       
            <div class="fp-slider clearfix">
   
    <div class="fp-slides-container clearfix">
       
        <div class="fp-slides" style="overflow-x: hidden; overflow-y: hidden; ">
       
                           
                    <div class="fp-slides-items" style="position: absolute; z-index: 6; top: 0px; opacity: 1; display: block; width: 615px; height: 300px; left: 0.15148596772041856px; ">
                   
                        <div class="fp-thumbnail">
                            <a href="http://lab_omega/lab/#" title="This is default featured slide 1 title"><img src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/1.jpg"></a>                        </div>
                       
                                               
                    </div>
                   
                               
                    <div class="fp-slides-items" style="position: absolute; opacity: 1; width: 615px; height: 300px; z-index: 5; top: 0px; left: -615px; display: none; ">
                   
                        <div class="fp-thumbnail">
                            <a href="http://lab_omega/lab/#" title="This is default featured slide 2 title"><img src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/2.jpg"></a>                        </div>
                       
                                               
                    </div>
                   
                               
                    <div class="fp-slides-items" style="position: absolute; opacity: 1; width: 615px; height: 300px; z-index: 5; top: 0px; left: -615px; display: none; ">
                   
                        <div class="fp-thumbnail">
                            <a href="http://lab_omega/lab/#" title="This is default featured slide 3 title"><img src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/3.jpg"></a>                        </div>
                       
                                               
                    </div>
                   
                               
                    <div class="fp-slides-items" style="position: absolute; opacity: 1; width: 615px; height: 300px; z-index: 5; top: 0px; left: -615px; display: none; ">
                   
                        <div class="fp-thumbnail">
                            <a href="http://lab_omega/lab/#" title="This is default featured slide 4 title"><img src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/4.jpg"></a>                        </div>
                       
                                               
                    </div>
                   
                               
                    <div class="fp-slides-items" style="position: absolute; opacity: 1; display: block; width: 615px; height: 300px; z-index: 5; top: 0px; left: -614.8482673124624px; ">
                   
                        <div class="fp-thumbnail">
                            <a href="http://lab_omega/lab/#" title="This is default featured slide 5 title"><img src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/5.jpg"></a>                        </div>
                       
                                               
                    </div>
                   
                             
               
                           
        </div>
       
                                       
             
    </div>
   
</div>           
               
    <div class="post-162 post type-post status-publish format-standard sticky hentry category--cqi post clearfix" id="post-162">
   
        <div class="postmeta-primary">

            <span class="meta_date">27, April,2555</span>
           &nbsp;  <span class="meta_categories"><a href="http://lab_omega/lab/?cat=8" title="View all posts in ผลงาน CQI" rel="category">ผลงาน CQI</a></span>

                 
        </div>
       
        <h2 class="title"><a href="http://lab_omega/lab/?p=162" title="Permalink to CQI ครั้งที่ 2 ประจำปี 2555" rel="bookmark">CQI ครั้งที่ 2 ประจำปี 2555</a></h2>
       
                   
        <div class="entry clearfix">
           
            <p style="text-align: center;"><a href="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/1(1).jpg"><img class=" wp-image-164 aligncenter" title="1" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/1(1).jpg" alt="" width="576" height="432"></a></p>
<p>&nbsp;</p>

        </div>
       
                <div class="readmore">
            <a href="http://lab_omega/lab/?p=162#more-162" title="Permalink to CQI ครั้งที่ 2 ประจำปี 2555" rel="bookmark">อ่านต่อ</a>
        </div>
               
    </div><!-- Post ID 162 -->   
    <div class="post-224 post type-post status-publish format-standard hentry category-5 post clearfix" id="post-224">
   
        <div class="postmeta-primary">

            <span class="meta_date">28, April,2555</span>
           &nbsp;  <span class="meta_categories"><a href="http://lab_omega/lab/?cat=5" title="View all posts in ความรู้ทางวิชาการ" rel="category">ความรู้ทางวิชาการ</a></span>

                 
        </div>
       
        <h2 class="title"><a href="http://lab_omega/lab/?p=224" title="Permalink to Lab Safety 2009" rel="bookmark">Lab Safety 2009</a></h2>
       
                   
        <div class="entry clearfix">
           
            <h3 style="text-align: left;"><span style="color: #888888;"><strong>&nbsp;การบริหารจัดการความปลอดภัยทางห้องปฏิบัติการ</strong></span></h3>
<p><a href="http://lab_omega/lab/wp-content/uploads/2012/04/Lab-Safety-2009.pdf">Lab Safety 2009</a></p>

        </div>
       
                <div class="readmore">
            <a href="http://lab_omega/lab/?p=224#more-224" title="Permalink to Lab Safety 2009" rel="bookmark">อ่านต่อ</a>
        </div>
               
    </div><!-- Post ID 224 -->   
    <div class="post-209 post type-post status-publish format-standard hentry category-5 post clearfix" id="post-209">
   
        <div class="postmeta-primary">

            <span class="meta_date">28, April,2555</span>
           &nbsp;  <span class="meta_categories"><a href="http://lab_omega/lab/?cat=5" title="View all posts in ความรู้ทางวิชาการ" rel="category">ความรู้ทางวิชาการ</a></span>

                 
        </div>
       
        <h2 class="title"><a href="http://lab_omega/lab/?p=209" title="Permalink to จุลสารสภาเทคนิคการแพทย์" rel="bookmark">จุลสารสภาเทคนิคการแพทย์</a></h2>
       
                   
        <div class="entry clearfix">
           
            <h3><span style="color: #888888;"><br>
</span></h3>
<p><span style="color: #0000ff;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://lab_omega/lab/wp-content/uploads/2012/04/mt3.pdf">ปี่ที่1 ฉบับที่ 3 กรกฏาคม-กันยายน 2552</a></span></p>
<p><span style="color: #0000ff;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<a href="http://lab_omega/lab/wp-content/uploads/2012/04/mt4.pdf">ปี่ที่1 ฉบับที่ &nbsp;4 &nbsp;ตุลาคม-ธันวาคม 2552</a></span></p>
<p><strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</strong></p>
<p><span style="color: #0000ff;"> </span></p>

        </div>
       
                <div class="readmore">
            <a href="http://lab_omega/lab/?p=209#more-209" title="Permalink to จุลสารสภาเทคนิคการแพทย์" rel="bookmark">อ่านต่อ</a>
        </div>
               
    </div><!-- Post ID 209 -->   
    <div class="post-150 post type-post status-publish format-standard hentry category-1 post clearfix" id="post-150">
   
        <div class="postmeta-primary">

            <span class="meta_date">24, April,2555</span>
           &nbsp;  <span class="meta_categories"><a href="http://lab_omega/lab/?cat=1" title="View all posts in ติดต่อสอบถาม" rel="category">ติดต่อสอบถาม</a></span>

                 
        </div>
       
        <h2 class="title"><a href="http://lab_omega/lab/?p=150" title="Permalink to ประชุม/อบรม-สัมนา" rel="bookmark">ประชุม/อบรม-สัมนา</a></h2>
       
                   
        <div class="entry clearfix">
           
           
        </div>
       
                <div class="readmore">
            <a href="http://lab_omega/lab/?p=150#more-150" title="Permalink to ประชุม/อบรม-สัมนา" rel="bookmark">อ่านต่อ</a>
        </div>
               
    </div><!-- Post ID 150 -->
    <div class="navigation clearfix">
       
        <div class="alignleft"><a href="http://lab_omega/lab/?paged=2"><span>«</span> Older posts</a></div>
        <div class="alignright"></div>
       
    </div><!-- .navigation -->
   
           
                   
        </div><!-- #content -->
   
       
<div id="sidebar-primary">

                <ul class="widget-container"><li class="social-profiles-widget">
             <h3 class="widgettitle">Social Profiles</h3> <a href="http://twitter.com/" target="_blank"><img title="Twitter" alt="Twitter" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/twitter.png"></a><a href="http://facebook.com/" target="_blank"><img title="Facebook" alt="Facebook" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/facebook.png"></a><a href="https://plus.google.com/" target="_blank"><img title="Google Plus" alt="Google Plus" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/gplus.png"></a><a href="http://www.linkedin.com/" target="_blank"><img title="LinkedIn" alt="LinkedIn" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/linkedin.png"></a><a href="http://lab_omega/lab/?feed=rss2" target="_blank"><img title="RSS Feed" alt="RSS Feed" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/rss.png"></a><a href="mailto:[email protected]" target="_blank"><img title="Email" alt="Email" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/email.png"></a>            </li></ul>
                  <ul class="widget-container"><li id="recent-posts-2" class="widget widget_recent_entries">      <h3 class="widgettitle">บทความล่าสุด</h3>      <ul>
            <li><a href="http://lab_omega/lab/?p=224" title="Lab Safety 2009">Lab Safety 2009</a></li>
            <li><a href="http://lab_omega/lab/?p=209" title="จุลสารสภาเทคนิคการแพทย์">จุลสารสภาเทคนิคการแพทย์</a></li>
            <li><a href="http://lab_omega/lab/?p=162" title="CQI ครั้งที่ 2 ประจำปี 2555">CQI ครั้งที่ 2 ประจำปี 2555</a></li>
            <li><a href="http://lab_omega/lab/?p=150" title="ประชุม/อบรม-สัมนา">ประชุม/อบรม-สัมนา</a></li>
            <li><a href="http://lab_omega/lab/?p=84" title="ตารางและแบบฟอร์ม">ตารางและแบบฟอร์ม</a></li>
            </ul>
      </li></ul><ul class="widget-container"><li id="calendar-2" class="widget widget_calendar"><h3 class="widgettitle">&nbsp;</h3><div id="calendar_wrap"><table id="wp-calendar">
   <caption>May 2012</caption>
   <thead>
   <tr>
      <th scope="col" title="Monday">M</th>
      <th scope="col" title="Tuesday">T</th>
      <th scope="col" title="Wednesday">W</th>
      <th scope="col" title="Thursday">T</th>
      <th scope="col" title="Friday">F</th>
      <th scope="col" title="Saturday">S</th>
      <th scope="col" title="Sunday">S</th>
   </tr>
   </thead>

   <tfoot>
   <tr>
      <td colspan="3" id="prev"><a href="http://lab_omega/lab/?m=201204" title="View posts for April 2012">« Apr</a></td>
      <td class="pad">&nbsp;</td>
      <td colspan="3" id="next" class="pad">&nbsp;</td>
   </tr>
   </tfoot>

   <tbody>
   <tr>
      <td colspan="1" class="pad">&nbsp;</td><td>1</td><td id="today">2</td><td>3</td><td>4</td><td>5</td><td>6</td>
   </tr>
   <tr>
      <td>7</td><td>8</td><td>9</td><td>10</td><td>11</td><td>12</td><td>13</td>
   </tr>
   <tr>
      <td>14</td><td>15</td><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td>
   </tr>
   <tr>
      <td>21</td><td>22</td><td>23</td><td>24</td><td>25</td><td>26</td><td>27</td>
   </tr>
   <tr>
      <td>28</td><td>29</td><td>30</td><td>31</td>
      <td class="pad" colspan="3">&nbsp;</td>
   </tr>
   </tbody>
   </table></div></li></ul><ul class="widget-container"><li id="categories-2" class="widget widget_categories"><h3 class="widgettitle">หมวดหมู่</h3>      <ul>
   <li class="cat-item cat-item-5"><a href="http://lab_omega/lab/?cat=5" title="ความรู้ทางวิชาการที่เกี่ยวกับห้องปฏิบัติการ">ความรู้ทางวิชาการ</a> (6)
</li>
   <li class="cat-item cat-item-9"><a href="http://lab_omega/lab/?cat=9" title="ตารางเอกสารของกลุ่มงานพยาธิวิทยา">ดาว์โหลดเอกสาร</a> (1)
</li>
   <li class="cat-item cat-item-1"><a href="http://lab_omega/lab/?cat=1" title="ติดต่อสอบถามพูดคุยได้ที่ห้องนี้ครับ">ติดต่อสอบถาม</a> (2)
</li>
   <li class="cat-item cat-item-8"><a href="http://lab_omega/lab/?cat=8" title="ผลงานคุณภาพ CQI">ผลงาน CQI</a> (1)
</li>
      </ul>
</li></ul><ul class="widget-container"><li id="archives-2" class="widget widget_archive"><h3 class="widgettitle">Archives</h3>      <ul>
         <li><a href="http://lab_omega/lab/?m=201204" title="April 2012">April 2012</a></li>
      </ul>
</li></ul><ul class="widget-container"><li id="meta-2" class="widget widget_meta"><h3 class="widgettitle">Meta</h3>         <ul>
         <li><a href="http://lab_omega/lab/wp-admin/">Site Admin</a></li>         <li><a href="http://lab_omega/lab/wp-login.php?action=logout&_wpnonce=5818bfa3b2">Log out</a></li>
         <li><a href="http://lab_omega/lab/?feed=rss2" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li>
         <li><a href="http://lab_omega/lab/?feed=comments-rss2" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li>
         <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li>
                  </ul>
</li></ul><ul class="widget-container"><li id="text-2" class="widget widget_text"><h3 class="widgettitle">ขอบเขตบริการ</h3>         <div class="textwidget">งานพยาธิวิทยาคลินิก ประกอบด้วย 6 งาน คือ งานเคมีคลินิก งานโลหิตวิทยา งานจุลทรรศนศาสตร์ งานจุลชีววิทยา และงานธนาคารเลือด โดยมีขอบเขตการบริการดังนี้
เวรเช้า   เวลาปฏิบัติงาน  :  8:00 น – 16:00 น. โดยจะให้บริการครบทุกงาน
                 เวรบ่าย  เวลาปฏิบัติงาน  :  วันราชการ 16:00 น. – 24:00 น. ให้บริการตรวจวิเคราะห์เฉพาะผู้ป่วยใน                                   
โดยจะให้บริการครบทุกงาน
:  วันหยุดราชการ/วันหยุดนักขัตฤกษ์ 16:00 น.–24:00 น. เป็นระบบ On call   
โดยให้บริการเฉพาะงานธนาคารเลือด
เวรดึก   เวลาปฏิบัติงาน   :  24:00-8:00 น.เป็นระบบ On call โดยจะให้บริการเฉพาะงานธนาคารเลือด
</div>
      </li></ul>   
</div><!-- #sidebar-primary -->       
               
    </div><!-- #main -->
   
   
    <div id="footer-widgets" class="clearfix">
                <div class="footer-widget-box">
            <ul class="widget-container"><li class="widget"><h3 class="widgettitle">Blogroll</h3>
   <ul class="xoxo blogroll">
<li><a href="http://codex.wordpress.org/">Documentation</a></li>
<li><a href="http://wordpress.org/extend/plugins/">Plugins</a></li>
<li><a href="http://wordpress.org/extend/ideas/">Suggest Ideas</a></li>
<li><a href="http://wordpress.org/support/">Support Forum</a></li>
<li><a href="http://wordpress.org/extend/themes/">Themes</a></li>
<li><a href="http://wordpress.org/news/">WordPress Blog</a></li>
<li><a href="http://planet.wordpress.org/">WordPress Planet</a></li>

   </ul>
</li></ul>
        </div>
       
        <div class="footer-widget-box">
            <ul class="widget-container"><li class="widget"><h3 class="widgettitle">Tags</h3><div class="tagcloud"></div>
</li></ul>        </div>
       
        <div class="footer-widget-box footer-widget-box-last">
            <ul class="widget-container"><li class="widget"><h3 class="widgettitle">Contact</h3>         <div class="textwidget">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nis.<br><br> <span style="font-weight: bold;">Our Company Inc.</span><br>2458 S . 124 St.Suite 47<br>Town City 21447<br>Phone: 124-457-1178<br>Fax: 565-478-1445</div>
      </li></ul>        </div>
       
    </div>

    <div id="footer">
   
        <div id="copyrights">
             © 2012  <a href="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111.htm">กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ</a>
        </div>
       
               
        <div id="credits">Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a> | Designed by: <a href="http://businessemailhosting.com/exchange-server/">Exchange Server</a> | Thanks to <a href="http://www.virtualservergeeks.com/virtual-server-hosting/">Virtual Server hosting</a>, <a href="http://virtualdesktoponline.com/remote-desktop/">Windows Remote Desktop</a> and <a href="http://projectserverhosting.com/project-management-software/">Best Project Management Software</a></div><!-- #credits -->
       
    </div><!-- #footer -->
   
</div><!-- #container -->

<script type="text/javascript" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/hoverIntent.js"></script>
<script type="text/javascript" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/admin-bar.js"></script>
      <div id="wpadminbar" class="" role="navigation">
         <div class="quicklinks">
            <ul id="wp-admin-bar-root-default" class="ab-top-menu">
      <li id="wp-admin-bar-wp-logo" class="menupop"><a class="ab-item" tabindex="10" aria-haspopup="true" href="http://lab_omega/lab/wp-admin/about.php" title="About WordPress"><span class="ab-icon"></span></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-wp-logo-default" class="ab-submenu">
      <li id="wp-admin-bar-about" class=""><a class="ab-item" tabindex="10" href="http://lab_omega/lab/wp-admin/about.php">About WordPress</a>      </li></ul><ul id="wp-admin-bar-wp-logo-external" class="ab-sub-secondary ab-submenu">
      <li id="wp-admin-bar-wporg" class=""><a class="ab-item" tabindex="10" href="http://wordpress.org/">WordPress.org</a>      </li>
      <li id="wp-admin-bar-documentation" class=""><a class="ab-item" tabindex="10" href="http://codex.wordpress.org/">Documentation</a>      </li>
      <li id="wp-admin-bar-support-forums" class=""><a class="ab-item" tabindex="10" href="http://wordpress.org/support/">Support Forums</a>      </li>
      <li id="wp-admin-bar-feedback" class=""><a class="ab-item" tabindex="10" href="http://wordpress.org/support/forum/requests-and-feedback">Feedback</a>      </li></ul></div>      </li>
      <li id="wp-admin-bar-site-name" class="menupop"><a class="ab-item" tabindex="10" aria-haspopup="true" href="http://lab_omega/lab/wp-admin/">กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐ...</a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-site-name-default" class="ab-submenu">
      <li id="wp-admin-bar-dashboard" class=""><a class="ab-item" tabindex="10" href="http://lab_omega/lab/wp-admin/">Dashboard</a>      </li></ul><ul id="wp-admin-bar-appearance" class=" ab-submenu">
      <li id="wp-admin-bar-themes" class=""><a class="ab-item" tabindex="10" href="http://lab_omega/lab/wp-admin/themes.php">Themes</a>      </li>
      <li id="wp-admin-bar-widgets" class=""><a class="ab-item" tabindex="10" href="http://lab_omega/lab/wp-admin/widgets.php">Widgets</a>      </li>
      <li id="wp-admin-bar-menus" class=""><a class="ab-item" tabindex="10" href="http://lab_omega/lab/wp-admin/nav-menus.php">Menus</a>      </li>
      <li id="wp-admin-bar-background" class=""><a class="ab-item" tabindex="10" href="http://lab_omega/lab/wp-admin/themes.php?page=custom-background">Background</a>      </li></ul></div>      </li>
      <li id="wp-admin-bar-comments" class=""><a class="ab-item" tabindex="10" href="http://lab_omega/lab/wp-admin/edit-comments.php" title="0 comments awaiting moderation"><span class="ab-icon"></span><span id="ab-awaiting-mod" class="ab-label awaiting-mod pending-count count-0">0</span></a>      </li>
      <li id="wp-admin-bar-new-content" class="menupop"><a class="ab-item" tabindex="10" aria-haspopup="true" href="http://lab_omega/lab/wp-admin/post-new.php" title="Add New"><span class="ab-icon"></span><span class="ab-label">New</span></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-new-content-default" class="ab-submenu">
      <li id="wp-admin-bar-new-post" class=""><a class="ab-item" tabindex="10" href="http://lab_omega/lab/wp-admin/post-new.php">Post</a>      </li>
      <li id="wp-admin-bar-new-media" class=""><a class="ab-item" tabindex="10" href="http://lab_omega/lab/wp-admin/media-new.php">Media</a>      </li>
      <li id="wp-admin-bar-new-link" class=""><a class="ab-item" tabindex="10" href="http://lab_omega/lab/wp-admin/link-add.php">Link</a>      </li>
      <li id="wp-admin-bar-new-page" class=""><a class="ab-item" tabindex="10" href="http://lab_omega/lab/wp-admin/post-new.php?post_type=page">Page</a>      </li>
      <li id="wp-admin-bar-new-user" class=""><a class="ab-item" tabindex="10" href="http://lab_omega/lab/wp-admin/user-new.php">User</a>      </li></ul></div>      </li></ul><ul id="wp-admin-bar-top-secondary" class="ab-top-secondary ab-top-menu">
      <li id="wp-admin-bar-search" class=" admin-bar-search"><div class="ab-item ab-empty-item" tabindex="-1"><form action="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111.htm" method="get" id="adminbarsearch"><input class="adminbar-input" name="s" id="adminbar-search" tabindex="10" type="text" value="" maxlength="150"><input type="submit" class="adminbar-button" value="Search"></form></div>      </li>
      <li id="wp-admin-bar-my-account" class="menupop with-avatar"><a class="ab-item" tabindex="10" aria-haspopup="true" href="http://lab_omega/lab/wp-admin/profile.php" title="My Account">Howdy, admin<img alt="" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/c6e6fb999a0813608dd645f7b6924847" class="avatar avatar-16 photo" height="16" width="16"></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-user-actions" class=" ab-submenu">
      <li id="wp-admin-bar-user-info" class=""><a class="ab-item" tabindex="-1" href="http://lab_omega/lab/wp-admin/profile.php"><img alt="" src="./กลุ่มงานพยาธิวิทยา คุณภาพเด่น เน้นมาตราฐาน งานปลอดภัย ใส่่ใจบริการ   หมายเลขโทรศัพท์ 110-111_files/c6e6fb999a0813608dd645f7b6924847(1)" class="avatar avatar-64 photo" height="64" width="64"><span class="display-name">admin</span></a>      </li>
      <li id="wp-admin-bar-edit-profile" class=""><a class="ab-item" tabindex="10" href="http://lab_omega/lab/wp-admin/profile.php">Edit My Profile</a>      </li>
      <li id="wp-admin-bar-logout" class=""><a class="ab-item" tabindex="10" href="http://lab_omega/lab/wp-login.php?action=logout&_wpnonce=5818bfa3b2">Log Out</a>      </li></ul></div>      </li></ul>         </div>
      </div>

      
<script type="text/javascript">
/* <![CDATA[ */
jQuery.noConflict();
jQuery(function(){
   jQuery('ul.menu-primary').superfish({
   animation: {opacity:'show'},
autoArrows:  true,
                dropShadows: false,
                speed: 200,
                delay: 800
                });
            });

jQuery(function(){
   jQuery('ul.menu-secondary').superfish({
   animation: {opacity:'show'},
autoArrows:  true,
                dropShadows: false,
                speed: 200,
                delay: 800
                });
            });

jQuery(document).ready(function() {
   jQuery('.fp-slides').cycle({
      fx: 'scrollHorz',
      timeout: 4000,
      delay: 0,
      speed: 400,
      next: '.fp-next',
      prev: '.fp-prev',
      pager: '.fp-pager',
      continuous: 0,
      sync: 1,
      pause: 1,
      pauseOnPagerHover: 1,
      cleartype: true,
      cleartypeNoBg: true
   });
});

/* ]]> */
</script>

</body></html>

KenjiroAPI

แก้ CSS ตรงนี้เลยคับ

อ้างถึง
.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus,
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
    color: #865A78;
    background:#FCFCFC;
    outline: 0;
}

เปลี่ยน background เป็นสีพื้นหลังที่ต้องการ, เปลี่ยน color เป็นสีตัวหนังสือที่ต้องการคับ

sirwilliams43054

ผมดูแล้วตาลาย น่าจะนัดกันไปคุยสักที่นะครับ

SEARCH MONOPOLYเน้นการทำ SEO สำหรับนักบริหาร เน้นการวางเนื้อหาเชิงกลยุทธ์ พัฒนาการเติบโตทาง Organic อย่างยั่งยืน Google Analytics Certificate & Web Analyst Expert
[direct=http://sirwilliams.org/no_more_seo/]เลิกทำ SEO แล้วครับ[/direct]

romeotu_2003


SEnzoP

อ้างถึงจาก: romeotu_2003 ใน 02 พฤษภาคม 2012, 12:06:57
Footer Widgets Area มี ครับ มี ถึง 1-3 เลยครับ แต่มันแก้ไขไม่ได้ครับ
ต้องไปแก้ตรงไหนคับ  มันขึ้นว่า The footer #1 widget area ใน Footer Widgets Area คับ

อ้างถึงจาก: Addyklub ใน 01 พฤษภาคม 2012, 15:54:34
อ้างถึงจาก: romeotu_2003 ใน 01 พฤษภาคม 2012, 14:24:10
อ้างถึงจาก: Addyklub ใน 01 พฤษภาคม 2012, 12:22:13
ส่วนหัว ข้อ 2 นะครับ ให้เข้าไปที่การตั้งค่าของ Admin เลยครับ เลือก Appearance>Widgets จากนั้นเลือกตรง Sidebar ครับ จะให้คำว่า Recent Post จากนั้นก็แก้ได้เลยครับ
ส่วนตรง footter นะครับ ให้เข้าไปที่ Widgets ที่เดียวกันครับ เปลี่ยนจากเลือก sidebars เป็นเลือก footer แล้วจะเห็น Contact จากนั้นก็แก้ไขได้ตามปกติครับ ไม่ต้องแก้ Code ใด ๆ ทั้งสิ้นครับ

ปล.หากผิดพลาดประการใดต้องขออภัยมา ณ ที่นี้ครับ (มือใหม่เช่นกัน)  :P
ข้อ 2 ทำได้ไม่มีปัญหาครับ
ในส่วน footter ยังทำไม่ได้คับ ...หาตัว footer contact ไม่เจอคับผม..

Third Footer Widgets Area มีไหมครับ ไม่ Third ก็ First ครับ

ลาก Widget Text เข้าไปไว้ แล้วใส่ข้อความตามต้องการเลย

medusakbpom

#18
ในข้อ 1.อยากให้วางเมาส์แล้วมีสีบริเวณนั้นครับ
ไม่ทราบว่าได้ยังตรงที่เอาเมาส์ชี้อะครับแต่ผมอยากช่วย
แก้ในไฟล์ style.css ค้นหา

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus,
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
   color: #FFFFFF;
   /*background: url(images/menu-secondary-bg.png) left -138px repeat-x;*/
   background:โค้ดสี;
   outline: 0;
   -moz-border-radius: 5px 5px 0 0;
   -khtml-border-radius: 5px 5px 0 0;
   -webkit-border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
}

romeotu_2003


ยัีงไม่ได้ครับพยายามแล้วเดี่ยวผมลองอีกครับ ขอบคุณครับ

อ้างถึงจาก: medusakbpom ใน 03 พฤษภาคม 2012, 09:23:49
ในข้อ 1.อยากให้วางเมาส์แล้วมีสีบริเวณนั้นครับ
ไม่ทราบว่าได้ยังตรงที่เอาเมาส์ชี้อะครับแต่ผมอยากช่วย
แก้ในไฟล์ style.css ค้นหา

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus,
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
   color: #FFFFFF;
   /*background: url(images/menu-secondary-bg.png) left -138px repeat-x;*/
   background:โค้ดสี;
   outline: 0;
   -moz-border-radius: 5px 5px 0 0;
   -khtml-border-radius: 5px 5px 0 0;
   -webkit-border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
}