[css-d] Button Style

2006-01-06 Thread Conyers, Dwayne, Mr [C]
I have a style that makes a hyperlink look like a button -- but have been using JavaScript onFocus() and onBlur() to affect button like behavior (i.e., a depressed and raised state). I would like to do this with CSS and would appreciate advice. The current CSS is: a.button:link,

Re: [css-d] Button Style

2006-01-06 Thread Matthew Levine
On Jan 6, 2006, at 1:12 PM, Conyers, Dwayne, Mr [C] wrote: I have a style that makes a hyperlink look like a button -- but have been using JavaScript onFocus() and onBlur() to affect button like behavior (i.e., a depressed and raised state). I would like to do this with CSS and would

Re: [css-d] Button Style

2006-01-06 Thread M. Othman
Hello, Have a look at these two examples. If I am not mistaken, one of them, at least, has the effect you're looking for: http://css.maxdesign.com.au/listamatic/vertical13.htm http://css.maxdesign.com.au/listamatic/vertical15.htm Kind regards, Mohammed