Javascript menu has issues in firefox + cmsms

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
dirtywhitellama

Re: Javascript menu has issues in firefox + cmsms

Post 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!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Javascript menu has issues in firefox + cmsms

Post 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
Locked

Return to “Layout and Design (CSS & HTML)”