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

Re: [css-d] Styling Inline tag vertically

2017-02-23 Thread Karl DeSaulniers
No he probably copied the code I sent him. I threw together a quick example that had a span wrapping his elements. It should have been a div or a paragraph. Sorry Crest. Update that span to a div if your using my example. Best, Karl DeSaulniers Design Drumm http://designdrumm.com > On Feb

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

2017-02-23 Thread 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 cursor to "hand". 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

Re: [css-d] Styling Inline tag vertically

2017-02-23 Thread Philip Taylor
Tom Livingston wrote: > I do not. I was assuming the HTML couldn't be changed. The best thing to do > is get rid of the span. OK. I had in mind Crest's previous message in which he said he had been booted out of a project because of a coding error on his part. It therefore seemed wise to w

Re: [css-d] Styling Inline tag vertically

2017-02-23 Thread Tom Livingston
I do not. I was assuming the HTML couldn't be changed. The best thing to do is get rid of the span. On Thu, Feb 23, 2017 at 5:04 PM Philip Taylor wrote: > > > Tom Livingston wrote: > > On Thu, Feb 23, 2017 at 9:43 AM, Crest Christopher > > wrote: > >> I'm strictly having to use inline style sh

Re: [css-d] Styling Inline tag vertically

2017-02-23 Thread Philip Taylor
Tom Livingston wrote: > On Thu, Feb 23, 2017 at 9:43 AM, Crest Christopher > wrote: >> I'm strictly having to use inline style sheets. My goal is to reposition >> the tag I'm about to mention vertically on the page. >> >> I have a nested within a , when I try to style the tag I >> can't reposi

Re: [css-d] Styling Inline tag vertically

2017-02-23 Thread Tom Livingston
On Thu, Feb 23, 2017 at 9:43 AM, Crest Christopher wrote: > I'm strictly having to use inline style sheets. My goal is to reposition > the tag I'm about to mention vertically on the page. > > I have a nested within a , when I try to style the tag I > can't reposition the contents within the tag

[css-d] Styling Inline tag vertically

2017-02-23 Thread Crest Christopher
I'm strictly having to use inline style sheets. My goal is to reposition the tag I'm about to mention vertically on the page. I have a nested within a , when I try to style the tag I can't reposition the contents within the tag using margins. When I attempt to style the the using margins I als