On 12/19/2005 4:34 PM Paul Jinks wrote:
> Steve Clason wrote:
> > I gave "ul#navlist li a" a 100% width and it seemed to work OK locally.
> Hi Steve,
> Are you viewing this in IE6 for windows? On my machine, if I set width
> at 100%, this moves the last nav link down a line. In FF, makes no
>
Steve Clason wrote:
> I gave "ul#navlist li a" a 100% width and it seemed to work OK locally.
>
>
> ul#navlist li a {
> display: block;
> width: 100%; /* new */
> padding: 0.2em;
> border-width: 1px;
> border-color: #ffe #aaab9c #ccc #fff;
> border
On 12/19/2005 12:10 PM Paul Jinks wrote:
> I have a top horizontal nav list css as follows.
>
>
>
> and so on.
>
> This divides the top nav area into 4 areas for 4 links. In FF, the whole
> of each of these is clickable. In IE6, only the text is clickable. I've
> tried to
Hi
I have a top horizontal nav list css as follows.
and so on.
This divides the top nav area into 4 areas for 4 links. In FF, the whole
of each of these is clickable. In IE6, only the text is clickable. I've
tried to get round this by setting a width for , either
with px