Login or Sign Up
Logging in...
Remember me
Log in
Forgot password or user name?
or
Sign Up
Log in with
Search in titles only
Search in JavaScript programming only
Search
Advanced Search
Forum
Groups
Today’s Posts
Calendar
Forum
Client side development
JavaScript programming
Announcement
Collapse
No announcement yet.
NS6 onmouseover, onmouseout
Collapse
X
Collapse
Posts
Latest Activity
Photos
Search
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
prezbedard
New to the CF scene
Join Date:
Jun 2002
Posts:
29
Share
Tweet
#1
NS6 onmouseover, onmouseout
Jun 24, 2002, 02:53 PM
does anybody know the syntax to make
for mouseover events relating to the status bar in NS6 work?
Thanks
bedardinc.com
A+,Network+, MCP W2K
Sites I have worked on
patriotsweekly.com
smileysbookstore.com
jkd
New to the CF scene
Join Date:
May 2002
Posts:
3507
Share
Tweet
#2
Jun 24, 2002, 03:28 PM
Umm, the same as any other browser:
<a href="bla.html" onmouseover="window.status = 'hello!'; return true" onmouseout="window.status = ''">bla</a>
jasonkarldavis.com
Comment
Post
Cancel
prezbedard
New to the CF scene
Join Date:
Jun 2002
Posts:
29
Share
Tweet
#3
Jun 24, 2002, 03:37 PM
No that doesn't work that is how I have it now.
Please look at
family.bedardinc.com/600/1997.html
using NS6 and put the mouse over
any images
I bet this is another unsupported thingy in NS6.
Thanks
bedardinc.com
A+,Network+, MCP W2K
Sites I have worked on
patriotsweekly.com
smileysbookstore.com
Comment
Post
Cancel
jkd
New to the CF scene
Join Date:
May 2002
Posts:
3507
Share
Tweet
#4
Jun 24, 2002, 04:05 PM
Works fine in Mozilla 1.0
The NS7 PR browser is based off of Mozilla 0.9.9 I believe, and early NS6 builds were based off of ancient Mozilla builds - this may have been a bug that was resolved a LONG time ago.
jasonkarldavis.com
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
X
Comment