Richard Brown wrote:
> Thanks Gunlag that fixed it but...
>
> On 26 Apr 2006, at 14:45, Gunlaug Sørtun wrote:
>
>
>> * html body #column-c {margin-right: -200px;}
>>
>> ...in that it will make IE think that floating column is 200px
>> narrower than its actual width - by pulling in its backside margin
>> that amount.
>>
>> You should also adjust the left margins on those <ul><li> in there,
>> so you don't push those list-items against and over the right
>> edge. That's necessary since there's some unbreakable text in
>> there.
>
> I cannot see how to do this!
The list?
You have the margins zeroed out, so that's fine. However, Firefox (and
Opera 9+) use paddings to indent lists, so something like the following
will look more cross-browser "tuned"...
#column-c ul li {margin-left: 0; padding-left: 6px;}
...with only a small indentation in all browsers, and more space for
long words.
> Also does the 'if' statement in the header file work please? How do I
> test whether it is working?
Yes, the min/max expression is working as intended.
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/