Имеется такой код. Помогите к этому приставить полосу вертикальной прокрутки Код (Text): <div align="center"> <?php echo ("<input type='radio' name='bg' value='1' checked><img src='".$pathbg."1.png'/>"); $t=$tbgrow; for ($x=2; $x<=$countbg; $x++) { echo ("<input type='radio' name='bg' value='".$x."'><img src='".$pathbg.$x.".png'/>"); if($t==$x) { echo ("<br>"); $t+=$tbgrow; } } ?>