Jump to content
  • 0

Не работает перекат изображенияв FireFox


Margooo
 Share

Question

Здравствуйте!

Прочитала статью на этом сайте про перекат изображения - смена картинки под ссылкой при наведении курсора. В Opera и IE вс? работает хорошо, а в FireFox'е - почему-то нет. Может, кто подскажет, в чем проблема может быть?

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0
описание стиля

a.rollover_my{

background: url('<?php echo $html->url('/img/assets/tmplImg/my.gif'); ?>');

display: block;

width: 350px;

height: 28px;

text-decoration: none;

font-size: 10px;

}

a.rollover_my:hover {

background-position:

0

-29px;

}

html-код

Ссылка-тест

a.rollover_my{
background: url(/img/assets/tmplImg/my.gif);
display: block;
width: 350px;
height: 28px;
text-decoration: none;
font-size: 10px;
}

a.rollover_my:hover {
background-position: 0 -29px;
}

А так?

Link to comment
Share on other sites

  • 0
<?php echo $html->url('/img/assets/tmplImg/my.gif'); ?>

это что за нафиг... не я понимаю что это PHP ООП, но где вероятность что оно работает? никакой. мы ж не все видим

background-position:

0

-29px;

ужас

я писала, что в IE и в Opera вс? нормально отображается - проблемы ТОЛЬКО в FireFox. Значит как раз с кодом $html->url точно вс? нормально.

Link to comment
Share on other sites

  • 0

А почему могут быть проблемы с центрированием основной таблицы? тоже только в FireFox. Хотя в Explorer тоже странно отображается - на всю ширину страницы растягивается. Только в Opere как задумывалось - с отступами по бокам и центрированием.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy