CSS buttons

liunx

Guest
Hi everyone,<br />
<br />
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?<br />
<br />
<!-- m --><a class="postlink" href="http://www.6starwebdesign.com/demotech/">http://www.6starwebdesign.com/demotech/</a><!-- m --><br />
<br />
Thanks in advance,<br />
<br />
Tim.<!--content-->sorry, i just realised there is a CSS only forum, D'oh!<!--content-->In your styles for the menu add this:<br />
<br />
cursor: pointer;<!--content-->Yep, that did the trick.<br />
<br />
Thanks a bunch.<!--content-->
 
Back
Top