Jump to content
  • 0

видео с ютюб


dostel1
 Share

Question

Вставляю видео в блок ,но хочу чтобы над ним была картинка типа постера,при клике на которую показывался ролик.Проблема в том что постер не показывается


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Документ без названия</title>

<style>
html.body{position:relative}
div{position:relative;width:420px;height:315px;border:1px solid red;
overflow:hidden}
img{position:absolute;top:0;left:0}
</style>
</head>
<body>
<div>
<iframe width="420" height="315" src="http://www.youtube.com/embed/TTtWc7CAZgM" frameborder="0"></iframe>
<img src="1.jpg" width="420" height="315" onclick="this.style.display='none'" />
</div>
</body>
</html>

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

dostel1, Слушай, у меня тоже все есть. Только ты бы это, позицию поменял на релятивную, а то у тебя поверх изображения черным прям написано "Изображение". Это не эстетично,глаза режет.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Документ без названия</title>

<style>

html.body{position:relative}

div{position:relative;width:420px;height:315px;border:1px solid red;

overflow:hidden}

img{position:relative;top:0;left:0}

</style>

</head>

<body>

<div>

<iframe width="420" height="315" src="http://www.youtube.com/embed/TTtWc7CAZgM" frameborder="0"></iframe>

<img src="1.jpg" width="420" height="315" onclick="this.style.display='none'" />

</div>

</body>

</html>

Где надо менять, я подчеркнул красным. Ну или выделил -)) Проверь.

Прошу прощения, небольшой пост-скриптум. В Мазиле все в порядке, предыдущий пост был об отображении в Опере.

Link to comment
Share on other sites

  • 0
не пашет твой способ ;) !

Кстати,темка.. У меня в опере 11.60 эта надпись "Изображение" появляется, а у другого человека нет такого. Странное, Опера вроде не старая.Почему у меня есть а у остальных нет? Это не глобальный, но косяк..а надпись все же есть. Мне поверят на слово или выложить скрины?

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