با سلام
من میخواهم مطالب سایت در وسط صفحه قرار بگیره ولی فقط در Internet Explorer درست عمل می کنه و در Mozilla Firefox و Google Chrome فقط سمت چپ و یا راست کار می کنه و اگر در فایل استایل بنویسم وسط، دوباره می افته سمت راست!
کد ساده قالب:
<div class="post">
<div class="title"><?php the_title(); ?></div>
<div class="entry"><?php the_content(); ?></div>
<div class="pic"><img src="<?php echo catch_that_image() ?>" /></div>
</div>
کد استایل:
.post {
width: 700px;
height: 300px;
float: center;
}
.title {
width: 700px;
background: url('images/title.gif') no-repeat top;
height: 50px;
float: center;
margin: 0 0 30px 0;
}
.entry {
width: 350px;
height: 200px;
float: right;
}
.pic {
width: 350px;
height: 200px;
float: left;
}
عکس نمونه:
http://img98.com/images/yhd1e5zhf6rcytmuji48.png