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 |
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
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/
>
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/
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
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
:
>
> 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
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 |
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
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
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
👍
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,
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: #
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
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?
>>
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
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
gt;
> http://designdrumm.com <http://designdrumm.com/>
>
>
>
>
>
>
>
>
>
> __
>
> css-discuss [css-d@css-discuss.org]
>
> http://www.css-discuss.org/mailman/listinfo/css-d
>
&g
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
:column
>
>
> --
>
>
> Sandy
>
>
> sandyfeldman.com
>
>
>
>
>
>
>
> On 2020-08-10 4:50 p.m., Tom Livingston wrote:
>
>
> > Hello listers,
>
> >
>
> > I have done the following many times:
>
> >
>
> >
&
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?
--
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:
>
> 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
: 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
> Aaron Gray
> >>>
> >>> Independent Open Source Software Engineer, Computer Language
> >>> Researcher, Information Theorist, and amateur computer scientist.
> >>> __
> >>>
> Aaron Gray
> >>>
> >>> Independent Open Source Software Engineer, Computer Language
> >>> Researcher, Information Theorist, and amateur computer scientist.
> >>> __
> >>>
t; >>> Aaron
> >>>
> >>> --
> >>> Aaron Gray
> >>>
> >>> Independent Open Source Software Engineer, Computer Language
> >>> Researcher, Information Theorist, and amateur computer scientist.
> >>>
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
__
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
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:
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
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
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
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
;
> }
>
> 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
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
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
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
]
> 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/
> 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
__
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"
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
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
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
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
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
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
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:
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
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
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
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@
, 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
. 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
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
}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
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
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
_
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
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
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
__
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 |
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
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
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
&
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
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
___
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
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 |
'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
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
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
_
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
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
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
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’
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
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
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?
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
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
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?
>>
>>
>>
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
lniers" :
> >
> >> Have you tried removing the margin-bottom on a couple of your styles?
> >>
> >> Best,
> >> Karl
> __
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
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
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:
>>
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
;
> }
>
> 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
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
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
.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.
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
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
94 matches
Mail list logo