I cannot get a slideshow from slide.com to stay in its position |
![]() ![]() |
I cannot get a slideshow from slide.com to stay in its position |
Aug 2 2008, 02:04 AM
Post
#1
|
|
![]() GREAKAZOID RCDcrewmember MODLION 1st class MODPIGGY 2nd class... ![]() ![]() ![]() ![]() Group: Member Posts: 211 Joined: Feb 2008 Member No: 624,214 |
I want to put a slideshow in a div but it won't let me it is really making me angry.
It shows up but it shows up overlapping a section that is way above it. |
|
|
|
Aug 2 2008, 02:11 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
do you have any other embedded content on your page that you're positioning in that place, like a music player?
try adding class="slideshow" to the <embed> and (if there is one) <object> tag of the slideshow. then use this code: CODE <style>
.slideshow { position:static; left:auto; top:auto; margin:auto; } </style> |
|
|
|
![]() ![]() |