mrGlo Posted October 23, 2007 Share Posted October 23, 2007 I have inserted a .swf file into my /catalog/includes/languages/english/index.php file but I cannot get it aligned to where I want it. I want it displaed in Text_Main along side my text or above the New Products section, or in any of the let or right navigation bars. Can anyone please assist. You can see my site at: www.heatingspares247.com and you will notice the special offer swf file is in the top-right of the page. Link to comment Share on other sites More sharing options...
Nullachtfuffzehn Posted October 23, 2007 Share Posted October 23, 2007 You may wrap it into a div statement in your /includes/languages/index.php to place it where you want. You know how to set the absolute or relative position of such an element in CSS? Link to comment Share on other sites More sharing options...
mrGlo Posted October 23, 2007 Author Share Posted October 23, 2007 You may wrap it into a div statement in your /includes/languages/index.php to place it where you want. You know how to set the absolute or relative position of such an element in CSS? Not really. If kindly could give an example that would be great. Link to comment Share on other sites More sharing options...
mrGlo Posted October 23, 2007 Author Share Posted October 23, 2007 Not really. If kindly could give an example that would be great. I used your tip for absoloute positioning and found some code on google which seems to have fixed issue for me, I added the following code which seems to work perfect for me. "style="position: absolute; top: 256px; right: 980px" Have a look at my site now: www.heatingspares247.com and let me know what you think of the code I've used. Link to comment Share on other sites More sharing options...
mrGlo Posted October 23, 2007 Author Share Posted October 23, 2007 I used your tip for absoloute positioning and found some code on google which seems to have fixed issue for me, I added the following code which seems to work perfect for me. "style="position: absolute; top: 256px; right: 980px" Have a look at my site now: www.heatingspares247.com and let me know what you think of the code I've used. I just noticed If I use this method of positioning the flash file stays on my screen even when I change pages when I go to the Product Categories..........Is there anyway I can just make it stay in the includes/english/index.php page only. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.