Re: [css-d] Styling heading elements

2021-08-06 Thread Tom Livingston
way to deal with this and I was thinking I was missing some concept but it appears not. Any thoughts on a heading element in a component that could be in a different place in the document outline on different pages? Tom Livingston | Senior Front End Developer | Media Logic |

[css-d] Styling heading elements

2021-08-05 Thread Tom Livingston
Listers, How do you handle styling heading elements (h1-h6) when you have different page templates within a site? I run into this often. One page has an obvious hierarchy in the design and another page has a different layout where what you would make an h2, for example, looks different from the h2

Re: [css-d] Sliding hover triggered animated header

2021-06-23 Thread Tom Livingston
gt; css-discuss [css-d@css-discuss.org] > > http://www.css-discuss.org/mailman/listinfo/css-d > > List wiki/FAQ -- http://css-discuss.incutio.com/ > > List policies -- http://css-discuss.org/policies.html > > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ >

Re: [css-d] Anyone still using this list ?

2021-06-23 Thread Tom Livingston
p://www.evolt.org/help_support_evolt/ -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css-discuss [css-d@css-discuss.org] http://www.css-discuss.org/

Re: [css-d] Drop down menu shifts to the right

2021-04-01 Thread Tom Livingston
eciate it if anyone had the time to give it a look. > > thanks > The dropdown, #dropmenu1 for example, is position:absolute relative to the closest parent that is position:relative, which in this case is #wrapper. I'd have #dropdown1 inside the main nav of 'Character Design&#x

Re: [css-d] Layout in CSS only?

2021-03-30 Thread Tom Livingston
June 2005 > > On Tue, Mar 30, 2021 at 1:57 PM Tom Livingston wrote: > > > > Hi listers, > > > > Long time no speak. > > > > At the link below is an image of a layout I am trying to do. I come > > across this frequently. A parent container with a bg i

Re: [css-d] Layout in CSS only?

2021-03-30 Thread Tom Livingston
: > > What do you have so far in terms of code? > > -- > Registered Linux User: #480675 > Registered Linux Machine: #408606 > Linux since June 2005 > > On Tue, Mar 30, 2021 at 1:57 PM Tom Livingston wrote: > > > > Hi listers, > > > > Long time n

[css-d] Layout in CSS only?

2021-03-30 Thread Tom Livingston
behind the content which has a translucent bg color. How would you handle this in CSS only? I'd like it to not rely on a fixed height for mobile. https://cln.sh/a4nZxt Thanks in advance. -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 |

Re: [css-d] 'Reversing' attributes?

2020-09-21 Thread Tom Livingston
d use codekitapp.com On Mon, Sep 21, 2020 at 3:36 PM Jeff Zeitlin wrote: > > On Mon, 21 Sep 2020 14:53:48 -0400, Tom Livingston > wrote: > > >Did we not establish an answer to this? Did another issue arrive? > > If this is the best answer, then yes, it's been establis

Re: [css-d] 'Reversing' attributes?

2020-09-21 Thread Tom Livingston
ize unit specifically to accommodate people > with impaired vision who would prefer larger text. If they set their base > browser size to a larger size that they prefer, my text will conform to > their settings, while maintaining the relationship(s) that I establish > between various usage

Re: [css-d] 'Reversing' attributes?

2020-09-10 Thread Tom Livingston
Hi Jeff, I would probably do something like this: .italic .booktitle{ font-style: normal;} Unless I'm missing a more complicated issue. Hope that helps a bit. On Thu, Sep 10, 2020, 5:54 AM Jeff Zeitlin wrote: > Normally, the title of a book should be set in italics. I'm a big fan of > semant

Re: [css-d] CSS Problems and Solutions verses CSS Patterns that Work

2020-08-30 Thread Tom Livingston
👍 On Sun, Aug 30, 2020, 6:39 PM Wade Smart wrote: > Yea. I dont know what Aaron does and doesnt use > so that was just something simple to grab. > > -- > Registered Linux User: #480675 > Registered Linux Machine: #408606 > Linux since June 2005 > > On Sun,

Re: [css-d] CSS Problems and Solutions verses CSS Patterns that Work

