RadioButtonList placing text before radio button

When creating a master page with Artisteer 4.2.0.60483 (Beta) for CCS 5.1 Release Preview, the radio button text is appearing before the radio button instead of after.  CCS support said to add float: left; to .art-radiobutton>input[type=”radio”].  So I added the following to the CSS Export options:

.art-radiobutton>input[type="radio"]
{
   float: left;
   vertical-align: baseline;
   margin: 0 5px 0 0;
}

The same thing can be accomplished for a checkbox list.

.art-checkbox>input[type="checkbox"]
 {
    float: left;
    vertical-align: baseline;
    margin: 0 5px 0 0;
 }

Their complete response:

Hello Craig,
I see the problem.
As workaround add the float:left to style.css file:

.art-radiobutton > input[type="radio"] {
float: left;



Also I would recommend that you upgrade CCS Export Plugin, the version 1.7 is available.


Best regards,

Helen Y.
Extensoft, Inc.
/ Artisteer
Artisteer – The Automated Web Designer
http://www.artisteer.com
Twitter: http://twitter.com/ArtisteerTeam