The below css coding is used in my page. But in chrome it displays the image fine. but in firefox it breaks. I dont know why it shows like that. If anybody know the solution for this please help me. Thanks in advance.
.vote
{
position:absolute;
margin: 53px 3px 0 115px;
}
http://domian.com/mysite/pollpage.php?id=2&mview=72
This is my website page. The vote image alignment is correct in chrome but not in firefox
…
Now define your main div
#polling .pollpagewidth div .contentboxposition relativeand give toimg tag position absoluteand define right or bottom value according to your designHi now add this css in your style sheet and fixed this problem