ufo object issue in IE

This is a discussion on "ufo object issue in IE" within the JavaScript Forum section. This forum, and the thread "ufo object issue in IE are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 25th, 2007, 14:14
Junior Member
Join Date: Dec 2005
Location: Dublin
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
ufo object issue in IE

Hi,
Im using the UFO object to display flash swfs on my page. It is displaying correctly in Firefox but not IE.
Check out what happening here
http://justinwalker.info/demo/root/_index.html
Does anyone know a workaround to get the swfs to display underneath the navigation div on the bottom in IE?
This is the bottom nav bar:
Code: Select all
#muzuNav
{
 position:fixed;
 bottom:0px;
 left:0px;
 z-index:10;
 background-color:#000000;
 color:#CCFF33;
 padding:10px;
 width:100%;
}
This is the scrolling div that contains the channels:
Code: Select all
#channels {
 position:absolute;
 z-index:1;
 top:25px;
 left:700px;
 width:203px;
 height:540px;
 overflow: auto;
 scrollbar-face-color:#000000;
 scrollbar-arrow-color:#ccff33; 
}
The swfs are inside the channels:
Code: Select all
#channel1, #channel2, #channel3, #channel4, #channel5, #channel6, #channel7, #channel8, #channel9  {
 position:relative;
 top:20px;
 margin-bottom:20px;
}
Reply With Quote

Reply

Tags
object, ufo

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Object ID firefox help russtuk Web Page Design 1 May 21st, 2007 15:21
<object> mayhem :) BigWings Web Page Design 15 Dec 12th, 2006 20:40
Little issue with embed object QuikFrozen Web Page Design 4 Sep 18th, 2006 04:12
Object Detection RobinDeanDotCom JavaScript Forum 4 Sep 11th, 2006 18:30


All times are GMT. The time now is 00:09.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43