I cannot figure out this positioning problem in Firefox. It doesn\'t seem to follow the absolute positioning rule. Is there something I\'m doing that shouldn\'t be done, but
Try this:
Three Two Three Two
and for css:
#two { position: absolute; top: 0px; } #wrapper { position: relative; }