ImageButton Designing error in IE 6.0
-
Hi, I am using .net 2.0. In my project I have a gridview in a table. In that gridview I have ImageButtons in the ItemTemplate tag. When I run the project it works fine in Mozila. But in IE 6.0, the image buttons are not wrapped the text in its datafield and the whole table design is collapsed. Please give me an idea to design the ImageButton that will suit all browsers. Thanking You.
-
Hi, I am using .net 2.0. In my project I have a gridview in a table. In that gridview I have ImageButtons in the ItemTemplate tag. When I run the project it works fine in Mozila. But in IE 6.0, the image buttons are not wrapped the text in its datafield and the whole table design is collapsed. Please give me an idea to design the ImageButton that will suit all browsers. Thanking You.
IE6 is almost certainly deviating from the standard. If you're using a standard server control, the framework should deal with it. You need to look at the generated HTML and work out how to change it so that it works in IE6.
Christian Graus Driven to the arms of OSX by Vista.