2020-08-30 Thread Tom Livingston
Not a fan of bootstrap. You can do all of this without it. Was that just a hand reference? On Sun, Aug 30, 2020, 7:23 AM Wade Smart wrote: > Flex, grids, there are several things to look into. > > https://getbootstrap.com/docs/4.5/layout/grid/#auto-layout-columns > -- > Registered Linux User: #

Re: [css-d] Visual order vs source order

2020-08-24 Thread Tom Livingston
th-css/ > > here's a trimmed down version of that for your specific case > > https://codepen.io/davechiu/pen/966023cd09ef54a5b6795a24d4a610e3 > > Dave > > On Mon, Aug 24, 2020 at 9:59 PM Tom Livingston wrote: >> >> This is close, thanks. Unfortunately, the de

Re: [css-d] Visual order vs source order

2020-08-24 Thread Tom Livingston
is what you're looking for? > > https://codepen.io/davechiu/pen/dc927b317e97def3db26c705de4437cf > > Dave > > On Sat, Aug 22, 2020 at 5:12 AM Tom Livingston wrote: >> >> Listers, >> >> Is it possible to do the following with flex? >>

[css-d] Visual order vs source order

2020-08-21 Thread Tom Livingston
heavy negative top-margin, but am I missing a better way with flex? Also, I'd like to avoid grid. Thanks for looking! -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #6

Re: [css-d] display flex on an

2020-08-10 Thread Tom Livingston
Yup. There was something overriding it. Thanks for taking a look. On Mon, Aug 10, 2020 at 6:59 PM Philippe Wittenbergh wrote: > > > > > On Aug 11, 2020, at 7:21, Tom Livingston wrote: > > > > I don’t think so. No browser will let me apply display:flex to the No &g

Re: [css-d] display flex on an

2020-08-10 Thread Tom Livingston
gt; > http://designdrumm.com <http://designdrumm.com/> > > > > > > > > > > __ > > css-discuss [css-d@css-discuss.org] > > http://www.css-discuss.org/mailman/listinfo/css-d > &g

Re: [css-d] display flex on an

2020-08-10 Thread Tom Livingston
Had that. It’s flagging display:flex on the as error. On Mon, Aug 10, 2020 at 5:54 PM Sandy Feldman wrote: > > > > > > > > > > > flex-direction:row do the trick? > > > s/ > > > > > On 2020-08-10 5:49 p.m., Tom Livingston > &g

Re: [css-d] display flex on an

2020-08-10 Thread Tom Livingston
:column > > > -- > > > Sandy > > > sandyfeldman.com > > > > > > > > On 2020-08-10 4:50 p.m., Tom Livingston wrote: > > > > Hello listers, > > > > > > I have done the following many times: > > > > > > &

[css-d] display flex on an

2020-08-10 Thread Tom Livingston
Hello listers, I have done the following many times: View a side-by-side plan comparison In CSS, setting the to block and tweaking some other things and the whole block becomes a link. Easy. However, I just tried to use flex instead of block and it's a no go. Anyone know why? --

Re: [css-d] Handing Landscape and Potrait Thumbnails and Photographs

2020-08-07 Thread Tom Livingston
On Fri, Aug 7, 2020 at 3:34 PM Aaron Gray wrote: > > On Fri, 7 Aug 2020 at 18:14, Tom Livingston wrote: > > > > Sorry if I am being dense as to what you're after, but your original > > code works - I think - without the portrait and landscape classes: >

Re: [css-d] Handing Landscape and Potrait Thumbnails and Photographs

2020-08-07 Thread Tom Livingston
> css-discuss [css-d@css-discuss.org] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Su

Re: [css-d] Handing Landscape and Potrait Thumbnails and Photographs

2020-08-07 Thread Tom Livingston
: 0px; } Are you looking to have the images centered inside this div and crop some of the image? Or centered and leaving space in a sort of letterbox type situation? On Fri, Aug 7, 2020 at 12:44 PM Aaron Gray wrote: > > On Fri, 7 Aug 2020 at 17:14, Tom Livingston wrote: > > &g

Re: [css-d] Handing Landscape and Potrait Thumbnails and Photographs

2020-08-07 Thread Tom Livingston
> Aaron Gray > >>> > >>> Independent Open Source Software Engineer, Computer Language > >>> Researcher, Information Theorist, and amateur computer scientist. > >>> __ > >>>

Re: [css-d] Handing Landscape and Potrait Thumbnails and Photographs

2020-08-07 Thread Tom Livingston
> Aaron Gray > >>> > >>> Independent Open Source Software Engineer, Computer Language > >>> Researcher, Information Theorist, and amateur computer scientist. > >>> __ > >>>

Re: [css-d] Handing Landscape and Potrait Thumbnails and Photographs

2020-08-07 Thread Tom Livingston
t; >>> Aaron > >>> > >>> -- > >>> Aaron Gray > >>> > >>> Independent Open Source Software Engineer, Computer Language > >>> Researcher, Information Theorist, and amateur computer scientist. > >>>

Re: [css-d] syntax for negating

2020-05-22 Thread Tom Livingston
cutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __

Re: [css-d] syntax for negating

2020-05-21 Thread Tom Livingston
t; .tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow > td, > .tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow + > tr.tablesorter-childRow > td { > background-color: #bfbfbf; > } > I’ve not had success with complicated selection using

Re: [css-d] css special effects

2020-05-17 Thread Tom Livingston
wap classes based on selection and then maybe use keyframe animations for the zoom. Viewport units until screen is filled then opacity on content. Just shooting from the hip, top of my head thinking though. -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx:

Re: [css-d] knight lab timeline selectors

2020-05-12 Thread Tom Livingston
tional css, and it isn't kicking in. For some reason. > > (off to bang my head against the wall ...) > > s. > > On 2020-05-12 1:05 p.m., Tom Livingston wrote: > > I'm not familiar with less, so '.opacity(15)' is foreign to me. > Changing the .15 opacity

Re: [css-d] knight lab timeline selectors

2020-05-12 Thread Tom Livingston
der/TL.SlideNav.less > > .opacity(15); > on this page is doing it, right? I just can't figure out how to tell it > to stop. > > s. > > > On 2020-05-12 11:57 a.m., Tom Livingston wrote: > > I realized after the fact that the link I sent had no explanation. M

Re: [css-d] knight lab timeline selectors

2020-05-12 Thread Tom Livingston
ldman wrote: > > > On 2020-05-12 11:15 a.m., Tom Livingston wrote: > > On Tue, May 12, 2020 at 11:02 AM Sandy Feldman wrote: > > hey all (I think there may be 4 of us now!) > > I am trying to improve the contrast on a knight lab timeline. There are > a couple of elements

Re: [css-d] knight lab timeline selectors

2020-05-12 Thread Tom Livingston
https://cln.sh/6HOJ On Tue, May 12, 2020 at 11:22 AM Sandy Feldman wrote: > > > On 2020-05-12 11:15 a.m., Tom Livingston wrote: > > On Tue, May 12, 2020 at 11:02 AM Sandy Feldman wrote: > > hey all (I think there may be 4 of us now!) > > I am trying to improve t

Re: [css-d] knight lab timeline selectors

2020-05-12 Thread Tom Livingston
; > } > > I also need to make the dates along the time axis darker. > > .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor > .tl-timeaxis-tick { > color: #666; > } > > Your help is really appreciated! > > -- > > Sandy > sandyfeldman.com &g

[css-d] Position Sticky Question

2019-06-03 Thread Tom Livingston
ide of the webpage, stacked on top of the header. Thoughts? -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css-discuss [css-d@css-discuss.o

[css-d] 2x image resolutions

2019-05-02 Thread Tom Livingston
them because they have a nice screen. Am I missing something? -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css-discuss [css-d@css

Re: [css-d] Loading of fonts

2019-03-19 Thread Tom Livingston
uot;, Helvetica, Arial, Sans-serif; font-style: normal; font-weight: 400; } h2{ @include font-book; } This would basically compile to your first example. Does this issue come up with a specific font source/subscription? -- Tom Livingst

Re: [css-d] Loading fonts

2019-03-19 Thread Tom Livingston
] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] Need help with menu bar

2019-03-13 Thread Tom Livingston
> List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __

Re: [css-d] Flex issue/question

