Link to home
Start Free TrialLog in
Avatar of starhu
starhu

asked on

Joomla Explorer design problem

Please have a look at http://www.irodatechnikai-webshop.hu/

The top middle is shifted - Only in Internet Explorer. Can you help me?

Thank you
ASKER CERTIFIED SOLUTION
Avatar of stergium
stergium
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Vimal DM
Hi,

You need to work on the  "topnavi" class.

which has so much width and margin all need to be taken care

you use IE developer Toolbar,which is same like the firebug,so you can easily find out the problems in css and IE  issues
The middle element is in div
 <div id="maincol_wrapper">
with width: 560px it is in div mincol with width: width: 530px; which is in div <div id="maincol_wrapper">
with width: 560px;

I suppose that the problem is in the width of the elements. You can try to use Chrome or Fire Fox inspect element to see the css for the elements and the elements in the page.