Re: [css-d] Flexbox question

2017-04-25 Thread Chris F.A. Johnson
On Tue, 25 Apr 2017, crestchristop...@gmail.com wrote: What is that image ? I know what it is but it appears as junk ? It's a screenshot of the page in question. Christopher From: Chris F.A. Johnson Sent: Tuesday, April 25, 2017 7:57 PM To: CSS Discussion Group Subject: Re: [

Re: [css-d] Flexbox question

2017-04-25 Thread Chris F.A. Johnson
://css-tricks.com/snippets/css/a-guide-to-flexbox/ Not a page I'd use as a good example: http://b.cfaj.ca/flex.jpg -- Chris F.A. Johnson, <http://cfajohnson.com> __ css-discuss [css-d@lists.css-discuss.org] http://www.css-

[css-d] need help with mobile navigation

2017-04-03 Thread Chris Kavinsky
I'm in the process of redesigning a site for a client. I added a side navigation for the main nav on smaller screens. One problem I'm having is that on mobile devices, the screen pushed over to the left and leaves space for the sliding side navigation even though its not engaged. It doesn't do this

[css-d] issue with responsive navigation

2017-03-15 Thread Chris Kavinsky
I'm working on a site with a responsive navigation that is horizontal on a small screen and collapses to a vertical sliding nav on smaller screens. This could be a minor issue, but when the screen resizes from small to larger, the navigation doesn't quite revert to its original state. Does anyone n

[css-d] issue with pop-out navigation

2017-03-08 Thread Chris Kavinsky
am I overlooking in order to get the links within the list to appear? http://greencrest.com/navtest.html click on "menu" in the upper left. thanks in advance. -chris __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] help getting my under by

2016-11-29 Thread Chris Rockwell
The issue appears to be at line 1725 of sbctc.css. Is floating every image in the main container the desired behavior? If so, you'll have to explicitly reset for either all within a element or use a class. You'll need to be more specific with your declaration than what you've done here: @media

[css-d] help with responsive navigation

2016-11-07 Thread Chris Kavinsky
Looks like I'm having hosting issues. The css file is updated (I can see the updates in the WP editor) but for some reason the site isn't refreshing the file. Thanks. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-disc

Re: [css-d] help with responsive navigation

2016-11-04 Thread Chris Rockwell
are different, and open and close quotes are > missing for class and id attributes > > > Greg > -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto: > css-d-boun...@lists.css-discuss.org] On Behalf Of Chris Kavinsky > Sent: Friday, November 04

[css-d] help with responsive navigation

2016-11-04 Thread Chris Kavinsky
I'm reworking a client site navigation to work better responsively and using a previous site as a model. I think I have the page code and css code correct, but I'm not getting the correct results. In short, the menu is collapsing when the screen is smaller but the link isn't toggling the menu, and

Re: [css-d] What causes the space at bottom of squares?

2016-09-22 Thread Chris F.A. Johnson
. -- Chris F.A. Johnson, <http://cfajohnson.com> __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discu

Re: [css-d] CSS pseudo-class for source of :target

2016-08-12 Thread Chris Rockwell
I might muddy the waters here, but I'll try to explain how I interpreted the goal. Consider a use-case in which your page has a long list of anchors (imagine a sticky sidebar which scrolls with the user). The goal (in my contrived scenario) would be to gray out the anchor which links to the targe

Re: [css-d] Flexbox struggle

2016-08-11 Thread Chris Rockwell
Tough one. margin-top: auto as Philippe suggested does work but flex-end, as I understood it, should take care of this. It's like flex-end doesn't respect that you've changed the flex-direction to column. On Wed, Aug 10, 2016 at 7:18 PM Philippe Wittenbergh wrote: > > > On Aug 11, 2016, at 5:5

Re: [css-d] Background images for element within MQ ?

2016-08-05 Thread Chris Rockwell
Note that it still compiles to the first example. On Fri, Aug 5, 2016 at 3:18 PM Crest Christopher wrote: > I knew probably SaSS could do it although I don't use SaSS atleast I was > right ;-) > > Chris Rockwell wrote: > > > If I understand you correctly,

Re: [css-d] Background images for element within MQ ?

