Positioning radio buttons
Solved/Closed
                    
        
                    BrianGreen
    
        
                    Posts
            
                
            1005
                
                            Registration date
            Saturday January 17, 2015
                            Status
            Moderator
                            Last seen
            September 30, 2021
            
                -
                            Updated by BrianGreen on 15/03/17 at 06:48 AM
                        
BrianGreen Posts 1005 Registration date Saturday January 17, 2015 Status Moderator Last seen September 30, 2021 - Mar 15, 2017 at 10:03 AM
        BrianGreen Posts 1005 Registration date Saturday January 17, 2015 Status Moderator Last seen September 30, 2021 - Mar 15, 2017 at 10:03 AM
        Related:         
- Positioning radio buttons
 - Mobile radio code - Guide
 - Winamp radio - Guide
 - Asus volume buttons not working - Guide
 - Readon tv movie radio player - Download - Movies, series and TV
 - Turn off radio on iphone - Guide
 
1 response
                
        
                    BrianGreen
    
        
                    Posts
            
                
            1005
                
                            Registration date
            Saturday January 17, 2015
                            Status
            Moderator
                            Last seen
            September 30, 2021
            
            
                    149
    
    
                    
Mar 15, 2017 at 10:03 AM
    Mar 15, 2017 at 10:03 AM
                        
                    Yipeeeeeeee!!!
I found it by accident.
my code is now:
HTML
CSS
I award myself a REAL beer ...
... and as its my birthday a large shot of rum.
I will leave this one open for a bit in case anyone has some improvements to my code :^)
                
                
            I found it by accident.
my code is now:
HTML
<category>
<p>Category</p>
<form>
<passw0rd><input type='radio' id='password' name='category' value=1> Password</passw0rd>
<subs><input type='radio' id='subs' name='category' value=2> Subs</subs>
<user_setup><input type='radio' id='user_setup' name='category' value=3> User Setup</user_setup>
<add_operator><input type='radio' id='add_operator' name='category' value=4> Add Operator</add_operator>
</form>
</category>
CSS
category passw0rd {
position: absolute;
left: 173px;
top: 231px;
}
category subs {
position: absolute;
left: 300px;
top: 231px;
}
category user_setup {
position: absolute;
left: 173px;
top: 251px;
}
category add_operator {
position: absolute;
left: 300px;
top: 251px;
}
I award myself a REAL beer ...
... and as its my birthday a large shot of rum.
I will leave this one open for a bit in case anyone has some improvements to my code :^)
        
    
    
    
    
