FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
Another IE6 issue (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Another IE6 issue
#1280
stoker (Admin)
Admin
Posts: 534
graphgraph
User Offline Click here to see the profile of this user
Gender: Male JoomlaJunkie Location: Cape Town, South Africa Birthdate: 1980-12-31
Re:Another IE6 issue 3 Months, 3 Weeks ago Karma: 6  
Hi Pete,
My apolagies for this! I literally look at sooo many sites every day and am generally pretty good at keeping track of them, but in this case i let it slip! Can you please forward me the login details again so i can take a second look?
Thanks,
Chris
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1294
jcubpro (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:Another IE6 issue 3 Months, 3 Weeks ago Karma: 0  
This looks like the same Issue I am having on http://www.mystarbrite.com/startron... But the problem is not just header modules. (ajax, simple Image etc..) I have tried them all. The problem is with ALL content and image modules, even joomla content. You can see that the text or image is ON TOP of the menu in all cases.

-Static page content, Content Display, Image Gallery, Headers etc.. All appear in front of the menu dropdowns.

I dont have this problem in the AbsoluteFlush template which tells me it is template related...

I was also able to recreate the problem on a clean install of Joomla and a clean install of the template on http://www.mystarbrite.com/starbrite to rule out any alterations I could have made.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1367
stoker (Admin)
Admin
Posts: 534
graphgraph
User Offline Click here to see the profile of this user
Gender: Male JoomlaJunkie Location: Cape Town, South Africa Birthdate: 1980-12-31
Re:Another IE6 issue 3 Months, 3 Weeks ago Karma: 6  
This can be fixed by wrapping the menu code with a new div (as below):
Before (around line 143):
Code:

<?php if ($menu_type == "module" && mosCountModules('user3')) { mosLoadModules('user3',-1); } if ($menu_type == "suckerfish") { mosShowSuckerFishMenu($menu_name); if (strstr(strtoupper( $_SERVER['HTTP_USER_AGENT'] ),'MSIE 6')) echo '<script type="text/javascript">navHover();</script>'; } ?> </div>
After:
Code:

<div id="sf-container"> <?php if ($menu_type == "module" && mosCountModules('user3')) { mosLoadModules('user3',-1); } if ($menu_type == "suckerfish") { mosShowSuckerFishMenu($menu_name); if (strstr(strtoupper( $_SERVER['HTTP_USER_AGENT'] ),'MSIE 6')) echo '<script type="text/javascript">navHover();</script>'; } ?> </div> </div>
And then adding the following css to your ie.css: #sf-container {position:relative;z-index:999;height: 1%;} I'll update the main ario packages tomorrow with the fix Cheers, Chris
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1472
NoBob (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Re:Another IE6 issue 3 Months, 1 Week ago Karma: 0  
Hi Chris,

How do I fix the Suckerfish not showing over flash in IE issue in Supremacy, please? I looked at your fix above, but can't find the code in the Supremacy template.

Thanks,

NoBob.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1487
stoker (Admin)
Admin
Posts: 534
graphgraph
User Offline Click here to see the profile of this user
Gender: Male JoomlaJunkie Location: Cape Town, South Africa Birthdate: 1980-12-31
Re:Another IE6 issue 3 Months, 1 Week ago Karma: 6  
Hi NoBob,
Please post a link to the site that is using the rotator and i will take a look
Cheers,
Chris
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1667
hamccull (User)
Junior Boarder
Posts: 21
graphgraph
User Offline Click here to see the profile of this user
Re:Another IE6 issue 2 Months, 3 Weeks ago Karma: 0  
Hi, I'm also getting the image placeholder in IE for child menu items in left column and the indent1.png file is missing. I didn't see it in the ArioLite template anywhere. Can you post it?

Thanks!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop