|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Check out this site: http://www.stevesblindsandwallpaper.com/
you see a message that comes up (flash video) by fovion. They provide this service with marketing tied behind it. I have my own video and just want to float it at the lower right portion of the browser, but remain on top of everything. Anyone see some sample code of this? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Hi Scott, if I were you I would try to use the absolute postioning to set the desired location of the video.
div{ position:absolute; top:200px} |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
I ended up using the following... it works, but has bugs in IE 6...
#video { position:fixed; right:0px; bottom:0px; width:320px; height:240px; z-index:1; } Now I am trying to get it to load once the first time the user hits the site and also have the ability to launch manually at a later time. Any suggestions are appreciated! Scott |
|
![]() |
| Outils de la discussion | |
|
|