Forum Moderators: open
In the days of Netscape 4.x I just allowed some extra space for the fact that Netscape was going to display the fields larger.
I've now discovered that in version 6 it is displaying <input> and <textarea> fields all the way to the edges of whatever space they are in (i.e. a table cell)
Anyone know a way around this?
There are even browsers (gasp) that allow you to specify what font to use for forms and form fields. I'm using a 9pt terminal font here right now with 162 columns input width for this message. (I think you know which browser I'm using [searchengineworld.com].)
A quick trick to setup the same textbox to be roughly the same size on both NN4 and IE is as follows:
<input type="text" size="10" style="width:70px">
Netscape will ignore the width in the style attribute and use the size.
IE will ignore the size and use the width in the style.
Adjust each value to get the box appearing as you wish and Voila, approximately the same size textbox in both browsers.
J
Leaving room wass not an option. It worked for NS4.x but with NS6 the size difference is enough that I'd have start designing for screen resolutions above 800x600 in order to "leave room" ;-)
BTW- Someone changed the title of my post from: "Netscape is S**an". Why did you do that? We're talking about a joke... not profanity and definitely not somthing that's offensive to anyone but the most anal of people.
Anyway, I suppose censorship is your prerogative but if you're going to leave it changed, do me a favor and remove the sub title since it no longer makes sense.
One of our admins changed it, to make it stand out better to the site search engine. I don't want to seem repressive, so I changed it back.
In general, one of the things we moderators and admins tune into is that we are all building a knowledge base here for future use. With that in mind we do try to keep titles descriptive and threads on-topic -- and sometimes we edit and split threads, etc, to improve things for the future user.
No offense intended. After all, you did use a smilie!
And now back to our regularly scheduled programming.
When the layout needs very tight control, I deliver two different versions of form inputs -- sometimes wholly different pages and sometimes just a different css file. In this case, I think that sniffing for Netscape is the best road to precision.
For the benefit of members, all titles must reflect the content of the post. We average 80-150 active threads per day. Many users scan the active list or the subboards index page (titles of posts) to see if there is anything interesting in the post.
Does "Netscape is Satan" reflect the content of the post? If so - we have a problem.
Yes I did change the title and would do it again.
Titles are extremely special cases. Titles go:
- on the active list,
- on the title of the page,
- get indexed by search engines,
- into the site search engine, and finally
- into new email post and response notifications.
They are used by everyone when viewing forums. They are extremely special cases. One of the top complaints of all time in Usenet and in many forums is against posts whose title does not reflect the page content.
--
I am figuring out where to put the above on the board. I'll see if I can link it next to "title" on post creation and special mention in the help files.
Sorry Ian; again, I should have messaged you about it.
<added>The message compose screen has been updated to reflect the above.</added>
To Webmonkey's article about form element sizes in different browsers [hotwired.lycos.com]