Re: [css-d] Overriding global style

2021-02-25 Thread Philippe Wittenbergh
ficity: https://cssspecificity.com You’ll need to seriously up the specificity of your `#preview div#CFA_results_holder` to be able to override that. Philippe -- Philippe Wittenbergh https://l-c-n.com/ __ css-discuss [css

Re: [css-d] display flex on an

2020-08-10 Thread Philippe Wittenbergh
as flex-block in Safari and Firefox. https://dev.l-c-n.com/_junk/a-f.html More help if you provide a test case, as always. Philippe -- Philippe Wittenbergh https://l-c-n.com/ __ css-discuss [css-d@css-discuss.org] http:

Re: [css-d] Position Sticky Question

2019-06-03 Thread Philippe Wittenbergh
> On Jun 4, 2019, at 4:23, Tom Livingston wrote: > > Hello list, > > Thoughts? You want `position: fixed` ? Philippe -- Philippe Wittenbergh https://l-c-n.com/ __ css-discuss [css-d@css-discuss.org]

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

2018-08-01 Thread Philippe Wittenbergh
> On Aug 2, 2018, at 0:34, Tom Livingston wrote: > >> https://www.xifin.com/about-xifin/contact-us >> >> Thanks! >> > > I'm not seeing a form at all. Mac FF 61.0.1 The script that generates that form is blocked: The Firefox console reports: ``` The resource at “https://app-sjf.marketo.com

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

2018-07-23 Thread Philippe Wittenbergh
ach browser, but none of it should affect page rendering I think. Philippe -- Philippe Wittenbergh https://l-c-n.com/ __ css-discuss [css-d@css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

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

2018-05-19 Thread Philippe Wittenbergh
user as much as they want). Luckily. Philippe -- Philippe Wittenbergh https://l-c-n.com/ __ css-discuss [css-d@css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.inc

Re: [css-d] Custom Fonts

2018-05-11 Thread Philippe Wittenbergh
won't show > bold. What is the computed value for the element in question? There could be many other reasons though, hard to say without seeing the pages Philippe -- Philippe Wittenbergh https://l-c-n.com/ __ css-discu

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

2018-04-10 Thread Philippe Wittenbergh
ious: why did you go the route of an SVG embedded in the HTMl rather than adding the polygon directly to the CSS ? The latter has much better support - although still no go in Edge / IE 11. E { clip-path: polygon() } https://www.w3.org/TR/css-masking-1/#the-clip-path Philippe -- Philippe Witten

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

2018-03-17 Thread Philippe Wittenbergh
drafty anyway atm). And nobody else supports it currently, so you need to do some gymnastics to accommodate Gecko on one side and Chrome/Edge/Webkit on the other. Philippe -- Philippe Wittenbergh https://l-c-n.com/ __ css-

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

2018-03-17 Thread Philippe Wittenbergh
floating the first block or floating the solves the problem. As > does removing the -webkit-initial-letter declaration. Applying the `clear` property to the `` that follow the floated block seems to fix it here. Given your markup: .top-blo

Re: [css-d] nested ULs IE oddity

2017-10-20 Thread Philippe Wittenbergh
? On your Mac ? What are your FKA (Full Keyboard Access) settings in System Preferences keyboard pane, shortcuts? Firefox gets it from there (as does Safari, but Safari has additional options in its own Preferences > Advanced). Philipp

Re: [css-d] nested ULs IE oddity

2017-10-19 Thread Philippe Wittenbergh
. Sometimes it works as it should. PS3 - think of keyboard users… Philippe -- Philippe Wittenbergh https://l-c-n.com/ __ css-discuss [css-d@css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

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

2017-10-04 Thread Philippe Wittenbergh
(path/to/image.jpg); background-size: 100px,100px; } Philippe -- Philippe Wittenbergh https://l-c-n.com/ __ css-discuss [css-d@css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss