Sorry, that should probably be position:absolute with right-docking (right:0px;)
On 8/11/07, Andrew Robinson <[EMAIL PROTECTED]> wrote: > instead maybe try: > > position:relative; > right: 0px; > > or > > position: relative; > float: right; > > On 8/11/07, Stephen Friedrich <[EMAIL PROTECTED]> wrote: > > Thanks, I think that's too much work to do that for each element and > > also will not work when user scales the page/font size. > > I'll think I try and write a little javascript that reorders the label and > > icon > > in an onload event. > > > > Daniel Niklas wrote: > > > Hi, > > > > > >> This feels like it should be a no-brainer, but I just have no idea how to > > >> do that: > > >> How do I get the "required icon" to show up _after_ the label instead of > > >> before it? > > > No solution, but a "hack": you can do something like: > > > postion: relative; > > > left: 270px; > > > > > > It works for example in the component guide demo-app, but if you do so, > > > you > > > have to know the width of the input component. > > > > > > Regards > > > Daniel > > > > >

