unclickable youtube, for 2.0 |
unclickable youtube, for 2.0 |
Sep 3 2009, 04:24 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Dec 2008 Member No: 705,878 |
is there a code or something to make it so that when someone clicks on your video it does not do anything?
|
|
|
|
![]() |
Sep 3 2009, 05:11 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
You can place a transparent GIF image over it. Try putting this code in your About Me:
CODE <img src="http://x.myspace.com/images/spacer.gif" class="cover" alt="" /> Then place this in your CSS section: CODE .cover {position:absolute; top:#px; left:50%; margin-left:#px; height:#px; width:#px; z-index:9;} Replace the top and margin-left pound symbols with appropriate values to position the image above the video. I suggest you replace the image url to something visible at first so you can see the image while you're moving it around. Then, replace the height and width pound symbols with appropriate values according to the video's own size. |
|
|
|
xose unclickable youtube Sep 3 2009, 04:24 PM
xose thanks it works somewhat, if somebody makes the in... Sep 3 2009, 06:48 PM
Mike Since I can't seem to get relative positioning... Sep 3 2009, 08:16 PM
xose thanks for the info, :) Sep 3 2009, 09:47 PM![]() ![]() |