2019-03-06 Thread Tom Livingston
I figured it was something that flex wasn't right for. Thank you Eric! On Wed, Mar 6, 2019 at 2:23 PM Eric A. Meyer wrote: > On 5 Mar 2019, at 9:51, Tom Livingston wrote: > > > Ran into one issue with this. If, on desktop, the amount of content in > > "two"

Re: [css-d] Flex issue/question

2019-03-05 Thread Tom Livingston
2019 at 4:54 AM Vince Aggrippino wrote: > On Sat, Mar 2, 2019 at 4:55 AM Tom Livingston wrote: > > > > Hello listers, > > > > Is it possible to do the following with flexbox? > > > > mobile (just a stack, no flex yet): > > 1 > > 2

Re: [css-d] Flex issue/question

2019-03-05 Thread Tom Livingston
Super! Thanks so much! Still wrapping my head around flex's abilities... On Tue, Mar 5, 2019 at 4:54 AM Vince Aggrippino wrote: > On Sat, Mar 2, 2019 at 4:55 AM Tom Livingston wrote: > > > > Hello listers, > > > > Is it possible to do the following with flexb

Re: [css-d] Flex issue/question

2019-03-04 Thread Tom Livingston
une 2005 > > On Mon, Mar 4, 2019 at 10:40 AM Wade Smart wrote: > > > > flex grow. > > -- > > Registered Linux User: #480675 > > Registered Linux Machine: #408606 > > Linux since June 2005 > > > > On Mon, Mar 4, 2019 at 10:30 AM Tom Livingst

Re: [css-d] Flex issue/question

2019-03-04 Thread Tom Livingston
I'm afraid I'll need a little more info than that. On Mon, Mar 4, 2019 at 11:40 AM Wade Smart wrote: > flex grow. > -- > Registered Linux User: #480675 > Registered Linux Machine: #408606 > Linux since June 2005 > > On Mon, Mar 4, 2019 at 10:30 AM Tom Livings

Re: [css-d] Flex issue/question

2019-03-04 Thread Tom Livingston
Wade Smart wrote: > Crap.. sorry, didnt reply to the group. > > Check out the Order property. > > https://developer.mozilla.org/en-US/docs/Web/CSS/order > -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.427

[css-d] Flex issue/question

2019-03-01 Thread Tom Livingston
Hello listers, Is it possible to do the following with flexbox? mobile (just a stack, no flex yet): 1 2 3 desktop (two-column with different order): 2 1 3 Struggling with this... TIA -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231

Re: [css-d] Has Chrome for Windows invalidated earlier CSS and HTML standards?

2019-01-07 Thread Tom Livingston
it allows me to practice my profession (teaching music > theory/composition to a few students in different parts of the world), > and I’m very grateful to those who helped me along the way! > > -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx:

Re: [css-d] Has Chrome for Windows invalidated earlier CSS and HTML standards?