2016-08-05 Thread Chris Rockwell
If I understand you correctly, no. You can do: body { background-image: url('my300pximage.jpg'); } @media and (min-width: 700px) { body { background-image: url('my700pximage.jpg'); } } With sass you can do this: body { background-image: url('my300pximage.jpg'); @media and (min-width

Re: [css-d] Transform

2016-08-05 Thread Chris Rockwell
Set top:0 in .colorbar-link. On Fri, Aug 5, 2016 at 11:43 AM Tom Livingston wrote: > List, > > I'm trying to add a hover to a block-styled link. I want to transition the > 'top' position of the element on hover with easing but I can't get it to > happen with the easing. Where am I going wrong? >

Re: [css-d] Freestyle measurement for Chrome [Off-Topic List Question]

2016-07-31 Thread Chris Rockwell
The Web developer toolbar from Chris Pedrick (sp?) does that and much more. On Mon, Aug 1, 2016, 12:01 AM Crest Christopher wrote: > Anyone aware of a simple tool for Chrome which allows me to draw a > freestyle rectangle and get the dimensions dis

Re: [css-d] Style Object tag svg

2016-07-13 Thread Chris Williams
e SVG, find the items I'm looking for and build CSS to handle it. From: Crest Christopher mailto:crestchristop...@gmail.com>> Date: Tuesday, July 12, 2016 at 7:57 PM To: Chris Williams mailto:ch...@clwill.com>> Cc: CSS-Discuss mailto:css-d@lists.css-discuss.org>> Subject: R

Re: [css-d] Style Object tag svg

2016-07-12 Thread Chris Williams
1) That's not "post 16" that's a reply with 16 (now 17) likes. 2) Is explicitly says in the example: On 7/12/16, 7:30 AM, "css-d-boun...@lists.css-discuss.org on behalf of Crest Christopher" wrote: >Look at, post 16 on stack overflow ? > >The example SVG file doesn't have a class called fill

Re: [css-d] Style Object tag svg

2016-07-10 Thread Chris Williams
It's not clear to me exactly what the question is. Can you style SVG inside divs on a page? Yes, I've done it frequently. How? Simple, and like every other CSS case: use a debugger (Chrome, FF, IE) and look at the object structure, figure out the hierarchy you want/need and go for it. Do I hav

Re: [css-d] Responsive grid layout with graphics and scaling

2016-07-01 Thread Chris Rockwell
June 29, 2016, Chris Rockwell > wrote: > > > If this layout were in a narrower viewport than shown, and keeping > >> the grid as shown, in my mind the graphics in the middle row would > begin to > >> scale before the rest. > > > > > > For clarif

Re: [css-d] Responsive grid layout with graphics and scaling

2016-06-29 Thread Chris Rockwell
> > If this layout were in a narrower viewport than shown, and keeping > the grid as shown, in my mind the graphics in the middle row would begin to > scale before the rest. For clarification: are you saying that's how you think it should work *or* that is the desired effect you're going for? >

Re: [css-d] Theoretical Media Query question

2016-05-31 Thread Chris Rockwell
g the relevant media queries with each component. I've worked with large codebases that have separate files for media queries, each breakpoint, and I've always found it more difficult to track down what I need. On Tue, May 31, 2016 at 12:32 PM Chris Rockwell wrote: > I have used t

Re: [css-d] Theoretical Media Query question

