Answers
Mar 28, 2009 - 05:22 AM
if you are adding the swf into the main,
then try to added into a div that have a position "relative"
Mar 28, 2009 - 06:33 AM
i need to add the swf file to the main div but need it to all move together. relative and absolute probably wouldn't work together would it?
Mar 30, 2009 - 02:52 AM
Mar 30, 2009 - 03:26 AM
my idea is to put the swf into a div (eg. movie) into the main div. and giv the (movie) div a relative position
and if you have a problem with IE, try to make a separate css for IE.
Mar 30, 2009 - 11:05 AM
http://www.sidfordprintanddesign.co.u...
the swf file is in it's own div so is that where i'm going wrong? if i put it in the main div with the text content i'm not sure i could position it as there is padding etc. in there too...
i'm probably being stupid! IE requires it's own code then? I'm sure you'll suss this for me, or at least shout at me until i do! but at least now you can see the offending page.
Mar 30, 2009 - 11:07 AM
Mar 31, 2009 - 12:00 AM
all you have to do is the following:
1. put the gallery div into the main div, right after the beginning tag of the div like this " 2. change the css of the gallery to the following:
position:relative;
padding:5px;
float:right; !important
width:200px;
height:250px;
z-index:4;
and your problem will be solved.
also tested on chrome..
wish this will help
Mar 31, 2009 - 10:03 AM
mike.
Add New Comment