Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

FF can't render css a:link properly

  • 2 відповіді
  • 1 має цю проблему
  • 8 переглядів
  • Остання відповідь від cor-el

more options

I am using a standard css which includes .product_container a:link { font-size: 12px; color: #0000ff; text-decoration: none; }

The link is within a div -tag:

I am using a standard css which includes .product_container a:link { font-size: 12px; color: #0000ff; text-decoration: none; } The link is within a div -tag: <div class="product_container"><br><a href= ...</div> The color is blue and "view source" display that it is so, But FF displays something else. See it at [http://www.u2commerce.com u2commerce]

Усі відповіді (2)

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

more options

What do you see?
There aren't any images attached to those links, so I see the alt text and the link text and both are in blue. If you've visited the links then you will see the visited color (#404040).

.product_container a:link {
	font-size: 12px;
	color: #0000ff;
	text-decoration: none;
}
.product_container a:visited {
	color: #404040
}
.product_container a:hover {
	color: #800080;
	background-color: #F0F0F0
}
.product_container a:active {
	color: #009900;
	background-color: #D8D8D8
}

Can you attach a screenshot?

Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).


Reload web page(s) and bypass the cache.

  • Press and hold Shift and left-click the Reload button.
  • Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • Press "Cmd + Shift + R" (MAC)