When you go to the drop down menu and highlight the different options, the red boxes appear on what you can edit.
This only appears in Firefox, if you open the same page in IE, they don't show up.
Also, the pop up when you clickTopMenu Button 1 only works in Firefox, but again, it doesn't pop up in IE.
Code is pretty simple: I used dreamweaver's drop down menu/list
PHP Code:
<option selected="selected"
onmouseover="h_TopButton1();" onmouseout="h_TopButton1Off();"
onClick="window.open('TopMenu4_Content/Text/E_Content1.php','mywindow','width=590,height=420')">
Top Menu Button 1
</option>
h_TopButton1 and h_TopButton1Off just toggle the red box on and off.
Thanks for any help, I need this to work on both browsers, and I'm stumped on why it doesn't work in IE.
Thanks a lot
Last edited by AnarchistX; 08-15-2006 at 09:57 AM.
The code is pretty simple, I figured it would work unless there was something about IE that doesn't support using the onmouseover command inside a drop down list?
Anyone have any ideas?
Last edited by AnarchistX; 08-15-2006 at 01:17 PM.
Bookmarks