2019-01-07 Thread Tom Livingston
and I’m very grateful to those who helped me along the way! > > -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css-discuss [css-d@css-discu

Re: [css-d] Has Chrome for Windows invalidated earlier CSS and HTML standards?

2019-01-07 Thread Tom Livingston
I did not see the issue as described using FF and Chrome on my Mac. I realize this site has been running for a while now, but there are (at least) a couple ways to do that color scheme without the image. -- Tom Livingston | Senior Front End Develope

[css-d] Flexbox issue

2018-12-14 Thread Tom Livingston
I may just be confused about axis, but it's just not clicking for me. Thoughts? -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css-disc

Re: [css-d] svg and floats?

2018-12-10 Thread Tom Livingston
g/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css-discuss [css-d@

Re: [css-d] Diagonal gradient issue

2018-11-28 Thread Tom Livingston
, 2018 at 3:43 PM Tom Livingston wrote: > Hello list, > > I am trying to use a linear gradient in a pseudo element. > > div:before{ > background: linear-gradient(45deg, rgba(243,243,243,1) 0%, rgba(243,243, > 243,0) 80%, rgba(243,243,243,0) 100%); > } > > in iOS Safar

[css-d] Diagonal gradient issue

2018-11-28 Thread Tom Livingston
. In desktop FF, I am getting the desired grey to white from lower left to upper right. Also, in iOS Safari the grey is much darker. Can anyone tell me what's happening and how do I fix it? Thanks! -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231

Re: [css-d] Controlling line breaks

2018-09-10 Thread Tom Livingston
What looks OK on one device may look > horrible on another, although, to avoid widows I often put a non-breaking > space before the final word of a para if that word is less than say, 7 or 8 > characters. > > Peter > > > ----- > > On 09 Sep 2018, at 19:22, Tom Liv

Re: [css-d] Controlling line breaks

2018-09-09 Thread Tom Livingston
}will get this on one line when width allows *but* for widths in between where it can get odd, I can do this: span:nth-child(2){display:inline} and let it wrap better. On Sun, Sep 9, 2018 at 12:45 PM Tom Livingston wrote: > > > On Sun, Sep 9, 2018 at 12:27 PM Rod Castello > wrot

Re: [css-d] Controlling line breaks

2018-09-09 Thread Tom Livingston
On Sun, Sep 9, 2018 at 1:12 PM Sandy Feldman wrote: > If it's just the widow you are worrying about a   between the last > two words works too. > > Sandy > > Always a classic. -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015

Re: [css-d] Controlling line breaks

2018-09-09 Thread Tom Livingston
ike you say. > > > For now, I'm currently doing something similar with spans... -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 _

[css-d] Controlling line breaks

2018-09-09 Thread Tom Livingston
appears. But for me, this can get extremely tedious. How do you guys handle this? -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css-discuss [css-d

Re: [css-d] Contact form fields should be in two columns

2018-08-01 Thread Tom Livingston
r media Media ? > > Im on Kubuntu 18.04 with FF and see it. > Maybe you didnt scroll down far enough. > Nope. Not there. I sent J.C. an email and screen shot. Now, we wait... ;-) -- Tom Livingston | Senior Front End Dev

Re: [css-d] Contact form fields should be in two columns

2018-08-01 Thread Tom Livingston
out-xifin/contact-us > > Thanks! > I'm not seeing a form at all. Mac FF 61.0.1 -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __

Re: [css-d] Background images disappear in Chrome after page load.

2018-07-23 Thread Tom Livingston
gt; if that is related) and only in Chrome. Any ideas? > > > > Thanks guys! > > I'm getting 24 404s for images in Chrome console. 2 warnings. However, I'm guessing the parallax might be the issue. Are you using a script for that? -- Tom Livingston | Senior Front End Developer |

[css-d] Fwd: Moving a text as overlay into an image

2018-05-25 Thread Tom Livingston
Sorry, didn't replay all... -- Forwarded message - From: Tom Livingston Date: Fri, May 25, 2018 at 11:08 AM Subject: Re: [css-d] Moving a text as overlay into an image To: On Fri, May 25, 2018 at 1:45 AM Michelle Konzack < linux4miche...@tamay-dogan.net> wrote

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Tom Livingston
On Thu, May 24, 2018 at 4:03 PM Philip Taylor wrote: > > > Tom Livingston wrote: > > Like this? > > https://tomliv.com/css-d/abs-in-table/ > > /Wunderbar ! /I will look at your code in a minute; in the meantime, here > is my (slightly kludgy) version : > > h

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Tom Livingston
On Thu, May 24, 2018 at 3:48 PM Philip Taylor wrote: > > > Tom Livingston wrote: > > https://tomliv.com/css-d/abs-in-table/ > But can you achieve it with two or more s, Tom ? I've tried, and > failed. Also (of course) I want to avoid any explicit dimensioning of &

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Tom Livingston
https://tomliv.com/css-d/abs-in-table/ On Thu, May 24, 2018 at 2:58 PM Michelle Konzack < linux4miche...@tamay-dogan.net> wrote: > Hi, > > Am 2018-05-24 hackte Tom Livingston in die Tasten: > > On Thu, May 24, 2018 at 2:09 AM Michelle Konzack < > > linux4m

Re: [css-d] Moving a text as overlay into an image

2018-05-24 Thread Tom Livingston
he image. > > How to do this? > > You need to wrap it in a div and then position it. -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 ___

Re: [css-d] Live and local versions of same web site showing as different width in Firefox

2018-05-21 Thread Tom Livingston
bhuidhe > Fionnphort > Isle of Mull PA66 6BP > > 01681 700718 > __ > css-discuss [css-d@css-discuss.org] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-d

