Home › Forums › CSS › [Solved] Position:Fixed issue in IE › Re: [Solved] Position:Fixed issue in IE
May 27, 2010 at 11:52 am
#76647
Member
When using absolute positioning… it’s best to use left, right, top, and bottom properties.
Code:
.langSelector { left:314px; position:absolute; text-align:right; width:95px; z-index:999; }