This is a discussion on "IE & FF rendering input image in table differently, WTF!?" within the Web Page Design section. This forum, and the thread "IE & FF rendering input image in table differently, WTF!? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
IE & FF rendering input image in table differently, WTF!?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
IE & FF rendering input image in table differently, WTF!?
Anyone know how to fix the rendering of the image in this form in IE?
It behaves as I expected in would in FF3.0 i.e. It placed the image's bottom edge in line with the bottom edge of the surrounding text but for some reason I can't fathom IE7 places the image way higher. I was convinced it was my dodgy CSS until I deleted the .css file and all the IDs! Thanks :-] Roger. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <body> <div> <table> <tr> <td>Click </td> <td> <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="image" src="paypal.jpg" name="submit" alt="Make payment with PayPal"> </form> </td> <td> to pay</td> </tr> </table> </div> </body> </html> |
![]() |
| Tags |
| explorer, firefox, form, internet, misaligned, paypal, table |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSS BG image in table. | Rick | Starting Out | 1 | Jul 21st, 2008 20:36 |
| CSS no repeat BG image in table. | Rick | Starting Out | 6 | Jul 12th, 2008 00:52 |
| background image table properties | geyids | Web Page Design | 3 | Apr 18th, 2007 21:23 |
| Need help with an image in a table | tennis4you | Starting Out | 1 | Jan 9th, 2007 03:01 |
| Fonts display differently in FF and IE | Chico | Web Page Design | 4 | Jan 2nd, 2006 13:52 |