Re: [css-d] Custom Fonts

2018-05-15 Thread Tom Livingston
n > the 700 of that bold weight. So you're bolding the bold, as it were. > > regards, Peter > > My thoughts exactly, but if I set it to normal, Safari doesn't display the bold. Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 |

[css-d] Custom Fonts

2018-05-11 Thread Tom Livingston
'double bolded'. I also have issues sometimes where, with other fonts, safari won't show bold. What do you use for fixing issues like these? Thanks! -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4

Re: [css-d] Chrome Flex Issue

2018-04-16 Thread Tom Livingston
After some googling, it appears to be an ongoing bug for Chrome. If you looked at this, thanks. Otherwise, keep walking. Nothing to see here. Sorry for the noise. On Mon, Apr 16, 2018 at 4:44 PM, Tom Livingston wrote: > After some poking around, I discovered that Chrome doesn

Re: [css-d] Chrome Flex Issue

2018-04-16 Thread Tom Livingston
Flex is the root of the issue, but > I can't see what the fix is. > > > -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 _

Re: [css-d] Chrome Flex Issue

2018-04-16 Thread Tom Livingston
FYI, I can no longer reproduce the odd thing mentioned below, so I guess I'll chalk it up to aliens. The flex issue continues, however. On Mon, Apr 16, 2018 at 11:15 AM, Tom Livingston wrote: > > Also, on a related note, if I click the radios in FF I see two blue > tear-drop sh

[css-d] Chrome Flex Issue

2018-04-16 Thread Tom Livingston
what the fix is. Also, on a related note, if I click the radios in FF I see two blue tear-drop shapes on either side of the custom radio circles. What's up with that? Thanks for your time -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4

Re: [css-d] Fwd: clip-path in safari

2018-04-11 Thread Tom Livingston
le. > Not sure if that is the issue or not. > > Also I came across this page which may be helpful: > > https://caniuse.com/#feat=css-clip-path > > On Tue, Apr 10, 2018 at 8:03 PM, Tom Livingston wrote: > > Also, adding dimensions to the svg didn’t help. > > > T

Re: [css-d] clip-path in safari

2018-04-10 Thread Tom Livingston
On Tue, Apr 10, 2018 at 8:13 PM Philippe Wittenbergh wrote: > > > > On Apr 11, 2018, at 4:10, Tom Livingston wrote: > > > > Can anyone tell me why the following isn't working in Safari but works in > > FF and Chrome (all 3 are current versions)? > > I’

Re: [css-d] Fwd: clip-path in safari

2018-04-10 Thread Tom Livingston
Also, adding dimensions to the svg didn’t help. On Tue, Apr 10, 2018 at 7:59 PM Tom Livingston wrote: > Both width and max-width of 100% is unnecessary, you are right. I think > it’s a left over from grabbing at straws. The dimensions on the svg was > something I saw on an exampl

Re: [css-d] Fwd: clip-path in safari

2018-04-10 Thread Tom Livingston
on the page. On Tue, Apr 10, 2018 at 6:32 PM Larry Martell wrote: > Just curious, why max-width instead of width since its 100% it seems > unnecessary. Also the svg has width height set to 0 - any particular > reason for that? > > On Tue, Apr 10, 2018 at 6:26 PM, Tom Li

Re: [css-d] Fwd: clip-path in safari

2018-04-10 Thread Tom Livingston
t; > > https://stackoverflow.com/questions/41860477/why-doesnt-css-clip-path-with-svg-work-in-safari > > On Tue, Apr 10, 2018 at 3:51 PM, Tom Livingston wrote: > > Upon further investigation, a simpler page works in Safari. So now my > > question is what's the difference?

[css-d] Fwd: clip-path in safari

2018-04-10 Thread Tom Livingston
Upon further investigation, a simpler page works in Safari. So now my question is what's the difference? https://tomliv.com/css-d/svg-clip/index.html https://tomliv.com/css-d/svg-clip/test.html Thanks! -- Forwarded message -- From: Tom Livingston Date: Tue, Apr 10, 2018

[css-d] clip-path in safari

