PDA

View Full Version : Problems trying to secure site cause of Infinite Menus


jfazar
01-09-07, 05:14 AM
I was unable to get a secure checkout process until I removed the drop down menus on my site. They were created using software developed by OpenCube thats called Inifite Menus. http://www.opencube.com/ (http://www.opencube.com/)

The menus are great usually, but this is the first time I have used them on a site that need security. I don't suppose anyone else has used Infinite Menus on their Miva site? I'm currently working on this site:

http://lumierephoto.hostasaurus.com/mm5/merchant.mvc (http://lumierephoto.hostasaurus.com/mm5/merchant.mvc)

I would just post the code but it's loooooong. I'm hoping to keep these menus and thought that maybe it's just a little blip in the code that can be altered?

jfazar
01-09-07, 05:19 AM
OMG, I just figured it out. Well incase anyone was curious, it was cause there was code in there from development that said this:

{background-image:url(d:/mm5/graphics/00000001/website/none);

I changed it to:

{background-image:url(none);

chucklasker
01-09-07, 05:52 PM
<Grin> I was just about to post that exact thing. I had a client with the same issue - with the same cause. Weird it does that, IMO. But the software is sweet for how clean the results are, minus the local drive reference.