[_] CSS righthand space
Matt Kane
ascorbic at gmail.com
Thu Jul 6 12:19:10 BST 2006
On 6 Jul 2006, at 12:08, Matt Kane wrote:
>
> On 6 Jul 2006, at 11:57, juan kennaugh wrote:
>
>> Hi Jean-paul
>>
>> Can't you just make the nav div auto width and put a left margin
>> on it?
>>
>> Juan
>
> That wouldn't work, as the left margin is also auto. There's also
> the IE bug with right: 0; width: auto.
> Of the top of my head, you could do something where that line is
> width: 50%; right: 0 and not inside foot_nav. Perhaps an hr below
> foot_nav with a margin-top: -1px; to line it with the navigation.
> There's probably a better way that's less of a hack though.
Try this at the very end of the html (obviously move the style into
the external stylesheet).:
<hr style='width: 50%; position: absolute; right: 0; top: 515px;
border: 1 0' />