Page 2 of 2

Re: Javascript menu has issues in firefox + cmsms

Posted: Fri Apr 07, 2006 10:11 pm
by dirtywhitellama
I dont mind manually adding pages to that list.  That level of items is not something people are going to add to very often. :)

I tried for ages and ages with pimenu trying to adapt it to that script, but it never worked, every time I put pimenu variables in, the menu stopped showing up.  New menu templates and such may work a lot better.

I tested what you suggested with no luck. Also tried playing with the code itself in ssm.js.

I wonder if I might not want to seperate the code into its browser parts and test one part at  a time.  See what Firefox is actually using to build its script, since it isnt IE or NS or NS6.  The script is actually using TABLES so it must be a pretty old script...


Edit: its got a copyright of 2000-2001 ...yikes!

Re: Javascript menu has issues in firefox + cmsms

Posted: Fri Apr 07, 2006 10:30 pm
by Dr.CSS
found this in,, ssm.js,,

document.write('');
for(i=0;i')}
if(!ssmItems[1]){
document.write('<td border="3" bgcolor="'+hdrBGColor+'" HEIGHT= etc. etc....

what if you add this border="3" it's not in the original, but you could try it at "3" just to see if it shows up then make it "1" for the final,, but "3" would let you know if it shows up cuz it will be bigger than the black that shows up now, if it shows up you can get rid of the bkgrnd. color and it would show up the way you want.


  mark