2016-05-31 Thread Chris Rockwell
I have used the method from the second article since I started using Sass. I break components/objects/atoms/whatever into their own file and it makes more sense, to me, to include the media query with the components. I make mine "more inline" though: .selector { color: red; @media (min-width:

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Chris F.A. Johnson
lman/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/ -- Chris F.A. Johnson, <http://cfajohnson.com> __

Re: [css-d] Setting Element to original spot in class ?

2016-05-08 Thread Chris F.A. Johnson
ed margins and positioning but that doesn't set the element back to it's original spot, the only way I can get it back to it's original spot is by removing the class. You probably have that class in a CSS file. A URL would help. -- Chris F.A. Johnso

Re: [css-d] align 4 divs horizontally

2016-03-29 Thread Chris Rockwell
There is likely a width set on one of the parents causing the overflow scrolling. Do you have a link? On Tue, Mar 29, 2016, 6:09 PM Larry Martell wrote: > I am trying to align 4 divs horizontally. I know I've successfully > done this before with either display: inline-block or position: static >

Re: [css-d] coding "violators"

2016-03-28 Thread Chris Rockwell
What are the different scenarios in which this would be used? Is the assumption that you need to move the text so that it fits right on different images correct? Can you use background-image for this, and then position the text within the container? On Mon, Mar 28, 2016 at 5:00 PM John J wrote:

Re: [css-d] 3 columns with expanding middle

2016-03-28 Thread Chris Rockwell
Or flex: https://jsfiddle.net/gc1dgrsb. On Mon, Mar 28, 2016 at 3:01 PM Tom Livingston wrote: > You could try using calc, if the browser support is ok ( > http://caniuse.com/#search=calc). > > .centerdiv{width: calc(100% - 68px};/* 68 is width of two outer divs */ > > On Mon, Mar 28, 2016 at 2:2

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

2016-03-28 Thread Chris Rockwell
uss.org [mailto: > css-d-boun...@lists.css-discuss.org] On Behalf Of Chris Rockwell > Sent: Friday, March 25, 2016 7:29 PM > To: Karl DeSaulniers; CSS-D > Subject: Re: [css-d] syntax: attribute selector on linked image > > Is this in an iFrame? Have you inspected the element with

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] why image won't scale?

2016-03-07 Thread Chris Williams
The issue is not with the style of the img, it's with the styling on the div that includes it. It needs a width spec too. On 3/7/16, 11:52 AM, "css-d-boun...@lists.css-discuss.org on behalf of John J" wrote: >that's what I'm noticing, too...I can't tell if it's my media queries >moving to next

Re: [css-d] New website

2016-02-29 Thread Chris Williams
Link? On 2/29/16, 2:32 PM, "css-d-boun...@lists.css-discuss.org on behalf of Karl DeSaulniers" wrote: >Hello all, >Got another website. This time it's my own portfolio website. It is an >infinite loop horizontal scrolling responsive website. > >If you all don't mind taking a look at it and

Re: [css-d] Hiding desktop header menu on phones?

2016-02-28 Thread Chris Rockwell
give it a go and see what the results are. Chris Rockwell On Sun, Feb 28, 2016 at 3:12 PM, John J wrote: > I have my "waffle" menu div hiding until viewport reaches max-width: > 42.5rem, using display:none; in the desktop CSS, then using display:inline; > at 42.5rem > >

Re: [css-d] New website

2016-01-29 Thread Chris Rockwell
to test with a screen reader. Chris On Jan 29, 2016 9:49 PM, "Karl DeSaulniers" wrote: > Hi All, > I would really appreciate feedback from you guys on this WordPress website > I just finished. It "should" be responsive on most if not all screens and > work on old

Re: [css-d] Moving mobile nav to bottom?

2016-01-27 Thread Chris Rockwell
screen it is always in easier reach of my thumbs (especially on this Note 5). It also affords the opportunity to have "quick links" (contextual or otherwise) as well as a hamburger type button that can expand more navigation. Test your user base and see if it is a better experience for th

Re: [css-d] What tools help to make a good looking site like ianmurdock.com (with very proper and up to date css)

2016-01-07 Thread Chris Williams
This is just a simple Wordpress blog. Looks like it's just using the default theme as well. On 1/7/16, 4:51 PM, "css-d-boun...@lists.css-discuss.org on behalf of John Griessen" wrote: >ianmurdock.com > >He's gone, so can't ask him anymore. > >It's a fast responding, non-database driven blo

Re: [css-d] CSS solution for a "curly" apostrophe

2015-10-12 Thread Chris Williams
As I noted and quoted, YOUR email had the Korean encoding markers before I even entered the conversation. On 10/11/15, 11:56 PM, "Philip Taylor" wrote: > > >Chris Williams wrote: > >> Philip's second reply in this thread has the same markers. I hadn't &

Re: [css-d] CSS solution for a "curly" apostrophe

2015-10-11 Thread Chris Williams
t;css-d-boun...@lists.css-discuss.org on behalf of MiB" wrote: > >12 okt 2015 kl. 02:01 skrev Chris Williams : > >> Yeah, well whatever. I'm using Outlook on the Mac, which is not set to >> Korean, as Philip seems to believe. > >When Philip quoted your letter, he did

Re: [css-d] CSS solution for a "curly" apostrophe

2015-10-11 Thread Chris Williams
Sunday, October 11, 2015, Chris Williams wrote: This. Philip already explained this... "Jeff sent in ISO-8859-1, as I mentioned in my preceding message; therefore you (and I) saw characters from the ISO-8859-1 character set, which does not contain the very characters that Jeff was t

Re: [css-d] CSS solution for a "curly" apostrophe

2015-10-11 Thread Chris Williams
This. From: Tom Livingston Date: Sunday, October 11, 2015 at 12:37 PM To: "p.tay...@rhul.ac.uk" Cc: Christopher Williams , CSS-D Subject: Re: [css-d] CSS solution for a "curly" apostrophe I only saw superscripted numbers as well, and I have my doubts that ios9.x gmail client can't display

Re: [css-d] CSS solution for a "curly" apostrophe

2015-10-11 Thread Chris Williams
y of accomplishing that using CSS, but server-side processing might be an (off-list/topic) option. --- On 10/11/15, 11:49 AM, "Philip Taylor" wrote: > > >Chris Williams wrote: > >> My larger point was, tread carefully here. Test a lot. Unexpected >> results (as Jeff

Re: [css-d] CSS solution for a "curly" apostrophe

2015-10-11 Thread Chris Williams
ely. On 10/9/15, 9:48 AM, "Philip Taylor" wrote: > > >Chris Williams wrote: > >> 1) These characters are font dependent. Unless you are specifically >> calling out fonts that you use, you risk using glyphs that will not be >> found on your target machine. >

Re: [css-d] CSS solution for a "curly" apostrophe

2015-10-09 Thread Chris Williams
You mean the one that shows up as an unknown character on many platforms? For reference either a superscript 3 or 1 in my email below... 1) These characters are font dependent. Unless you are specifically calling out fonts that you use, you risk using glyphs that will not be found on your target

