-
Relative positioning in IE6
Hello there,
Is there any known problem with IE6 and relative positioning?
I have implemented relative positioning, it appears normal in FF but no effect in IE6.
Thanx.
-
-
Not really. Are you sure you mean:
?
IE 6 does not do:
That said, position:relative; can be influence by the align attribute and text-align property in the element itself or its parent or other ancestor(s) as well as by the <center> tag as a parent or ancestor element. In itself, position:relative; doesn't do a lot unless left:, top:, right:, and/or bottom: are specified. And, depending upon DOCTYPE, units must be specified, ex:
not:
There are differences in the box model rendering in IE that can throw off positioning relatively though, it usually will still have some effect. Oddly, IE will allow position relative on a table cell (<td>) while FF will not.
-
-
okie thanx for your answer..
I have find a solution from another post you had answered.
First i defined a blank relative div and after that a fixed div with proper offset.
It worked for now..
thanx
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks