Click to See Complete Forum and Search --> : CSS buttons


Tim158
03-03-2003, 11:43 AM
Hi everyone,

I have created a sidebar using CSS but the cursor does not change to reflect the fact that the buttons are links. Is there a way to make the sidebar buttons act more like buttons instead of regular text onMouseOver?

http://www.6starwebdesign.com/demotech/

Thanks in advance,

Tim.

Tim158
03-03-2003, 11:45 AM
sorry, i just realised there is a CSS only forum, D'oh!

pyro
03-03-2003, 11:58 AM
In your styles for the menu add this:

cursor: pointer;

Tim158
03-03-2003, 12:06 PM
Yep, that did the trick.

Thanks a bunch.