Oakii
03-31-2005, 02:28 AM
http://www.andrewkao.com/bhs/v2/test/1.htm
I want to write something where when i hover over the text, it'll highlight the div (like a bookmark.. so easy to find).
Anywho: 2 problems
1) IE has security issues.
2) I have no idea how i can edit the css on mouse over
thanks
randy1986
04-01-2005, 08:51 AM
1)Nothing has happen on my browser about security issues!!!
2) I can't understand what you mean!?@!
Oakii
04-02-2005, 09:01 PM
Sorry, security issue only happens when you're running XP SP2
the_pm
04-02-2005, 09:20 PM
Are those security issues only when you access the page locally? SP2 blocks scripts run locally, but not those run from a Web server, unless you disable "active scripting" in you browser (other browsers call it JavaScript, IE is stupid).
randy1986
04-02-2005, 09:20 PM
Wow^^. You mean onmouseover="swap('content',this.href,'content',this.title)"
you can use Dreamweaver to edit it !!!
randy1986
04-02-2005, 09:23 PM
Yeah! I agree with the_pm
Oakii
04-02-2005, 09:25 PM
Yea, i noticed it was only locally that had a security error =P woops
Wow^^. You mean onmouseover="swap('content',this.href,'content',this.title)"
you can use Dreamweaver to edit it !!!
I didn't quite get that
randy1986
04-04-2005, 08:39 PM
Oh! I'm sorry ! My English is not very well! So I can't express my idea exactly! and I didn't quite get the "I have no idea how i can edit the css on mouse over",-----------
onmouseover="swap('content',this.href,'content',this.title)" this code is from your pages!