i cant seem to change the select box border with
select
{
border: 1px solid #0b7fbc;
font-size: 10px;
background-color: #ffffff;
}
i want to have my select boxes the same style as my input boxes.
see here <!-- m --><a class="postlink" href="http://hive-dev.net/jobbeginner/index.php?page=register">http://hive-dev.net/jobbeginner/index.php?page=register</a><!-- m -->
ive allready searched this forum but couldnt find the appropriate
thx for helpI don't believe you can change the border but you can change the size with font-sizewhy not, sounds silly to me, or is there a technical reason?
select
{
border: 1px solid #0b7fbc;
font-size: 10px;
background-color: #ffffff;
}
i want to have my select boxes the same style as my input boxes.
see here <!-- m --><a class="postlink" href="http://hive-dev.net/jobbeginner/index.php?page=register">http://hive-dev.net/jobbeginner/index.php?page=register</a><!-- m -->
ive allready searched this forum but couldnt find the appropriate
thx for helpI don't believe you can change the border but you can change the size with font-sizewhy not, sounds silly to me, or is there a technical reason?