Jump to content

makeDropDownList css ??


davey_b_

Recommended Posts

<html>
<head>
<meta name="generator" content="PhpED Version 4.5 (Build 4513)">
<title>sample</title>
<meta name="author" content="Barand">
<style type='text/css'>
#myselect {
    background-color: #FF0;
    color: #00F;
    font-size: 18pt;
}
</style>
</head>
<body>
<select id='myselect' name='myselect'>
         <option>AAA</option>
         <option>BBB</option>
         <option>CCC</option>
</select>
</body>
</html>

Link to comment
https://forums.phpfreaks.com/topic/102116-makedropdownlist-css/#findComment-522746
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.