As you can see on the upper right corner of this site, I have 3 icons there but if you are using IE6 you will not see it. Ohh, I hate ie... hehehehe Any solutions?
You should add special code for IE 6 on your CSS. For example you can add : _position:absolute; _margin-right:50pt; _left:170px; _top:0px; Code (markup): to display a page's component exactly where you want. Firefox, IE 7 and many other browser are ignoring those line of codes because you added underscore in front of each line. IE 6 reads those codes and therefore use it as reference when displaying a page. It works on my site, and hopefully works for you too.