I have to place some banner on the right hand side of display.
As I used CSS code and it works in Mozilla, there is issue with IE as it does not display in the correct way:
.mybanner1 {
position: fixed;
bottom: 7px;
right: 7px;
text-align: center;
}
How to solve this in IE and Mozilla?