Dropdown Fix?
-
If you view my page in IE the dropdown box for the categories is messed up. The categories are not in the box, but this only happens in IE.
Here is the code for it:
<form id="catform" action="<?php echo $PHP_SELF ?>" method="post">
<p style="margin: 0px; padding: 0px;"> <select id="cat" onchange="submit(this.form);">
<option value="">Select One</option>
<?php dropdown_cats(); ?>
</select></form>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Dropdown Fix?’ is closed to new replies.