so if the code is like this,
CODE
<table style="position:absolute; top:247px; left:598px; width:208px; height:; height: 107px;"34px; border="0">
<tr>
<td height="129"><form name="Jump" id="Jump">
<script language="JavaScript" type="text/javascript">
function jumpJumpMenu(){
location=document.Jump.menu.options[document.Jump.menu.selectedIndex].value;
}
</script>
<span class="style1">Search by Fragrance </span><br />
<select name="menu" style="font-family:'Arial';color:#000000;background-color:#FFFFFF;font-size:8pt;">
<option value="
should it now be like this?
CODE
<table style="position:absolute; top:247px; left:598px; width:208px; height:; height: 107px;"34px; border="0">
<tr>
<td height="129"><form name="Jump" id="Jump">
<script language="JavaScript" type="text/javascript">
function jumpJumpMenu(){
location=document.Jump.menu.options[document.Jump.menu.selectedIndex].value;
}
</script>
<span class="style1">Search by Fragrance </span><br />
<select name="menu" style=width: 50px;text-overflow: ellipsis;"font-family:'Arial';color:#000000;background-color:#FFFFFF;font-size:8pt;">
<option value="
if not, what should it look like? btw, looking on google i noticed that this css thingy may not work for firefox? is that correct? because i need something that will work in both IE and firefox.
This post has been edited by clintmyster: 10 Oct, 2007 - 12:07 AM