Jump to content
  • 0

Замена alt`у в css


maxs
 Share

Question

Не получается применить альт к диву внутри php кода. Картинку пришлось вставить в бэкграунд в css.

<?php mfp_the_link("add_link=<div class='add_this'></div>"); ?>	

Может можно реализовать аналог альта внутри css?

Edited by maxs
Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

Понятно, повешу титл. Он будет отображаться на всем что внутри дива? Просто у меня там только изображение в бэке.

Попробовал. Сначала ошибся с кавычками (надо не забыть поставить одиночные). Теперь внутри пхп выдает неправильную кодировку.

Edited by maxs
Link to comment
Share on other sites

  • 0

<?php get_header(); ?>		<div class="col1">		<?php if (have_posts()) : ?>				<?php while (have_posts()) : the_post(); 
?> <div id="archivebox"> <h2><em>Categorized |</em> <?php
the_category(', ') ?></h2> <?php if (function_exists('the_tags')) { ?><div class="singletags"><?php the_tags('Tags | ', ', ', '');
?></div><?php } ?> </div><!--/archivebox--> <div class="post-alt blog"
id="post-<?php the_ID(); ?>"> <h3><a title="Permanent Link to <?php the_title(); ?>" href="<?php the_permalink() ?>"
rel="bookmark"><?php the_title(); ?></a></h3> <p class="posted">Posted on <?php the_time('d F Y'); ?> by <?php the_author();
?></p> <div class="entry"> <?php the_content('<span class="continue">Continue Reading</span>');
?> </div> <?php mfp_the_link("add_link=<div title='Add to yours favs' class='add_this'></div>");
?> <?php similar_posts(); ?> </div><!--/post--> <div
id="comment"> <?php comments_template(); ?> </div> <?php endwhile; ?> <div
class="navigation"> <div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div> <div class="alignright"><?php
previous_posts_link('Next Entries »') ?></div> </div> <?php endif; ?> </div>
<!--/col1--><?php get_sidebar(); ?><?php get_footer(); ?>

скорее всего с базой как всегда проблемы

Edited by maxs
Link to comment
Share on other sites

  • 0

1) Код нужно форматировать перед выкладыванием сюда.

2) Проблему нужно локализовать.

3) После форматирования укажите в какой строке ошибка.

4) Я думаю вы имелли ввиду это?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Untitled Document</title>
<style>
.add_this{
background-image:url(file:/img.jpg);
border:#FF0000 solid 1px;
height:50px;
width:50px;
}
</style>
</head>
<body>
<?php
echo "<div class='add_this' title='картинка'></div>";
?>
</body>
</html>

Я имею ввиду что проблема в этом?

Так вот, вроде работает...

А почему у вас дивы, то есть html файлы в php коде без оператора вывода?

Link to comment
Share on other sites

  • 0
ошибка в этой строке, если писать русскими буквами <?php mfp_the_link("add_link=<div title='Add to yours favs' class='add_this'></div>"); ?>

я думаю надо прописывать кодировку как-то

А латинскими показывает?

А кодировка может и ни при чем..., а какая к стати стоит в документе и какая в браузере?

Тут может еще настройки httpd.conf файла могут влиять.

Где тестите, на локальной машине, или на сервере в интернет?

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