| alignment |
Text |
| |
| The alignment attribute can be set to center, top, bottom, start, or end. If the position attribute is set to start, then the alignment attribute center positions the radio buttons centered on the child element, the alignment attribute top positions the radio buttons higher than the child element and the alignment attribute bottom positions the radio buttons lower than the child element. If the position attribute is set to top, then the alignment attribute start positions the radio buttons to the right, the alignment attribute end positions the radio buttons to the left above the child element, and the alignment center positions the radio buttons centered above the child element. Using an alignment attribute with the wrong position attribute has no effect. For example, using position start with alignment end produces the same result as alignment center.
|