dalam script html/php, kita sering mengalami kendala untuk menentukan lebar kontrol combo box (kita sebut select.)
berikut cara menentukan lebar combo box :
<html>
<head>
<title></Title>
<body>
<!-- mengatur lebar combo 200px -->
<select name="combo" id="combo" style="width:200px">
<!-- mengatur lebar combo 100px -->
<select name="combo" id="combo" style="width:100px">
</body>
</head>
</html>
semoga bermanfaat. trimakasih.
berikut cara menentukan lebar combo box :
<html>
<head>
<title></Title>
<body>
<!-- mengatur lebar combo 200px -->
<select name="combo" id="combo" style="width:200px">
<!-- mengatur lebar combo 100px -->
<select name="combo" id="combo" style="width:100px">
</body>
</head>
</html>
semoga bermanfaat. trimakasih.