|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
embeded object on homepage only
Hi
Merry Christmas and Happy New Year! I have an embeded object on my homepage but i would like it to only work on the homepage. Its a short video (i linked it to a video in another gallery). It works fine but it works on every other page too!! I tried to apply the logic you used to see only a photo on homepage with the css formula (display block,etc) but it doesn't seem to work. sanscartier.smugmug.com embed object is div id="myvideo" Thanks! Yvon
__________________
www.sanscartier.smugmug.com |
|
|
|
|
#2
|
|
|
panasonikon
|
make it a div like this
<div id="myebeddedobject"></div> then in CSS: #myebeddedobject {display: none;} .homepage #myembeddedobject {display: block;} |
|
|
|
|
#3
|
|
|
Big grins
|
Hi Andy
Thanks for the quick reply but unfortunately when i access another page the audio starts agaan although i don't see the video on other pages. Yvon
__________________
www.sanscartier.smugmug.com |
|
|
|
|
#4
|
||
|
panasonikon
|
Quote:
|
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|