Links greyed out in right module when I hover over

Joomla template which allow you to present sport news in amazing and professional way.
GK User
Thu Jul 09, 2009 4:34 am
Please visit: http://theluxdevelopmentgroup.com

In the right module when I hover over the links and images under "our work" they complete grey out with a dark grey color. Can't figure out why! It is ONLY happening in IE7.... Can someone help out please! Mucho thanx in advance!
User avatar
Fresh Boarder

GK User
Fri Jul 10, 2009 8:34 pm
Happens to me too, no help...
User avatar
Fresh Boarder

GK User
Sat Jul 11, 2009 12:20 am
why nobody helps? its a really bad problem...
User avatar
Fresh Boarder

GK User
Sun Jul 12, 2009 12:59 pm
dkeller3181 wrote:
Please visit: http://theluxdevelopmentgroup.com

In the right module when I hover over the links and images under "our work" they complete grey out with a dark grey color. Can't figure out why! It is ONLY happening in IE7.... Can someone help out please! Mucho thanx in advance!


Have you sorted this problem? It looks fine from here...

One tip, your main menu 'Development Team' menu drops down behind...you will need to add this code for the menu to drop down over your content to make the menu visable.

Code: Select all
wmode="transparent"
User avatar
Senior Boarder

GK User
Sun Jul 12, 2009 1:55 pm
I check your website with IE8 with compatibility mode and all seems fine, but if i use IETester, i see your problem.
That's very weird situation.
Did you check if this still happens with JA Slide Show disable?

Cheers
User avatar
Platinum Boarder

GK User
Mon Jul 13, 2009 11:34 pm
I paid good money for this to work. When you hover over the right modules it grays out and looks unproffesional. I have customers look at my site daily and need them to trust it works. It only happens in IE7

Please help!

www.rigequipment.com
User avatar
Fresh Boarder

GK User
Tue Jul 14, 2009 12:24 am
If you notice it also happens in the gavick demo on IE7...

It only seems to happen if there are images in the module. On second news show that only has text on the right it works fine, when you hover over modules with images it grays it out...
User avatar
Fresh Boarder

GK User
Tue Jul 14, 2009 10:12 am
Hi,

I've found a solution for this bug - it is a IE7 rendering bug connected with our equal columns technique. When column has background based on container border then every links placed on other elements or elements placed in links are greyed out on hover.

Solution is relative easy (it will be implemented in nearest ICKI Sports update).

In file index.php please remove code:
Code: Select all
<?php if($this->countModules('right')) : ?>border-right:<?php echo $column_width; ?>px solid #2d2f31;<?php endif; ?>

(it is placed in div#component)

In files style1.css and style2.css please add this code:
Code: Select all
div#right{
   background:#2d2f31;
}


After these lines:
Code: Select all
div.users_wrap,
div.module_wrap{
   background:#313335 url(../images/style1/bg_area.png) repeat-x left bottom;
}


And finally please add in template_scripts.js file this code:
Code: Select all
   // equal columns
   var con_h = $('wrapper_content').getSize().size.y;
   if($('right').getSize().size.y < con_h) $('right').setStyle('height',con_h+"px");


after lines:
Code: Select all
Fx.Opacity = Fx.Style.extend({initialize: function(el, options){this.now = 1;this.parent(el, 'opacity', options);},toggle: function(){return (this.now > 0) ? this.start(1, 0) : this.start(0, 1);},show: function(){return this.set(1);}});


It should works fine :)
User avatar
Administrator

GK User
Tue Jul 14, 2009 5:08 pm
Thanks it works perfect! The only onther problem i'm having is that the main menus are dissapearing behind the hightlight bar etc...

Thanks again for fixing the gray out problem....
User avatar
Fresh Boarder

GK User
Tue Jul 14, 2009 7:37 pm
With menu - please wait for templates update which will be available till end of this week - we've fixed a lot of small problems with menu (also in IE7).
User avatar
Administrator

GK User
Tue Jul 21, 2009 2:48 pm
I tried this and its working! No more gray menu.
But now i have another problem. The gray dosen't strech until tehe end of page. I'm going to upload some pics to see exact what i'm tryng to say.
User avatar
Fresh Boarder

GK User
Wed Jul 22, 2009 12:08 am
Did you completely refreshed your page ? (in Firefox with Ctrl+R)
User avatar
Administrator

GK User
Wed Jul 22, 2009 11:45 am
Yes!
The problem in not in Firefox because in firefox is working.
The problem is in ie7 and ie8.
User avatar
Fresh Boarder

GK User
Wed Jul 22, 2009 11:25 pm
luckystar wrote:
Yes!
The problem in not in Firefox because in firefox is working.
The problem is in ie7 and ie8.


Can you show us your website?
User avatar
Platinum Boarder

GK User
Thu Jul 23, 2009 12:58 pm
Seichinha wrote:
luckystar wrote:
Yes!
The problem in not in Firefox because in firefox is working.
The problem is in ie7 and ie8.


Can you show us your website?


I'm working on localhost:(
User avatar
Fresh Boarder

GK User
Thu Aug 06, 2009 12:59 pm
a fairly new problem,the main menu contents appears with no hassle when i don't use any banners below highlight,
but it disappears when i use a banner in the banner2 position. Other things work out well,please bear a solution to this
User avatar
Fresh Boarder

GK User
Thu Aug 06, 2009 2:49 pm
dziudek wrote:
With menu - please wait for templates update which will be available till end of this week - we've fixed a lot of small problems with menu (also in IE7).


I really need that update files. Please publish it under the download area
User avatar
Fresh Boarder

GK User
Fri Aug 07, 2009 12:56 am
these files are published since end of July O.o
User avatar
Administrator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.