Can someone please help me l need to apply a hover css on a radio button.
Currently the background color only draws a box around the radio button but does not the actual radio color.
l dont mind if there is no css even javascript will do

Masocha,

The W3C standards don't specify in great detail how radio buttons (and other HTML elements) should be rendered, therefore you will find differences from browser to browser and OS to OS. There is no universal solution to native HTML/CSS rendering.

If you want full control over appearance, then you have to use custom radio buttons. I've not used them but Google gives some promising looking results for "custom radio buttons", including mention of jQuery plugins which is probably a reasonable way ahead.

Airshow

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.