Re: [css-d] make unbulleted list items align left

2015-08-26 Thread Chris Rockwell
>> when I grab the list it applies my style to the s and not the Is this because you don't have a consistent, reliable way to target the instead of the 's? If that's the case I would try to go up the theming chain (not sure the CMS) to apply some classes. Chris Rockwell

Re: [css-d] Skipping Landscape ?

2015-07-15 Thread Chris Williams
IMHO, the best design approach is to start with width. It's the best indicator of overall size, and allows you to "get in the ballpark" with respect to the question: is this a desktop, tablet or phone? Once you've established width, you can configure your content to look good with that, and alway

Re: [css-d] Vertical & Horizontal Center ?

2015-06-03 Thread Chris Rockwell
When you declare "margin: 0 auto" you're explicitly giving instructions to not use margin on the top and bottom. If absolute positioning is acceptable, you can do: margin:auto; position: absolute; top: 0; bottom:0; left:0 right:0; On Jun 3, 2015 7:46 PM, "Crest Christopher" wrote: > I've come

Re: [css-d] Block out Background image with mask !

2015-05-23 Thread Chris Williams
So can pngs. On 5/22/15, 6:39 PM, "John Andrews" wrote: >Try a gif image with black and transparent instead of a png image. Gifs >can >have a transparent background. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-d

[css-d] question about css-only mobile responsive menu

