* Erik Abele wrote:
> just one little thing: in Mozilla the search button is aligned fully to
> the bottom. Looks pretty ugly :) Perhaps something like the following
> can help to override the standard <p> line-height of 1.3em:
>
> #index-page input {
> line-height: 1.1em; /* or alternatively 1em or 100% ? */
> }
this moved up the text in IE ;-)
#index-page form p {
line-height: 1.1em;
}
seems to be a common solution.
Thanks, nd
--
package Hacker::Perl::Another::Just;print
[EMAIL PROTECTED] split/::/ =>__PACKAGE__]}~;
# Andr� Malo # http://www.perlig.de #
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]