PDA

View Full Version : Firefox issue


florida
04-29-2009, 01:14 AM
I have an input working with IE but it wont work with Firefox.

I am using input tag inside a div tag. Anything special with input tag I need to do with Firefox?

Here is my input tag:

<div id="myname">
<input type="text" name="city" id="city">
</div>

bdl
04-29-2009, 02:17 AM
No, that's absolutely standard markup there, should work in any browser. What is the problem?