Re: [css-d] Using CSS to style a back button

2017-02-23 Thread Rod Castello
The browser back button works, but it's not what I want from a UX standpoint. I want to direct or guide their flow and keep the cursor in the center of the page for ease of use. On Thu, Feb 23, 2017 at 4:58 PM, Tom Livingston wrote: > Would the browser back button not be suffice? > > > > On Thu,

Re: [css-d] Using CSS to style a back button

2017-02-23 Thread Tom Livingston
Would the browser back button not be suffice? On Thu, Feb 23, 2017 at 7:27 PM Rod Castello wrote: > Thank you Marie, I will try this out. > > On Thu, Feb 23, 2017 at 3:56 PM, wrote: > > > Hi Rod, > > > > Use cursor:pointer; > > Instead of " > onClick="history.back(-1)">Back to Product" = html

Re: [css-d] Using CSS to style a back button

2017-02-23 Thread Rod Castello
Thank you Marie, I will try this out. On Thu, Feb 23, 2017 at 3:56 PM, wrote: > Hi Rod, > > Use cursor:pointer; > Instead of " onClick="history.back(-1)">Back to Product" = html5 > > Regards, > > Marie > > -Original Message- > From: css-d [mailto:css-d-boun...@lists.css-discuss.org] On B

Re: [css-d] Using CSS to style a back button

2017-02-23 Thread Rod Castello
I needed a quick easy to find back button because they get to the nutritional page from many different products, so from a user point of view this made sense. 1. Click the Nutrition Info Bar 2. Go to Nutrition page 3. Click "BACK" to go back to the page they were on, which could be one of 6 differe

Re: [css-d] Using CSS to style a back button

2017-02-23 Thread Mi B
> 23 feb. 2017 kl. 23:48 skrev Rod Castello : > > Hi, > I'm using this code to generate a button that takes my users to the page > the just came from. > I'm trying to find out how to add a class or id to it, but haven't been > able to find anything online as of yet. > > The other way I could do

Re: [css-d] Using CSS to style a back button

2017-02-23 Thread Marie-Ange Demeulemeester
Hi Rod, Use cursor:pointer; Instead of "Back to Product" = html5 Regards, Marie 2017-02-23 23:48 GMT+01:00 Rod Castello : > Hi, > I'm using this code to generate a button that takes my users to the page > the just came from. > > > It works fine, but I would like to style it and set the curso