|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Onmouseover Event, Cursor property not working with Netscape or FirefoxI set the cursor property to change to the "hand" when the user performs an
"onmouseover" event on a hyperlink object. This does work correctly with Internet Explorer, however, with Netscape and Firefox, the cursor is just the "vertical line." Does anyone know why this isn't working with Netscape or Firefox? Thanks! IE uses a proprietary style (hand) while netscape/firefox/safari use the
html 4.0 standard (pointer). as IE doesn't support html 4.0, you need to get creative. specify both styles. try: style="cursor:pointer;cursor:hand;" -- bruce (sqlwork.com) Show quoteHide quote "Jordan" <nospamplease@yahoo.com> wrote in message news:_Bfqe.10158$lI2.327@tornado.rdc-kc.rr.com... >I set the cursor property to change to the "hand" when the user performs an >"onmouseover" event on a hyperlink object. > > This does work correctly with Internet Explorer, however, with Netscape > and Firefox, the cursor is just the "vertical line." > > Does anyone know why this isn't working with Netscape or Firefox? > > Thanks! > >
Other interesting topics
Is there a way to detect user screen resolution in server side code?
ASP.NET stopped working Viewstate String InvalidCastException ASP.NET tells me my table doesn't have a primary key how to determine .NET framework version Does CompareValidator work for the date in dd-mmm-yyyy format? Microsoft Bug Transparent images Post-Daten aus HttpSendReuqest auslesen Render multiple images |
|||||||||||||||||||||||