[css-d] Width of relatively positioned floats

2006-05-16 Thread Liz Castro
I happened upon a strange thing by accident: by mistake I didn't set the width of a relatively positioned float explicitly, but nothing bad happened... I've tested it far and wide and I can't get it to break. #navbuttons {position:relative; float:right; z-index:1} And I looked all over the CSS

Re: [css-d] Width of relatively positioned floats

2006-05-16 Thread Ingo Chao
Liz Castro wrote: I happened upon a strange thing by accident: by mistake I didn't set the width of a relatively positioned float explicitly, but nothing bad happened... I've tested it far and wide and I can't get it to break. #navbuttons {position:relative; float:right; z-index:1} And I