[pmwiki-users] A question about skins
porneL
mailinglist at pornel.net
Tue Aug 8 11:18:55 CDT 2006
On Tue, 08 Aug 2006 16:28:36 +0100, Patrick R. Michaud
<pmichaud at pobox.com> wrote:
> If CSS offered the possibility of saying something like "11em+10px",
> then this wouldn't be a problem.
It's not straigtforward, but in many cases it does -- for example you can
use margin-left:11em; padding-left:10px; to move content 11em+10px from
left.
To have width of "11em+10px" you can use trick like that:
<div style="width: 10em; margin-right:10px">
<div style="margin-right: -10px;">
<textarea style="width:100%">...</textarea>
</div></div>
--
regards, porneL
More information about the pmwiki-users
mailing list