Im currently working on a Blackberry webworks app and having problems removing the default blue highlight on links. I've following the guides on the blackberry site and added the:
<meta name="x-blackberry-defaultHoverEffect" content="false" />
and the css
a:hover{background-color:transparent}
I've tried all sorts of background css properties with no luck.
Neither of these are working.