I have a script - which is all working fine in IE - however it doesn't in Mozilla Firebird 7...
Which looks a little like -
print("<tr onmouseover=\"setPointer(this, 'over', '$bg', '#CCFFCC', '#FFCC99')\"
onmouseout=\"setPointer(this, 'out', '$bg', '#CCFFCC', '#FFCC99')\"
onclick=\"setPointer(this, 'click', '#CCCCCC', '#CCFFCC', '#FFCC99')+update(".$answers['ref'].")\"");
if ($_COOKIE['ccslocation']==2){ print("title=\"Location:".stripslashes($answers['hotel_var'])."\">");}
else{print(">");}
Which does give me a nice title on each line of the table, which is formatted like
Location:
Hotel 1
Hotel 2
in IE, however comes out with the square box for new line in Mozilla - any ideas / suggestion ?