I have recently added a CSS menu to someone's site and
DaveyBoy said it was messed up on FireFox. I was looking at the menu's coding and it said the following which led me to believe that if I added Firefox in the same way it says "ie" and "Mozilla" it would work.
Quote:
if (browserdetect=="mozilla" && cur2.style.MozOpacity<1)
cur2.style.MozOpacity=Math.min(parseFloat(cur2.sty le.MozOpacity)+0.2, 0.99)
else if (browserdetect=="ie" && cur2.filters.alpha.opacity<100)
|
Also, all the links open in new windows in college but in the same window, as I wanted, at home. Anyone have a reason for this?