Topic awaiting preservation: need bug-fixing help - any element css rollover function (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Northumberland, England |
posted 09-07-2003 18:50
Ok I have been working on a script that allows CSS based rollover effects on any element (much like the standard :hover functionality in browsers other than IE) |
Bipolar (III) Inmate From: London, UK |
posted 09-08-2003 16:13
Interesting one. I think this should work.... code: var overStyler = {
|
Paranoid (IV) Inmate From: Northumberland, England |
posted 09-08-2003 22:21
Thanks buddy, |
Bipolar (III) Inmate From: London, UK |
posted 09-09-2003 11:09
That would depend on your target audience... Anyone who doesn't understand javascript might get really confused when your rstyle="" script overwrites the mouseover function they defined themselves, e.g. code: <p style="blah" rstyle="blahblah" onmouseover="alert('mouseover');">blah</p>
|
Paranoid (IV) Inmate From: Northumberland, England |
posted 09-09-2003 13:44
I'm not too worried about the breaking of onmouseover events inline - the idea of this script was to avoid using them anyhow. |
Paranoid (IV) Inmate From: Northumberland, England |
posted 09-10-2003 00:53
Ok hello again guys, code: <script type="text/javascript">
code: /*---------------------------------*/
|