Forum Moderators: open
Name:
________________
¦________________¦ (input:type=text)
Email:
________________
¦________________¦ (input:type=text)
Message:
________________
¦.....................................¦ (input:type=textarea)
¦.....................................¦
¦.....................................¦
¦.....................................¦
¦________________¦
However in safari and iexplorer the text and textarea types with the same values are out of alignment
eg
Name:
________________
¦________________¦
Email:
________________
¦________________¦
Message:
_____________________
¦.................................................¦
¦.................................................¦
¦.................................................¦
¦.................................................¦
¦_____________________¦
is there a html solution to this or i should post in the css section?
<input type="text" />and
<textarea>being the same.
In that case you need set the exact width in % in CSS to both form elements. Don't set it to 100%, set it to 85%. It sometimes glitches in some browsers.
schwartz,
I'm curious about your first recommendation...
My personal experience is that, before FireFox, I built most pages in IE first and "tweaked" to make them function in "other" browsers. I've now found that if I build my pages using FireFox as my baseline, I have not even half the tweaking for cross browser functionality and suspiciously enough, generally my efforts are almost all focused on making IE display properly.
What I'm saying is that I find IE to be the exception, not the rule and I find your recommendation dangerously contradictory to what I've experienced.
What am I missing?
Can you elaborate on "why" you made this suggestion?
SuperN¤vaCain
If you code for IE's non-standard behaviors, or depend on its error handling to bail you out, then getting the other browsers to work properly after-the-fact can be a nasty process.
[edited by: tedster at 6:52 pm (utc) on June 27, 2005]
Thanks for the replys the problem is solved now.
I, and I am sure other people in this thread, would like to know what was the solution? Would you mind sharing, as it might help others in future as well.
By the way, there is a great service called BrowserCam for cross browser testing for those that don't like to open IE. ;) And for those that simply don't have access to all major browsers.
They also have one day trial.
[edit]I re-read edward301 message and realised that I wrote exactly the same thing %)[/edit]