CoWBoY wrote:
Then, how I must proceed to obtain a look like in IE6 ?
Therefore the stamp floats to the right and it stands there even the
window is resized.
Did you use the code/styles I provided?
It's all there, tested and working across browser-land - no matter how
you resize the window.
The "trick" is to 'position: absolute;' relative to <div id="wrap">
since that element doesn't change size with window-size, which is why I
styled 'position: relative;' on <div id="wrap">.
Now you can change 'top:nn;' and 'right:nn;' on this:
<div style="position: absolute; top: 0; right: 15px;"><img ...
...until it lands exactly where you like it to be - in all browsers.
Note: avoid inline styles for anything but test-pages. Use IDs and
classes instead and move it all to the page-head or an external stylesheet.
Note also: IE6 is in quirks mode, so its 'box model' deviates from the
W3C 'box model'. Set some borders on elements and see the differences.
However, <div id="wrap"> is identical in both 'box models' because
there's no margins, borders or paddings on it, which makes it a stable
base for cross-browser positioning.
Some more on positioning:
<http://www.w3.org/TR/CSS21/visuren.html#comparison>
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/