1
i just want to use float:right; in article module for the index page.
so i change the code from
.article-header-image{
float: left;
text-align: center;
font-size: small; /* caption */
margin: 0px 10px 10px 0px;
}
to:
.article-header-image{
float: right;
text-align: center;
font-size: small; /* caption */
margin: 0px 0px 10px 10px;
}
and it works fine in FF but IE get me a messy page
see:
ok in ff:
http://xoops.ir/uploads/article_ff.jpgnot ok in ie:
http://xoops.ir/uploads/article_ie.jpgi try many ways but still cant sort it out. anyone can help?