ergomax Posted January 29, 2009 Share Posted January 29, 2009 Hello everybody, I've got a question about adding a " flavour drop menu" to a product. Everything seems to be working fine when I go through the whole process except the "add to cart" button doens't work anymore once the drop menu has been added. In Firefox the problem is gone but it's still there in IE. Paul The Netherlands Link to comment Share on other sites More sharing options...
germ Posted January 30, 2009 Share Posted January 30, 2009 I'll tell you what I think is wrong. Your HTML is a wreck! :o Look at the HTML source where it doesn't work in IE. You've got multiple <html> <head> and <body> tags. The general layout of a web page should be like this: <html> <head> <title></title> </head> <body> </body> </html> Each one of the tags I've listed should appear in the source on any given page ONCE. You have them multiple times. Firefox is generally a more "intelligent" browser so it makes up for your HTML "sins". IE is pretty stupid so it's choking on your code. :blush: I really think if you get the HTML striaght it will probably work. ;) If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
ergomax Posted February 2, 2009 Author Share Posted February 2, 2009 Thanks ! I have been trying to solve the problem but I can't seem to find the right file... :blink: Should I look in the footer file or in the product info file? Thanks, Paul Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.