Page 1 of 1
Bug In IE browsers
Posted: Sat Jul 11, 2009 5:46 pm
by manojkotak
I have open cart installed on my site -
http://gr8shopper.com
When we see the site in any IE browser like IE6, IE7 or IE8. It shows the Latest Product menu at the end of the page, I have attached a screenshot of my site in IE7.
If anybody can help me, I will be very thankful to him or her.

Re: Bug In IE browsers
Posted: Sat Jul 11, 2009 9:54 pm
by JNeuhoff
It works fine in a standard Opencart 1.2.9 browser for the IE browsers.
This makes me think that something is wrong with the dynamci category dropdown menus addon you installed on your system.
Re: Bug In IE browsers
Posted: Sun Jul 12, 2009 2:26 am
by manojkotak
JNeuhoff wrote:It works fine in a standard Opencart 1.2.9 browser for the IE browsers.
This makes me think that something is wrong with the dynamci category dropdown menus addon you installed on your system.
Thanks for the reply, do you have any solution?
Thanks.
Re: Bug In IE browsers
Posted: Mon Jul 13, 2009 4:18 pm
by ehsan gamer
Hi
I had the same problem but from what I have undrestand this is not becouse of addons . becouse I had no addons !
I fixed in this way :
change the wide of the middle table . this is becouse you have wrote a text like this : "Rs.26,299.00 Rs.24,000.00 "
and it's too long . and this damages the table .
change the middle tables wide by lowing it about 10px and it's done !
Re: Bug In IE browsers
Posted: Sat Aug 22, 2009 1:41 am
by manojkotak
Hi,
Can you tell me exact code?
Anyone please help me.
Re: Bug In IE browsers
Posted: Sat Aug 22, 2009 2:09 am
by Qphoria
add this to the bottom of stylesheet.css:
.middle table span {
font-size: 10px;
}
Re: Bug In IE browsers
Posted: Sat Aug 22, 2009 2:18 am
by manojkotak
Qphoria wrote:add this to the bottom of stylesheet.css:
.middle table span {
font-size: 10px;
}
Hi,
I tried that but it do not solve my problem.
Please check my site.
Re: Bug In IE browsers
Posted: Sat Aug 22, 2009 2:19 am
by Qphoria
Ok that won't fix it. The problem is the names of your products. you have:
"TYAGI SET(Green)(0047)"
Try adding spaces between word:
"TYAGI SET (Green) (0047)"
Re: Bug In IE browsers
Posted: Sat Aug 22, 2009 2:30 am
by Daniel
its a problem with his css nothing to dso with opencart.
Re: Bug In IE browsers
Posted: Sat Aug 22, 2009 2:39 am
by Qphoria
That didn't fix it either. Try:
.middle table a {
font-size: 10px;
}
in your stylesheet.css
Re: Bug In IE browsers
Posted: Sat Aug 22, 2009 2:44 am
by manojkotak
Hi Qphoria,
That is also not solving my problem
But thanks for your reply.
To Daniel,
Please can you tell me what I have to do then?
Re: Bug In IE browsers
Posted: Sat Aug 22, 2009 8:42 am
by Daniel
I don't know! I did not write your css.
Re: Bug In IE browsers
Posted: Sat Aug 22, 2009 9:14 am
by Qphoria
something with tables expanding too far. But the usual suspects aren't fixing it. Notice your best sellers box is streched beyond the header like the latest products are in IE..