2015-05-21 Thread Chris Kavinsky
I came across this blog post and demo for a css-only responsive menu and I've been playing with it to figure out the nuances of how it works. One problem I've run into is that when the demo screen is reduced, the menu appears as intended. I copied the file and css exactly as the demo page (I even d

Re: [css-d] help with responsive menu dropdown

2015-05-21 Thread Chris Kavinsky
Oh crap. I completely overlooked that. That solved the problem. Thanks Philippe. On Thu, May 21, 2015 at 12:24 AM, Philippe Wittenbergh wrote: > > > Le 21 mai 2015 à 04:06, Chris Kavinsky a écrit : > > > > I'm trying to retrofit an existing site that's using a

[css-d] help with responsive menu dropdown

2015-05-20 Thread Chris Kavinsky
I'm trying to retrofit an existing site that's using a horizontal navigation menu with dropdowns. The problem I'm having is getting the menu to appear on:click when the screen size is smaller. Its doing it entirely using css. I created a static version before moving it to the wordpress site, and it

[css-d] trouble with responsive horizontal menu

2015-05-15 Thread Chris Kavinsky
I'm trying to retrofit a client site to be responsive and running into an issue with the navigation. I want the horizontal menu to collapse when smaller and appear on-click but having issue getting the click to work. Below is the live site and I've also included the css. What am I overlooking? htt

Re: [css-d] Z-index blocking script

2015-04-05 Thread Chris Rockwell
There is no link, Crest. Why do you think z-index would be causing a script not to run? On Apr 5, 2015 1:21 PM, "Crest Christopher" wrote: > I have a problem, z-index on this page is blocking the script to work, > currently I've only removed the z-index for the x320 break point. Why > isn't it w

Re: [css-d] FOUC on homepage

2015-03-20 Thread Chris Williams
the carousel and it's dependents up top (or in line, right after the images?), then save the interaction pieces to the bottom. That way, the carousel will kick off sooner? Chris On 3/20/15, 11:09 AM, "J.C. Berry" wrote: >I was reading and realized that may not be the correct

Re: [css-d] CSS Grids

2015-03-12 Thread Chris Williams
If you buy into a "grid" the idea is you go all the way. Everything lives in the grid. That way you get all the responsiveness (and other) benefits of the grid structure. On 3/12/15, 12:16 PM, "Tom Livingston" wrote: > >I have not used a grid system in the past but am looking into them. As >I w

Re: [css-d] Stacking Issue continues

2015-01-22 Thread Chris Rockwell
It appears that the addition of this: -webkit-transform: translate3d(0,0,0); fixes the Safari issue. That fix was mentioned in one of the StackOverflow threads I saw while looking into this. Odd that adding z-index didn't work as it did on my end, as well as removing `position:relative`. Oh wel

Re: [css-d] Stacking Issue continues

2015-01-22 Thread Chris Rockwell
statement to check if the value returned is zero, if it is, get the value from the parent.* Chris Rockwell On Thu, Jan 22, 2015 at 10:57 AM, Chris Rockwell wrote: > I think if you add a z-index to everything that is position:relative it > will solve the issue (.circle-button, .plant-it). It d

Re: [css-d] Stacking Issue continues

2015-01-22 Thread Chris Rockwell
dex issues. Chris Rockwell On Thu, Jan 22, 2015 at 10:26 AM, Philip Taylor wrote: > > > Tom Livingston wrote: > > With respect, the code that the validator doesn't like or understand is >> necessary and the issue isn't showing up on other pages of the site with &

Re: [css-d] Stacking Issue continues

2015-01-21 Thread Chris Rockwell
This is pretty ugly, but it works on Safari MAC : http://codepen.io/chrisrockwell/full/MYmdbo/ Chris Rockwell On Wed, Jan 21, 2015 at 5:53 PM, Tom Livingston wrote: > Unfortunately, I still can't post a link for this. Hopefully someone > smarter than me can help me based on the fol

Re: [css-d] LESS CSS

2014-12-08 Thread Chris Rockwell
Is using LESS for CSS off-topic? Have you looked at Stack Overflow? stackoverflow.com Chris Rockwell On Mon, Dec 8, 2014 at 1:05 PM, John wrote: > A bit off-topic; any good current resources for LESS issues anyone can > share? > > Thank y

Re: [css-d] Media Queries not working

2014-11-20 Thread Chris Rockwell
x) { #menupanel { background-color: gray; } } Chris Rockwell On Thu, Nov 20, 2014 at 8:46 PM, Tom Livingston wrote: > Try: > > @media only screen and (min-width : 320px) { > #menupanel {background-color:red;height:400px;width:320px;border:2px;} > } > > @media only screen an

Re: [css-d] Screens overload

2014-11-15 Thread Chris Rockwell
up coding that part of the project, but they just prefer a different medium to solve the problems. Use whatever tools help you to solve the problem in the fastest way. Chris Rockwell On Sat, Nov 15, 2014 at 9:36 PM, Crest Christopher < crestchristop...@gmail.com> wrote: > A sheet/st

Re: [css-d] Screens overload

2014-11-12 Thread Chris Rockwell
according to wikipedia: http://en.wikipedia.org/wiki/List_of_common_resolutions However, if you've ever looked at the stats for a low to medium traffic site, that list doesn't cover a fraction of them. Chris Rockwell On Wed, Nov 12, 2014 at 1:43 PM, Crest Christopher < crestchris

Re: [css-d] 3 elements side by side

2014-11-10 Thread Chris Rockwell
You have flexbox, display:table-cell, display:inline-block, float:left. I prefer flexbox but most often use one of the display's and avoid float at almost all costs. Are you using inline-block and running into this: http://css-tricks.com/fighting-the-space-between-inline-block-elements/? On Nov 1

Re: [css-d] Slides JS behavior due to CSS? (OT?)

2014-10-25 Thread Chris Rockwell
you've confirmed an image has loaded. - Drupal makes it point-and-click easy to aggregate and compress your CSS/JS, I would recommend taking advantage of this Hope it helps! Chris Chris Rockwell On Fri, Oct 24, 2014 at 10:49 PM, J.C. Berry wrote: > Hello all, > Feel free to te

Re: [css-d] Links in Academic style reference list some times not working

2014-10-20 Thread Chris Rockwell
that should work and paste it in to the "Disable Rich Text" view. Next, enable rich text, save it, go back and view the source - is anything different from what you originally put it? Again, I don't think this is CSS related so if you want to send me more details off list I would be hap

Re: [css-d] Flex box help

2014-10-09 Thread Chris Rockwell
one know a really good explanation of the properties flex-grow and flex-shrink? Have you seen http://css-tricks.com/snippets/css/a-guide-to-flexbox/? Chris Rockwell On Thu, Oct 9, 2014 at 12:27 PM, Darren Brierton wrote: > Hello > > I've been trying to familiarise myself with the

Re: [css-d] Grid & Columns and Frustrations

2014-10-03 Thread Chris Rockwell
> > > When using a Grid FrameWork must you keep all the column classes and > gutters or that is only needed when designing ? > Not at all. If the grid framework is too difficult to modify for your needs, choose another framework, or start form scratch. A grid framework, or any framework for that

Re: [css-d] First-Child

2014-09-26 Thread Chris Rockwell
I can't look at the example now, but there are endless examples available, try MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/:first-child On Sep 26, 2014 9:40 AM, "Crest Christopher" wrote: > The first child of my example, I linked too. > > Philip Taylor wrote: > >> >> Crest Christopher w

Re: [css-d] input[type="checkbox"]:checked+label not working

2014-09-23 Thread Chris Rockwell
Hey Matthew, If you look at the stylesheet in Chrome dev tools you'll see a red dot after both of the styles in question - deleting it solves the issue. A search suggests that it's unicode characters inserted by server side code: http://stackoverflow.com/a/23511935 Chris Chris Rockwe

Re: [css-d] why % not working for this?

2014-09-18 Thread Chris Rockwell
Glad to help! Chris Rockwell On Thu, Sep 18, 2014 at 5:00 PM, John wrote: > > On Sep 18, 2014, at 1:49 PM, Chris Rockwell > wrote: > > > Check out the "Computed" tab in Chrome Dev tools - it shows that > 47.87234% > > is equal to 430.844 pixels which, w

Re: [css-d] why % not working for this?

2014-09-18 Thread Chris Rockwell
e that though ( http://ejohn.org/blog/sub-pixel-problems-in-css/). Chris Chris Rockwell On Thu, Sep 18, 2014 at 4:38 PM, John wrote: > http://www.coffeeonmars.com/170_su/client/portfolio/ > > At this link, I have 3 thumbnails which display horizontally and are > evenly distributed,

Re: [css-d] after pseudo-class and link

2014-09-18 Thread Chris Rockwell
roper (wp template) as that is where it belongs. Chris Rockwell On Wed, Sep 17, 2014 at 11:32 PM, Dave Solko wrote: > Is it possible to add a link to the :after? > > I'm adding an image via :after, and I want to make it clickable. Is this > possible? > > Using WP, and i

Re: [css-d] Script Changing CSS Font & BG

2014-09-13 Thread Chris Rockwell
Hey Chris, Are you familiar with developer tools at all? If you're using Chrome, right click on the page and in your context menu choose "Inspect Element". A pane should open that shows HTML; hit the Escape Key (esc) and then click on "tutorials" - you'll see t

Re: [css-d] Script Changing CSS Font & BG

2014-09-13 Thread Chris Rockwell
Hey Chris - there is no link in your email. Chris Chris Rockwell On Sat, Sep 13, 2014 at 9:06 PM, Crest Christopher < crestchristop...@gmail.com> wrote: > Hi, thank you for your help. > > If you don't mind visiting this page, followed by clicking on the word > tutorials

Re: [css-d] Script Changing CSS Font & BG

2014-09-13 Thread Chris Rockwell
CSS issue. Chris On Sep 13, 2014 8:36 PM, "Crest Christopher" wrote: > There is a jQuery load() command that is changing my font and pages > background when the event is triggered. I know this issue is not > completely CSS related, I want to know if this is a DOM issue, it does

Re: [css-d] forms

2014-08-26 Thread Chris Rockwell
Yet another option: think in terms of 'rows' and use wrappers for each row that are display:block. And then make all labels and input elements inline/inline-block. There are more ways, I'm sure. Hope it helps! Chris On Aug 26, 2014 11:20 PM, "John" wrote: > I am tr

Re: [css-d] backgound shows below content when it shouldn't

2014-08-14 Thread Chris F.A. Johnson
I can no longer see the wood for the trees, and would be grateful for some help, please. Regards, Tim Dawson -- Chris F.A. Johnson, <http://cfajohnson.com> __ css-discuss [css-d@lists.css-discuss.org] http://www.css-di

Re: [css-d] SVG background-image with fallback

2014-08-05 Thread Chris Rockwell
Hey Tom, just a heads up that you need to include the 2nd argument in background-image:, otherwise it won't fallback. Chris On Aug 5, 2014 8:45 PM, "Tom Livingston" wrote: > On Tuesday, August 5, 2014, Karl DeSaulniers wrote: > > > On Aug 5, 2014, at 6:15 PM, Phil

Re: [css-d] SVG background-image with fallback

2014-08-05 Thread Chris Rockwell
They do work the same. You're not giving it a declaration it doesn't understand ( like rgba(), therefore causing a fallback ), it perfectly understands url(), it just can't render the resource you're giving it. Chris Rockwell On Tue, Aug 5, 2014 at 9:17 AM, Tom Livingston

Re: [css-d] SVG background-image with fallback

2014-08-05 Thread Chris Rockwell
ackground-image: url('image.svg'), none; There's also modernizr if you're already using that. Chris Chris Rockwell On Tue, Aug 5, 2014 at 9:00 AM, Tom Livingston wrote: > List, > > I was having a discussion in the comments of an article about using > svg as a bac

Re: [css-d] keeping submenu open when parent is 'current'

2014-08-01 Thread Chris Rockwell
You may not need to Debbie, I just wanted to mention it. Why not add the CSS I included to your stylesheet and se Chris Rockwell I'm not at all opposed to removing the JS, it's kind of an artifact... -- Debbie On 8/1/2014 11:26 AM, Chris Rockwell wrote: > Hi Debbie, > >

Re: [css-d] keeping submenu open when parent is 'current'

2014-08-01 Thread Chris Rockwell
the necessity for !important :)). Chris Rockwell On Fri, Aug 1, 2014 at 1:28 PM, Debbie Campbell wrote: > I'm not at all opposed to removing the JS, it's kind of an artifact... > > -- > Debbie > > > On 8/1/2014 11:26 AM, Chris Rockwell wrote: > >> Hi Deb

