YouTube Embed Not Clickable with Float:Left
-
All of a sudden, all the embedded YouTube videos in my posts became “unclickable.” They worked and then they all didn’t work. Here is the code:
HTML:
<div class=”videowrap”>
[embed width="123" height="456"]https://www.youtube.com/watch?v=rWGocKUqF7s[/embed]
</div>CSS:
.videowrap {
float:left;
margin: 0 20px 5px 0;
width:200px;
height:150px;
position:relative;
}It makes no difference if the “float:left” is in the CSS or in the Div tag. The video is not clickable with “float:left”.
I need a genius.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘YouTube Embed Not Clickable with Float:Left’ is closed to new replies.