I posted to teranews server but now am having problems getting to the group.
Am trying Google...
View this graphic:
I can't get that affect using this HTML/CSS:
{I didn't do the one with the checkboxes}
<html>
<head>
<title>Form1</title>
<style type="text/css">
body {
background:#C2B FA5;
}
.RadioGroup1 {
font-family:'MS Sans Serif';
font-size:8px;
position: absolute;
left:183px;
top:184px;
width:185px;
height:105px;
}
.RadioGroup1_Ra dioButton_0 {
position: relative;
left:8px;
top:14px;
}
.RadioGroup1_Ra dioButton_1 {
position: absolute;
left:8px;
top:43px;
}
.RadioGroup1_Ra dioButton_2 {
position: absolute;
left:8px;
top:72px;
}
</style>
</head>
<body>
<fieldset class="RadioGro up1">
<legend>RadioGr oup1</legend>
<input type="radio"
name="RadioGrou p1_RadioButton_ 0"
class="RadioGro up1_RadioButton _0" />
<label for="RadioGroup 1_RadioButton_0 ">One</label>
<input type="radio"
name="RadioGrou p1_RadioButton_ 1"
class="RadioGro up1_RadioButton _1" />
<label for="RadioGroup 1_RadioButton_1 ">Two</label>
<input type="radio"
name="RadioGrou p1_RadioButton_ 2"
class="RadioGro up1_RadioButton _2" />
<label for="RadioGroup 1_RadioButton_2 ">Three</label>
</fieldset>
</body>
</html>
Am trying Google...
View this graphic:
I can't get that affect using this HTML/CSS:
{I didn't do the one with the checkboxes}
<html>
<head>
<title>Form1</title>
<style type="text/css">
body {
background:#C2B FA5;
}
.RadioGroup1 {
font-family:'MS Sans Serif';
font-size:8px;
position: absolute;
left:183px;
top:184px;
width:185px;
height:105px;
}
.RadioGroup1_Ra dioButton_0 {
position: relative;
left:8px;
top:14px;
}
.RadioGroup1_Ra dioButton_1 {
position: absolute;
left:8px;
top:43px;
}
.RadioGroup1_Ra dioButton_2 {
position: absolute;
left:8px;
top:72px;
}
</style>
</head>
<body>
<fieldset class="RadioGro up1">
<legend>RadioGr oup1</legend>
<input type="radio"
name="RadioGrou p1_RadioButton_ 0"
class="RadioGro up1_RadioButton _0" />
<label for="RadioGroup 1_RadioButton_0 ">One</label>
<input type="radio"
name="RadioGrou p1_RadioButton_ 1"
class="RadioGro up1_RadioButton _1" />
<label for="RadioGroup 1_RadioButton_1 ">Two</label>
<input type="radio"
name="RadioGrou p1_RadioButton_ 2"
class="RadioGro up1_RadioButton _2" />
<label for="RadioGroup 1_RadioButton_2 ">Three</label>
</fieldset>
</body>
</html>
Comment