Re: [css-d] keeping submenu open when parent is 'current'

2014-08-01 Thread Chris Rockwell
with javascript by adding inline styles (as opposed to adding classes and dealing with the styling in a sheet), but this will hopefully get you thinking along the right path. Make sense? Chris Chris Rockwell On Fri, Aug 1, 2014 at 1:13 PM, Tom Livingston wrote: > Works in latest Chrome and

[css-d] Fwd: Re: Web fonts

2014-07-31 Thread Chris Rockwell
I failed, once again, to Reply-All -- Forwarded message -- From: "Chris Rockwell" Date: Jul 30, 2014 10:36 PM Subject: Re: [css-d] Web fonts To: "Stuart King" Cc: Here is the culprit: .column-content p { font-family: "Whitney A", "Whitney B&q

Re: [css-d] Placement of MQ question

2014-07-28 Thread Chris Rockwell
I would add it to the end of the main sheet and import the partial in this scenario. Chris Rockwell On Mon, Jul 28, 2014 at 2:33 PM, Tom Livingston wrote: > On Mon, Jul 28, 2014 at 2:15 PM, Tom Livingston wrote: > > On Mon, Jul 28, 2014 at 1:42 PM, Chris Rockwell > wrote:

Re: [css-d] Placement of MQ question

2014-07-28 Thread Chris Rockwell
and there is no adherence to structure, you'll end up with some messiness down the road (I feel like I'm preaching to the choir on this point though :D, maybe I've misunderstood the question). Hope that helps. Chris Rockwell On Mon, Jul 28, 2014 at 1:23 PM, Tom Livingston wrote

Re: [css-d] why are ems rendering large?

2014-07-26 Thread Chris Rockwell
Nevermind, its not in normalize.CSS, I scanned too quickly - sorry! On Jul 26, 2014 9:40 PM, "Chris Rockwell" wrote: > Felix, admittedly I never questioned why setting font-size: 100% was a > best practice, it's just always something I've done. Based on your response &

Re: [css-d] why are ems rendering large?

2014-07-26 Thread Chris Rockwell
t I see no harm in, so if someone smarter than me figured out it helps, I'll just take their word for it and include the few characters :)) Chris On Jul 26, 2014 9:27 PM, "Felix Miata" wrote: > On 2014-07-26 19:43 (GMT-0500) Karl DeSaulniers composed: > > Felix Miata wrot

Re: [css-d] FireFox issues displaying height of div

2014-07-25 Thread Chris F.A. Johnson
://advres.thehomepagestore.com/consulting_unconventional_resources.php This is what I see: <http://b.cfaj.ca/thehomepagestore.jpg> -- Chris F.A. Johnson, <http://cfajohnson.com> __ css-discuss [css-d@lists.css-discu

Re: [css-d] why are ems rendering large?

2014-07-25 Thread Chris F.A. Johnson
users preference for font size - without the compounding issues (and any other) of the em. -- Chris F.A. Johnson, <http://cfajohnson.com> __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/li

Re: [css-d] why are ems rendering large?

2014-07-24 Thread Chris F.A. Johnson
have in that toolkit? Why would you want it to necessarily be 16px? It it were, it would be too small for many people to read comfortably. In my browser, "font-size:100%;" means 22px, a good size for me to read easily. -- Chris F.A. Johnson, <http://c

Re: [css-d] why are ems rendering large?

2014-07-24 Thread Chris Rockwell
> > > Right on…the hide me from view method is one I was encouraged to explore; > have not yet done so. > Take a look at https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css#L110 __ css-discuss [css-d@lists.css-discu

Re: [css-d] why are ems rendering large?

2014-07-24 Thread Chris F.A. Johnson
On Thu, 24 Jul 2014, John wrote: On Jul 24, 2014, at 8:40 AM, Chris Rockwell wrote: I don't think you're recognizing that em's inherit from their parent. - #header-logo is a child of - has a font-size of 2em (set by user agent stylesheet) - #header-logo therefore has a ba

Re: [css-d] why are ems rendering large?

2014-07-24 Thread Chris Rockwell
> > > So, I either have to keep track of the math, or…is there another, better > way I should have built that lock-up? > If you want to use em's, you'll need to be aware of parent font sizes. Personally, I don't put 's in 's, but I see it in practice all of the time (and it's acceptable as far as

Re: [css-d] why are ems rendering large?

2014-07-24 Thread Chris Rockwell
1.25em is equal to (32 * 1.25)px. Make sense? If you want to pad it 20px (1.25em of document base font size), you would need to set padding-left to 0.625em Hopefully I haven't muddied the waters. Chris Rockwell On Thu, Jul 24, 2014 at 11:22 AM, John wrote: > > On Jul 24, 2014,

Re: [css-d] why are ems rendering large?

2014-07-24 Thread Chris F.A. Johnson
On Thu, 24 Jul 2014, John wrote: On Jul 24, 2014, at 8:18 AM, Tom Livingston wrote: ems are relative to font size. Given a browser default of 16px, 1em = 16px. If you have something set at font-size: 120%;, that's 120% bigger than 16px (1em) so, like Chris said, it would be 19px (ro

[css-d] CSS columns and figures

2014-07-24 Thread Chris Rockwell
If you haven't seen this yet, it's worth the read and play time: http://alistapart.com/blog/post/ten-css-one-liners-to-replace-native-apps Chris Rockwell __ css-discuss [css-d@lists.css-discuss.org] http://www.css-d

Re: [css-d] why are ems rendering large?

2014-07-23 Thread Chris F.A. Johnson
is 19[.2]px. Chris F.A. Johnson wrote: On Wed, 23 Jul 2014, John wrote: On Jul 23, 2014, at 8:38 PM, Crest Christopher wrote: Large ? What is the size you want ? I am hoping that ems will be the same size across the board throughout the page…my understanding is that they’re appx equal to

Re: [css-d] why are ems rendering large?

2014-07-23 Thread Chris F.A. Johnson
On Thu, 24 Jul 2014, Chris F.A. Johnson wrote: On Wed, 23 Jul 2014, John wrote: On Jul 23, 2014, at 8:38 PM, Crest Christopher wrote: Large ? What is the size you want ? I am hoping that ems will be the same size across the board throughout the page…my understanding is that they’re appx

Re: [css-d] why are ems rendering large?

2014-07-23 Thread Chris F.A. Johnson
-size; if your font-size is 120%, an em will be 20% larger than in a block where the font-size is 100%. -- Chris F.A. Johnson, <http://cfajohnson.com>__ css-discuss [css-d@lists.css-discuss.org] http://www.css-discu

  1   2   3   4   5   6   7   8   9   10   >