Hi, basically, I have a top bar and a bottom bar on a page. I want them both to follow the user and be in the same place when they scroll, however, this only works on Firefox. Is there anyway I can get it to work in Internet Explorer too?
Help will be appreciated a lot, and also +rep will be given, thank you.Code:#bottombar { height: 30px; width: 100%; position: fixed; bottom: 0px; color: #000000; } #topbar { height: 30px; width: 100%; position: fixed; top: 0px; color: #000000; }![]()





Reply With Quote



(I use them too, by the way, so I'm not slamming the DIVs)


