2012-05-28 6 views
1

http://www.masterrenny.com/armorsmiths/ < <에서가는는 당신이 바로</p> <p>이에 떠있는 이미지 사업부에서 진행 텍스트를 중지 메신저 가진 문제를 볼 수있는 텍스트

<style> 
.prof { width:970px; overflow:hidden; margin-top:20px; } 
.prof .title { font-size:35px; float:left; text-transform:uppercase; width:970px; overflow:hidden; font-weight:bold; z-index:9998; border-bottom:solid 1px #CCC; margin-bottom:20px; position: relative; } 
.prof .img {width:300px; height:300px; overflow:hidden; margin-bottom:5px; padding:5px; border: solid #CCC 1px; z-index:9999; position: absolute; left:818px; background:white;} 
.prof .meta { } 
.prof .content {overflow:hidden; position: relative; } 
</style> 

<!--Prof Start--> 
<div class="prof"> 
<div class="title"><?php the_title(); ?></div> 
<div class="meta"></div> 
<?php if(has_post_thumbnail()): ?> 
<?php $fullImage = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'full'); ?> 
<?php $image = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'prof-feature'); ?> 
<div class="img"></a> <img src="<?php echo $image[0]; ?>" alt="<?php the_title(); ?>" width='300' height='300' /></div> 
    <?php endif; ?> 
<?php the_content(); ?> 
</div> 
<!--Prof End--> 

내가 캔트 사용하여 코드 메신저 div를입니다 부동 :(

답변

0

이동 "wpslred"내부의 제목 사업부를 알아낼 것 같다. 그것은

+0

wpslred는 레드 박스 안에 플러그인에서되는 것 그 인스턴트 메신저를 사용하여, 그냥 오른쪽에 떠있는 이미지 div 아래에 가서 텍스트를 얻으려고 메신저 – MasterRenny