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