By kingto on
hello,
there's an issue occurred when i used fivestar module under Internet Explorer.
this is the correct display under Firefox and Chrome: http://www.18wos.org/files/1.PNG
this is the incorrect display under my IE7: http://www.18wos.org/files/2.PNG
the css value is as follows:
.fivestar-widget {
display: inline;
float: right;
margin-right: 7px;
margin-top:4px;
}
the webpage is at: http://www.18wos.org/category/game-edition/euro-truck-simulator
could anyone help me with it?
that's very kind of u.
Comments
I think you need to float
I think you need to float that p tag with the description to the left... for some reason it's trying to clear the right. Maybe if you just do clear:none on the p tag?
yeah, it's all right. thx a
yeah, it's all right. thx a lot!
same
same problem that I have encountered, got a definite solution from your post. thank you ;)