Left margin"s for ActivePerl"s html help file

Left margin"s for ActivePerl"s html help file

am 01.10.2007 21:06:13 von seannakasone

I just downloaded ActivePerl for x86 32-bit windows and I noticed the
leftmost text in the lines are beyond the left margin of the window, so we
can't see the first line in every line. Anybody else notice this? Is
there an easy way to fix this?

Re: Left margin"s for ActivePerl"s html help file

am 01.10.2007 21:48:40 von Mirco Wahab

Sean Nakasone wrote:
> I just downloaded ActivePerl for x86 32-bit windows and I noticed the
> leftmost text in the lines are beyond the left margin of the window, so
> we can't see the first line in every line. Anybody else notice this?

Looks like some "box-model" error of MSIE 5/6

> Is there an easy way to fix this?

Firefox works perfectly.

Regards

M.

Re: Left margin"s for ActivePerl"s html help file

am 01.10.2007 21:56:09 von Mirco Wahab

Mirco Wahab wrote:
> Sean Nakasone wrote:
>> I just downloaded ActivePerl for x86 32-bit windows and I noticed the
>> leftmost text in the lines are beyond the left margin of the window,
>> so we can't see the first line in every line. Anybody else notice this?
>
> Looks like some "box-model" error of MSIE 5/6
>
>> Is there an easy way to fix this?

Another way: rename the three .css-files in
the \Perl\html directory to .css-x or
something.

This will fix IE's problem.

Regards

M.

Re: Left margin"s for ActivePerl"s html help file

am 01.10.2007 22:50:50 von seannakasone

Yes, renaming the css files worked. I'm using IE 6.
thankyou very much.

Re: Left margin"s for ActivePerl"s html help file

am 10.10.2007 23:08:32 von Graham

I made the following mod to the "ul" section of the Active.css file to
resolve this problem:


/* Graham 19 Sep 2007: changed margin from -15px to 15px */
ul
{
list-style-image: url("images/greysmallbullet.gif");
margin: 0 0 0 15px;
}



On Mon, 1 Oct 2007 10:50:50 -1000, Sean Nakasone
wrote:

>Yes, renaming the css files worked. I'm using IE 6.
>thankyou very much.


--
Graham Steel: graham@nospam.steelworks.org.uk
Web: http://www.steelworks.org.uk