i'm having some problems with netscape 4 compatibility on a website i'm working on ...
1. the select box above the navigation on the left appears as text in netscape 4
2. there's a strange reaction when i have a <input type="text"> and then an <input type="image"> beside each other....if you look at the top right corner, you'll see what i mean...there's an ugly looking box underneath the text box, and the image is vertically offset below the textbox
basically, for problem 1, the dom up to that point looks like:
<html><body><form><table><tr><td><div><p>...
i then have tried inserting just a <select>, and it wouldn't render, so i wrapped it in another form tag, and it still wouldn't...any ideas??
for problem 2, i have
<td align="right" valign="center">
<input type="text" value="Search" class="box" />
<input type="image" src="search.gif" alt="Search" border="0" />
</td>
where my class for the textbox looks like
INPUT.BOX {
FONT-FAMILY: Tahoma;
FONT-SIZE: 8pt;
WIDTH: 100px;
BORDER: 1px #777777 solid;
MARGIN: 2px;
}
there's a bunch of css and whatnot, and there's a ton of stuff going on behind the scenes....if you could just take a look at the source and see if you see anything in particular, it'd be cool
thanks a lot...any suggestions would be great....
p.s. only the top quick links work on the left, the bottom ones are junk mike griffith
----------------------------
mgriffith@lauren.com
mdg12@po.cwru.edu
1. the select box above the navigation on the left appears as text in netscape 4
2. there's a strange reaction when i have a <input type="text"> and then an <input type="image"> beside each other....if you look at the top right corner, you'll see what i mean...there's an ugly looking box underneath the text box, and the image is vertically offset below the textbox
basically, for problem 1, the dom up to that point looks like:
<html><body><form><table><tr><td><div><p>...
i then have tried inserting just a <select>, and it wouldn't render, so i wrapped it in another form tag, and it still wouldn't...any ideas??
for problem 2, i have
<td align="right" valign="center">
<input type="text" value="Search" class="box" />
<input type="image" src="search.gif" alt="Search" border="0" />
</td>
where my class for the textbox looks like
INPUT.BOX {
FONT-FAMILY: Tahoma;
FONT-SIZE: 8pt;
WIDTH: 100px;
BORDER: 1px #777777 solid;
MARGIN: 2px;
}
there's a bunch of css and whatnot, and there's a ton of stuff going on behind the scenes....if you could just take a look at the source and see if you see anything in particular, it'd be cool
thanks a lot...any suggestions would be great....
p.s. only the top quick links work on the left, the bottom ones are junk mike griffith
----------------------------
mgriffith@lauren.com
mdg12@po.cwru.edu