frando schrieb: > - Changing the css to position: none and then back to position: block > - changing the position css attribute to 'table-cell'
Did you mean the position *property* or did you mean display? The values you are talking of are for the display property, so if you tried what you wrote, that wouldn't have had any effect. Browser ignore declarations with unkown (incorrect) property values. Do not confuse them. display: inline|block|table-cell|none|... position: static|relative|absolute|fixed -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
