I have a form where I use the following submit button
<form bla bla bla>
<input type="submit" class="buttonclass" style="width : 80px:" value="Enter">
</form>
The class is on an external css page.
This works great in IE but in NN(4.7 i think) I get a small gray box with the type in it and then a rectangle under it that looks like my class button in IE. I can only click the gray button.
What am I forgeting or missing about NN?
The only dumb questions are the ones that are never asked
<form bla bla bla>
<input type="submit" class="buttonclass" style="width : 80px:" value="Enter">
</form>
The class is on an external css page.
This works great in IE but in NN(4.7 i think) I get a small gray box with the type in it and then a rectangle under it that looks like my class button in IE. I can only click the gray button.
What am I forgeting or missing about NN?
The only dumb questions are the ones that are never asked