Please help meeee

3dmagicaldesign

New Member
I have installed this great menu on a shopping cart development that I am doing but I have a problem with Internet explorer, the text moves to the right, I have uploaded two picture samples

The site can be analyzed online here:

http://www.vitwebdevelopments.com/onlineshoppingcyprus/products.php?cat=1

#1 with firefox ( it looks perfect) #2 with IE, the text moves to the right

drop_down_menu_IE_and_firefox.jpg


Please help!!! I feel stucked. How can I solve this problem
 

AusQB

New Member
Try adding the following code to the top of your CSS file:

Code:
* {
     margin: 0;
     padding: 0;
}


Generally that should help to avoid any discrepancies between different browsers concerning layout.
 

jnjc

New Member
Where did the menu come from ? Check out the homepage for the menu and look at the demos etc., make sure they work in IE as well as FF.
 
Top