Sweet Titles on Internet Explorer
Topic: Resources|Hi all,
I use Sweet Titles for fading tooltips on this website, however in Internet Explorer (IE) it didn’t work. As you see its working now on IE and Netscape based browsers.
I just have to change the following lines on the function tipOver : function(e) that’s on line 64:
switch:
sweetTitles.obj = this;
for:
if(navigator.appName != “Netscape”){
//IE based
if (!e) var e = window.event;
sweetTitles.obj = e.srcElement;
}else{
//netscape based
sweetTitles.obj = this;
}
Basically in IE the sweetTitles.obj is fill by sweetTitles because this doesn’t return the mouse over object.
The Sweet Titles error on Internet Explorer is solved.








![Validate my RSS feed [Valid RSS]](http://www.brunotavares.com/blog/wp-content/themes/mytheme/images/valid-rss.gif)
Add New Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Add New Comment