help with slideshow on div layout |
help with slideshow on div layout |
May 24 2007, 05:35 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: May 2007 Member No: 523,713 |
HI guys, I have decide to learn how to do layouts properly but having trouble with one thing at the mo,
In Ie the slideshow shows in the right position but in FF it doesnt here is my page www.myspace.com/stetestpage CODE here is my code for the divs the first is in band bio for the pictures box .div6 { background-color: transparent; background-image: url(http://img71.imageshack.us/img71/3764/picsboxzu5.png); background-repeat: no-repeat; background-attachment: scroll; background-position: top center; position: absolute; left: 50%; margin-left: -450px; top: 750px; height: 232px; width: 215px; overflow: auto; z-index: 1; } and here is the code for the slideshow which is in influences CODE <div class="div5" style="position: absolute; left: 50%; margin-left: -430px; top: 785px; width:171px; height:179px; overflow: auto; z-index:2;"> <object enableJSURL="false" enableHREF="false" saveEmbedTags="true" allowScriptAccess="never" allownetworking="internal" type="application/x-shockwave-flash" allowScriptAccess="never" allownetworking="internal" height="179px" width="171px" data="http://apps.rockyou.com/rockyou.swf?instanceid=70073976&ver=102906"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://apps.rockyou.com/rockyou.swf?instanceid=70073976&ver=102906" /> </object> </div> any help will be appreciated thanks :) |
|
|
|
![]() |
May 24 2007, 10:15 AM
Post
#2
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 |
"Margin" in front of top or left will cause it to misalign in different browsers. Just use {top:100px; left:500px;}
|
|
|
|
el_stevo help with slideshow on div layout May 24 2007, 05:35 AM
el_stevo QUOTE(FoxLucky @ May 24 2007, 04:15 PM) ... May 25 2007, 03:50 AM
el_stevo bump May 27 2007, 05:05 AM
freeflow Post your entire layout code and I'll see what... May 27 2007, 11:58 AM
el_stevo ok here is what is in the band bio bit, please go ... May 27 2007, 12:34 PM
freeflow Is it the one under the pic section? If so it show... May 27 2007, 12:49 PM
el_stevo QUOTE(freeflow @ May 27 2007, 06:49 PM) I... May 27 2007, 12:59 PM![]() ![]() |