OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
CSS with Input & TextArea tags, NN4x vs IE problems
This page's ID:
10703
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Lurch: No you are right. e-maestro: Shoot over to the GN (button at the bottom of the page) and read through briggl's 2 excellent CSS tutorials. What should solve your problem is, as Lurch says, the use of @import. I extract the styles that cause NS4.x to do soemthing odd and put them in naughty.css (or whatever you like) and then bring it in using @import - NS4.x doesn't support @import and so will ignore those styles. Problem solved. I would think about setting the widths of your inputs and textareas as I've never had a problem like this and I've used a lot of forms before but the quick fix is the one above. [edit: Just read the original thread: [url=http://www.ozoneasylum.com/Forum4/HTML/000066.html]www.ozoneasylum.com/Forum4/HTML/000066.html[/url] and it depends on what you want. Bugs knows what he is talking about and if you want them to be exactly the same then you may have to do something like he suggests. one other thought - you might want to specifically set the font-size for the inputs and textareas e.g.: [code] input, textarea { font-size: 10px; } [/code] which might help - NS4.x is problematic with certain styles but you should be able to get somewhere with the ideas people have out forward] Emps [This message has been edited by Emperor (edited 04-02-2002).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »