Re: [css-d] syntax: attribute selector on linked image

2016-03-25 Thread Chris Rockwell
Is this in an iFrame? Have you inspected the element with developer tools to see what styles are being applied to it? Maybe yours are simply not specific enough. Here is an example using your original that shows the margin works just fine: https://jsfiddle.net/wnzfh6c4/ On Fri, Mar 25, 2016 at 9

Re: [css-d] syntax: attribute selector on linked image

2016-03-25 Thread Karl DeSaulniers
Link? Best, Karl Sent from losPhone > On Mar 25, 2016, at 5:52 PM, Angela French wrote: > > Have tried all 3 suggestions (plus a few of my own) and none work. There > must be some other factor at play here. I think I will talk to support at > Trumba. > /* Classes to override styles in Trum

Re: [css-d] syntax: attribute selector on linked image

2016-03-25 Thread Angela French
Have tried all 3 suggestions (plus a few of my own) and none work. There must be some other factor at play here. I think I will talk to support at Trumba. /* Classes to override styles in Trumba calendar */ a[title="Back to Previous View"] img{ display:block; margin-top:20px;

Re: [css-d] Vertical align nav button text

2016-03-25 Thread Tom Livingston
Maybe use flexbox, and use the current styles as fallback? On Fri, Mar 25, 2016 at 1:39 PM, J.C. Berry wrote: > Hello again all! > > If you go to http://www.xifin.com/solutions > > When you reduce the viewport you will see the blue button menu that replace > the icon menu, but the text on the on

Re: [css-d] Vertical align nav button text

2016-03-25 Thread Karl DeSaulniers
Don't see what your talking about on Safari 6.2.8 What browser are you viewing with? Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Mar 25, 2016, at 12:39 PM, "J.C. Berry" wrote: > Hello again all! > > If you go to http://www.xifin.com/solutions > > When you reduce the vie

[css-d] Vertical align nav button text

2016-03-25 Thread J.C. Berry
Hello again all! If you go to http://www.xifin.com/solutions When you reduce the viewport you will see the blue button menu that replace the icon menu, but the text on the one-row buttons does not vertical align. I think vertical-align has to be on inline elements right? Any way to fix this and n