Ahmed K wrote: > hello! > > actually "right" is a style. that takes a mesure. > www.zvon.org its in css2 i think > > ok so i should try to set floating to "right" for the other items beside it > right??? > > > i don't want to use align becasue as far as i know it is deprecated > > thanks! > > >
You are right, float and right as style commands are part of CSS 2.0. Therefore could be problems with older browsers. "float" actually is the command for text flow around the image, for positioning you should use the combination "position:absolute;right:0px;" Maybe that "relative" instead of "absolute" would be better. Test it. but, as already said, "right" is part of CSS 2.0. Best regards
