Sorry,
After further testing, I have found that the modifications I made above does not work.
I will keep at it, if I get anywhere, I will post here.
Sorry,
After further testing, I have found that the modifications I made above does not work.
I will keep at it, if I get anywhere, I will post here.
FYI, for anyone who's following this thread, I have found what was causing my problem....
Besides the changes I made above, In jscript_model_year.php I had to also change this:
window.location=(baseDirectory+"index.php?main_page=index&cPath="+cPath1+"_"+cPa th2+"_"+cPath3);
to this:
window.location=(baseDirectory+"index.php?main_page=index&cPath="+cPath1+"_"+cPa th3);
Also, to get this to work at all, I had to change the modulePath in YOURTEMPLATE/common/tpl_header.php from this:
$modulePath="".DIR_WS_CATALOG;
to this:
$modulePath="". HTTP_SERVER . DIR_WS_CATALOG;
Hope this helps.
In INTERNET EXPLORER only the drop down menu for "model" will overlap "year" if the text in the select box field has too many characters..........open THIS page in IE and choose hond and you'll see what I'm talking about......thanks for ANY help![]()
Can you give a specific combination of selections that cause this? I could not reproduce it. And which versions of IE show the fault?
sonik, in your stylesheet_product_finder.css, find this block of code:
and add: width: 100px; to make that whole block look like this:Code:.pf_selectbox_text {/*text of select box*/ padding:1px; border: 2px solid #949494; font-size:12px; }
Code:.pf_selectbox_text {/*text of select box*/ padding:1px; border: 2px solid #949494; font-size:12px; width: 100px; }
That should take care of this problem in IE7 for you.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
Bluetooth,
Thank you for posting instructions on how to decrease the drop-downs to two. I followed it step by step and it worked! Only one minor glitch in the code.
This
window.location=(baseDirectory+"index.php?main_page=index&cPath="+cPath1+"_"+cPa th3);
Should be this
window.location=(baseDirectory+"index.php?main_page=index&cPath="+cPath1+"_"+cPa th2);
Thanks again!