I am trying to place my div with some notes in the bottom right position of the screen which will be displayed all time.
I used following css for it:
#foo
{
position: fixed;
bottom: 0;
right: 0;
}
It works fine with Chrome 3 and Firefox 3.6 but IE8 sucks...
what can be a suitable solution for it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…