Nick Gleitzman wrote:
> Hi Lennart - welcome.
> 
> Your buttons are only visible for the width of the word used for your
> links, plus its padding - so a bigger (wider) word reveals more of
> your button. Try this:
> 
> #navlist li {
>     list-style: none;
>     margin: 4px;
>     float: left;
> }
> 
> #navlist li a {
>     display: block;
> ...etc }
> 
> That way the button is always fully visible - but if your linked text
> is longer than 100px, it will extend outside of the button...
> 
> By the way, I noticed you tried to 'open up' your buttons with spaces
> in the code:
> 
> <li><a href="#">About    </a></li>

I was desperate,  I know whitespace is ignored.

-- 
Lennart Fylling
Aalesund
Norway
http://lennart-fylling.com 
 
>> ******************************************************
>> The discussion list for  http://webstandardsgroup.org/
>> 
>> Proud presenters of Web Essentials 04 http://we04.com/
>>  Web standards, accessibility, inspiration, knowledge
>> To be held in Sydney, September 30 and October 1, 2004
>> 
>>  See http://webstandardsgroup.org/mail/guidelines.cfm
>>  for some hints on posting to the list & getting help
>> ******************************************************
>> 
>> 
>> 
> 
> ******************************************************
> The discussion list for  http://webstandardsgroup.org/
> 
> Proud presenters of Web Essentials 04 http://we04.com/
>  Web standards, accessibility, inspiration, knowledge
> To be held in Sydney, September 30 and October 1, 2004
> 
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> ******************************************************


******************************************************
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to