Help with Firefox
-
Hello all –
I have a rediculously simple question I hope someone here can help me out with. When I view my blog with Firefox (my browser of choice) all the drop down menu’s arrows are shifted to the left, like so:
https://www.progressiveink.com/firefox_mess.gif
here’s the index code:
<div class=”box”>
- Archives
<form name=”archiveform” action=””>
<select name=”archive_chrono” onchange=”window.location = (document.forms.archiveform.archive_chrono[document.forms.archiveform.archive_chrono.selectedIndex].value);”>
<option value=”>Order By Month</option>
<?php wp_get_archives(‘format=option’); ?>
</select>
</form>
</div>
I can’t for the life of me figure out how to fix this for cross-browser compatibility. It’s a problem that just crawls under the skin, you know?
Any advice would be greatly appreciated.
Best….
- Archives
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Help with Firefox’ is closed to new replies.