The issue here is of course internet explorer - all that "_position: _top: expression"-stuff is to help IE get its act together, why couldn't they just have supported "position: fixed" properly.
On Dec 18, 8:04 pm, Jan Poulsen <[email protected]> wrote: > I want to create a tool/application bar like the one in the bottom of > facebook, just in the top of the browser instead, and i found this: > > .fixed { > position: fixed; > top: 0; /* or any value ! */ > _position: absolute; > _top: expression(eval(document.documentElement.scrollTop) > +"px"); > /* > OR FOR NON COMPLIANT DOCTYPES > _top: expression(eval(document.body.scrollTop)+"px"); > */ > > } > > It seems to work, however, my "bar" places it self to the right of the > main container (container div), how do i get it to center correctly > like the container div? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---
