Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Firefox 4 does not wrap long lines.

  • 2 respostas
  • 15 têm este problema
  • 3 visualizações
  • Última resposta de spiders

more options

Firefox 4 is not wrapping long lines for www.lindasgourmetcookies.com. This worked in previous versions of Firefox. See "URL of affected site" for an example. Lines also wrap properly on IE

Firefox 4 is not wrapping long lines for www.lindasgourmetcookies.com. This worked in previous versions of Firefox. See "URL of affected site" for an example. Lines also wrap properly on IE

Todas as respostas (2)

more options

There are a lot of typos in the CSS file: ';' instead of a ':' (font-size; 12px;), so you want to fix that first.
See the Tools > Error Console (Firefox > Web Developer)


.choicesbox2 a:visited {color:#0000bb; font-size; 12px;}
.choicesboxl a:visited {color:#0000bb; font-size; 12px;}

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options

Thanks I'll start working on this.