HTML - Need Some Help With Css And Cursors
Hi, here's some of my code:
HTML Code: body { background-color:#000000; background-image: url("Top logo.png"); background-repeat:no-repeat; overflow:hidden; cursor:url(\"Cursor.cur"\'); ^CSS^ HTML Code: <style type="Text/CSS"> BODY { cursor:url(\"Cursor.cur\"); </style> Now I have got these two pieces of code running together, but the cursor won't show up. I have changed round where the code is, only in CSS, then in both. Does anybody know why this doesn't work? Is this a known prolem? Similar TutorialsHi, I've got a html/css sIFR menu made as a List. The problem is that in various browsers (FF2, Sfr3, IE5-7) the actual (sIFR) text pixels are in FF and IE unclickable and in all of the browsers the area won't show up Pointer cursor when moving the cursor above a sIFR link. For the latter, I've tried "cursor: pointer" on CSS but I couldn't have yet seen the hoped results. Anyone experienced with sIRF links? How could this be solved up? Thank you. |