my site is dreamsbulgaria com. when mouse go though buttons there is no usual mouse pointer..mouse looks like copy text. the buttons are clickable .bellow are buttons where i have problems. About us Contact us Search property Add property Property Management Forum Also all categories: ground floor (3) Apartments (12) Houses (5) Business Properties (3) Parcels (11) how i can fix this?
Modify the CSS property that houses these links and add this: cursor:pointer;cursor:hand Code (markup):
i have 4 files *.css ..where to add cursorointer;cursor:hand ?can you give more info and help..? thanks
Your buttons should have a class assigned in their html tag like class="button" or something like that. search for this class in your css files and add fierceservers's code
still have problems here is how my css look in directory includes: TD.menu { font-family: Verdana, Arial, sans-serif; font-size: 12px; background: #ffffff; color: #000000; cursor: pointer;cursor:hand; font-weight: bold; text-align: left; this not work... any other solutions? Nyu - there is no class="button" in my files.
I've visited your site with IE & FF and I can't reproduce the text selection cursor on those links, I seem to get the hand cursor. Can anyone else confirm?