2018-04-10 Thread Tom Livingston
ubble); } Thanks! -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css-discuss [css-d@css-discuss.org] http://ww

Re: [css-d] Get around this Safari bug that pushes text outside of its box?

2018-03-17 Thread Tom Livingston
ontent slide up beside the block, if possible - not just to put the first > block over to the right. > On Sat, Mar 17, 2018 at 9:24 PM Tom Livingston wrote: > >> Just trying to follow this. Sorry if I’m not. Would clear:right/left/both >> on the help? >> >> >>

Re: [css-d] Get around this Safari bug that pushes text outside of its box?

2018-03-17 Thread Tom Livingston
Just trying to follow this. Sorry if I’m not. Would clear:right/left/both on the help? -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css

Re: [css-d] Chrome Height (?) problem

2017-12-26 Thread Tom Livingston
lniers" : > > > >> Have you tried removing the margin-bottom on a couple of your styles? > >> > >> Best, > >> Karl > __

Re: [css-d] help with font size

2017-11-17 Thread Tom Livingston
mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 51

Re: [css-d] nested ULs IE oddity

2017-10-20 Thread Tom Livingston
losPhone > >> On Oct 20, 2017, at 10:42 AM, Tom Livingston wrote: >> >> I was able to solve this only by adding list-style:none as an inline >> style on the offending ULs. Ah, IE... >> >> >> >>> On Thu, Oct 19, 2017 at 7:27 PM, Philippe Wittenb

Re: [css-d] nested ULs IE oddity

2017-10-20 Thread Tom Livingston
I was able to solve this only by adding list-style:none as an inline style on the offending ULs. Ah, IE... On Thu, Oct 19, 2017 at 7:27 PM, Philippe Wittenbergh wrote: > >> On Oct 20, 2017, at 1:11 AM, Tom Livingston wrote: >> >> Early build progress at this page: >>

Re: [css-d] nested ULs IE oddity

2017-10-19 Thread Tom Livingston
Thanks Philippe. I’ll look at these. As for PS3, still working on it ;) On Thu, Oct 19, 2017 at 7:27 PM Philippe Wittenbergh wrote: > > > On Oct 20, 2017, at 1:11 AM, Tom Livingston wrote: > > > > Early build progress at this page: > > > > https://tomliv.com

Re: [css-d] nested ULs IE oddity

2017-10-19 Thread Tom Livingston
; > } > > Best, > Karl > > Sent from losPhone > >> On Oct 19, 2017, at 11:11 AM, Tom Livingston wrote: >> >> Listers, >> >> Early build progress at this page: >> >> https://tomliv.com/css-d/ml-test/ >> >> in IE (1

[css-d] nested ULs IE oddity

2017-10-19 Thread Tom Livingston
Listers, Early build progress at this page: https://tomliv.com/css-d/ml-test/ in IE (11+), the subnav under Expertise and Blog are showing an odd dot/circle. Can anyone suggest why? Thanks -- Tom Livingston | Senior Front End Developer | Media Logic #663399

Re: [css-d] way to set opacity of background image?

2017-10-04 Thread Tom Livingston
Support goes back to IE9 it appears so that’s nice... http://caniuse.com/#feat=multibackgrounds On Wed, Oct 4, 2017 at 9:01 PM Tom Livingston wrote: > While Philippe’s idea would work I just though it worth mentioning that > support of multiple backgrounds MAY be an issue depending

Re: [css-d] way to set opacity of background image?

2017-10-04 Thread Tom Livingston
.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.

Re: [css-d] way to set opacity of background image?

2017-10-04 Thread Tom Livingston
Updated my example to use a pseudo element instead. Even simpler. On Wed, Oct 4, 2017 at 7:53 PM, Tom Livingston wrote: > Usually, the way you deal with this is: > > https://tomliv.com/css-d/opacity-sample/ > > Just a really quick test page. > > I am not aware of anything li

Re: [css-d] way to set opacity of background image?

2017-10-04 Thread Tom Livingston
Usually, the way you deal with this is: https://tomliv.com/css-d/opacity-sample/ Just a really quick test page. I am not aware of anything like what you described. On Wed, Oct 4, 2017 at 7:22 PM Angela French wrote: > Hello, > Is there a property of the background that will allow me to set th