choccy
EMT Gladding
Registered: Jan 2001
Location: Ashburn, VA and Cambridgeshire, UK
Posts: 2226 |
It's not a display issue, it's a code being sent issue.
If I make my browser/user agent and pretend to be IE, I get different code back, and it renders exactly the same on screen.
Looking at the quick reply box (for example). With Mozilla, I get this HTML code back:
code: <textarea name="message" rows="7" cols="50" wrap="virtual" tabindex="1"></textarea>
But, with IE, and with Mozilla and the IE user agent, I get this back from TC:
code: <textarea name="message" rows="7" cols="80" wrap="virtual" tabindex="1"></textarea>
Clearly, TC is sending different HTML depending on the browser's user agent, and when Mozilla is detected, it's building an input box only 50 characters wide, instead of 80.
See what I mean?
Oh, and it gets better.. with Lynx, I get:
code: <textarea name="message" rows="7" cols="60" wrap="virtual" tabindex="1"></textarea>
Yep, 60 colums!
__________________
Tim; RHCE #80800292680663; postcount++;
Visit Tim's big ole' list of deep links, http://r-9.net/!.
"I'm not possessed just perverted." - whoknows55 / "Tim is right" - Raj / do not click here!
POST #4 | Report this post to a moderator
| IP: Logged
|