http://qs1969.pair.com?node_id=382063


in reply to Desired maintenance for Perlmonks CSS

textarea {
  width: 100%;
  height: 25em;
}

This is not cross-browser friendly (one amongst many parts of your CSS that is so)

  • Comment on Re: Desired maintenance for Perlmonks CSS

Replies are listed 'Best First'.
Re^2: Desired maintenance for Perlmonks CSS
by synistar (Pilgrim) on Aug 13, 2004 at 18:03 UTC

    Which browsers are you refering to? Safari? Mozilla? Lynx? A cellphone?

    The issues invoved with creating a truly cross-browser compatible CSS layout are pretty hairy. But they are not insurmountable. It just takes a bunch of patience and testing.

    I am all for a rewrite to do this. However if the HTML is scattered throughout the code there are larger issues to contend with. Maybe cleaning the codebase up first to get all the presentational markup together into one place and taking a more template oriented approach would be the logical first step here? I have never looked at the code so please correct me if this has already been done.