Afficher un message
Vieux 27/03/2008, 23h05   #2
Bergamot
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Alignment of 'editbox'

paracdo@gmail.com wrote:
>
> Everything is working fine except the alignment of the 'editbox' on
> the 'editmodus'.
>
> http://en.full-ops.be/index.php?titl...na&action=edit
>
> It appears always beneath the last menubox on the left.


textarea (line 189)
{
width: 100%;
}

Width does not include padding or borders, so the width may actually be
something like 101% with those added, causing it to overflow and slide
under the left column. Try changing the width to 98% and see what happens.

--
Berg
  Réponse avec citation
 
Page generated in 0,05743 seconds with 9 queries