[css-d] CSS must be called in the head?

2017-09-20 Thread John J
And nowhere else, correct? I'm referring to external CSS Thank you. __ 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 -- h

Re: [css-d] CSS Grid: Can I flow content around blocks?

2017-09-16 Thread John Beales
or this part of the document. There's a codepen here: https://codepen.io/johnbeales/pen/yzNmqm On Sat, Sep 16, 2017 at 4:55 AM Philippe Wittenbergh wrote: > > > On Sep 16, 2017, at 3:05 AM, John Beales wrote: > > > > On the blog I'm coding each post is a cont

[css-d] CSS Grid: Can I flow content around blocks?

2017-09-15 Thread John Beales
this possible? I had thought that setting a float on the (which is a direct child of the grid container, as are the tags and so on), would do the job, but it's not. The following the ends up below the . Thanks! - John

[css-d] list of all the CSS properties?

2017-04-15 Thread Dean, John
to it in my book? If I use the wiki page at https://www.w3.org/community/webed/wiki/CSS/Properties (which is organized quite nicely) instead of the above URL, can I count on that URL persisting for a long time (my first edition should run about 4 years)? Thanks, john John Dean, Ph.D. Associate Pr

Re: [css-d] An Example of Gradients for a Curtain

2017-03-17 Thread John Beales
;m not sure if it's possible, bit if it is, I'll figure it out ;) Thanks everyone! On Fri, Mar 17, 2017 at 2:47 PM, Eric A. Meyer wrote: > > > Sent from my iPhone > > On Mar 17, 2017, at 13:16, John Beales wrote: > > I remember seeing some demos a couple of year

[css-d] An Example of Gradients for a Curtain

2017-03-17 Thread John Beales
n demos, (as in, something that looks like a curtain or drape, not the "curtains" design pattern where stuff slides away to reveal something else at a lower z-index)? Thanks, John __ css-discuss [css-d@lists.css-di

[css-d] Developing on an iPad? [OT]

2016-12-31 Thread John J
Can anyone here who develops on an iPad kindly share how this is done? Thank you, J __ 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/ Li

Re: [css-d] animated gif has scrollbars

2016-11-11 Thread John J
No, but I still had iframe code in there.. On Nov 11, 2016 2:27 PM, "Karl DeSaulniers" wrote: > overflow:hidden; didn't work? > > Best, > Karl > > Sent from losPhone > > > On Nov 11, 2016, at 1:03 PM, John J wrote: > > > > I placed an an

Re: [css-d] animated gif has scrollbars

2016-11-11 Thread John J
D'oh! I used iframe for an earlier experiment..didn't think to get rid of that. Thank you, Tom! J On Fri, Nov 11, 2016 at 11:18 AM, Tom Livingston wrote: > On Fri, Nov 11, 2016 at 2:03 PM, John J wrote: > > I placed an animated gif on a web page; the dimensions of the gi

[css-d] animated gif has scrollbars

2016-11-11 Thread John J
! http://john-a-johnson.com/rokr.php __ 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-discuss.org/policies.html

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

2016-09-22 Thread John J
Thank you! On Sep 22, 2016 4:27 PM, "Karl DeSaulniers" wrote: > Because inline does not honor height. you need inline-block or block to do > that > > Best, > > Karl DeSaulniers > Design Drumm > http://designdrumm.com <http://designdrumm.com/> > &g

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

2016-09-22 Thread John J
> > > I would handle this on a case-by-case basis. But it's up to you. > > > > If you make a global style, you may need to "undo" it when you don't > > want them to be block. On the other hand, if you handle it > > case-by-case, you may find yourself mak

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

2016-09-22 Thread John J
^^ OK..doing that does work; so that when I need images to be inline, I'll have to handle it with stylesheets? Is this a best practice, to declare images as block up in the area where we have our other resets? Thank you, Tom On Thu, Sep 22, 2016 at 9:18 AM, John J wrote: > Are you s

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

2016-09-22 Thread John J
the other hand, if you handle it > case-by-case, you may find yourself making images block frequently. > > Glad I could help. > > On Thu, Sep 22, 2016 at 12:20 PM, John J wrote: > > ^^ OK..doing that does work; so that when I need images to be inline, > I'll > &g

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

2016-09-22 Thread John J
Are you saying to do this to my initial img tag so that this is universal? On Thu, Sep 22, 2016 at 9:16 AM, Tom Livingston wrote: > On Thu, Sep 22, 2016 at 12:13 PM, John J wrote: > > I have 6 image tiles; 2 rows of 3 at desktop size. Each square has a > > background color, and

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

2016-09-22 Thread John J
0%; height:auto; Can anyone see what the source of this unwanted space is? Thank you! Tiles can be seen at: http://john-a-johnson.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-

[css-d] Bullets: Block + inline?

2016-09-16 Thread John J
I have a possible need for bullets at the mobile media break to be arranged in columns of maybe 3 or 4 bullets each; at Desktop, each set of bullets will be vertical (Block) Is there a way to have the chunks of bullets be block within their "chunks" but have the chunks be arranged horizontally? (i

[css-d] a:hover state in different browsers

2016-08-12 Thread John J
parents up from the nav? Thank you for any clues! John http://john-a-johnson.com/contact.php __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.i

[css-d] default border property?

2016-07-22 Thread John J
Can anyone shed light on the concept of the setting of default border properties? I may be suffering the effects of this on some elements which ought to be following the same css, but which seem not to be; differing border code might be the reason. Thank you! J __

[css-d] Forms: textarea vs input

2016-07-21 Thread John J
same width. Perhaps this is a matter of html more than CSS...I am sorry if this is the case. Thank you, John __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] is use of rem bad?

2016-07-21 Thread John J
gt; under the “more options” disclosure triangle thingie). > http://jigsaw.w3.org/css-validator/ > On Wed, Jul 20, 2016 at 7:01 PM, Philippe Wittenbergh > wrote: > > On Jul 21, 2016, at 2:05 AM, John J wrote: > > > > Working on my code, I decided to see what they CSS valid

[css-d] is use of rem bad?

2016-07-20 Thread John J
browser needs it; other browsers can use/deal with it too. Yet the validator threw a hissy..Should I abandon all efforts to support arcane versions of this browser, and stick only with em? Thank you! John __ css-discuss [css-d

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

2016-07-14 Thread John Andrews
because I am helping a blind man learn how to use a computer. --- John Andrews On Jul 6, 2016 10:24 PM, "Karl DeSaulniers" wrote: > Thanks John. Your the second one to mention the justify text. > I may have to look into that, but I really don't like align left. > Eithe

[css-d] media queries following prior rules

2016-07-11 Thread John J
les set up correctly, the css should behave a certain way until told differently in the next media query, right? Thank you for any insight about this! John http://john-a-johnson.com/contact.php __ css-discuss [css-d@lists.css-d

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

2016-07-06 Thread John Andrews
Hovering on links in (I think ) Services did not bring up more text. Nothing. I notice that on narrow views the justified text sometimes gets very wide spacing and looks funny. Otherwise a beautiful site. --- John Andrews --- John Andrews On Wed, Jul 6, 2016 at 5:23 AM, Karl DeSaulniers

Re: [css-d] contact form tutorial

2016-04-12 Thread John J
; -Original Message- > From: org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of John J > Sent: Monday, April 11, 2016 4:29 PM > To: css-d@lists.css-discuss.org > Subject: [css-d] contact form tutorial > > I have my actual form built in html/css. Can anyone point

Re: [css-d] contact form tutorial

2016-04-11 Thread John J
Thank you, Karl! On Apr 11, 2016 5:37 PM, "Karl DeSaulniers" wrote: > Google.. > > sendmail php > > GL, > > Best, > > Karl DeSaulniers > Design Drumm > http://designdrumm.com > > > > > On Apr 11, 2016, at 6:28 PM, John J wrote: > >

[css-d] contact form tutorial

2016-04-11 Thread John J
I have my actual form built in html/css. Can anyone point me to a good tutorial for beginners for the functional stuff? The validating/sending of the mail? Sorry, I realize this is OT.. Thank you! John __ css-discuss [css-d

Re: [css-d] coding "violators"

2016-03-28 Thread John J
I will try your code, Karl..thank you! John On Mon, Mar 28, 2016 at 4:20 PM, Karl DeSaulniers wrote: > Hey John, > Here is a code I use for oval picture frames. > Might work for your situation. > > .oval_picture_frame { > background-color: rgb(255,255,255); >

Re: [css-d] coding "violators"

2016-03-28 Thread John J
wrote: > 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 2

[css-d] coding "violators"

2016-03-28 Thread John J
I'm using "violator" in the sense of one element that "violates" the space of another.. hoping to code an item that looks like the graphic in the link below..so far, I have the image floating here or there, but not succeeding getting a text hunk to be part of it. Thank

Re: [css-d] New website

2016-03-27 Thread John Andrews
You might clear your cache and then run the site. That way everything has to load fresh. I read them all, rarely comment. Learning. --- John Andrews --- John Andrews On Sun, Mar 27, 2016 at 3:47 PM, Karl DeSaulniers wrote: > Thanks for your opinion Philip. What is this radical overh

Re: [css-d] why image won't scale?

2016-03-07 Thread John J
well that remedied the scaling problem, and adjusting max-width on the img enabled the image to be to the right of the text, but what's the correct way to get the image to occupy the same position as float:right; did, without messing up the flexible image property? Thank you! John On Mon,

Re: [css-d] why image won't scale?

2016-03-07 Thread John J
Chris Williams wrote: > 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" cr8...@gmail.com> wrote: > &

Re: [css-d] why image won't scale?

2016-03-07 Thread John J
the next size.. On Mon, Mar 7, 2016 at 11:35 AM, Rod Castello wrote: > It scales for me when the viewport falls below 400px in width. It falls > below the left copy block and starts to scale. > > > On Mon, Mar 7, 2016 at 10:34 AM, John J wrote: > >> Sorry...that first email

Re: [css-d] why image won't scale?

2016-03-07 Thread John J
Sorry...that first email I sent accidentally..I meant to include a link..it is: john-a-johnson.com I have it now on the container, but I've experimented with it on the img and doesn't seem to work..I know it's a dumb mistake on my part..I'm just not seeing it.. thank you

[css-d] Image won't scale

2016-03-07 Thread John J
I have the css below applied to an image at: john-a-johnson.com yet the image won't scale when view port resizes..can anyone point out what I'm doing wrong? Thank you! John .image-right{ float:right; max-width: 100%; he

[css-d] why image won't scale?

2016-03-07 Thread John J
I have an image which I want to scale when the viewport changes in size. The css I have applied to image is: .image-right{ float:right; max-width: 100%; height: auto; } __ css-discuss [css-d@lists.css-discuss.org] http://

Re: [css-d] New website

2016-02-29 Thread John Andrews
Problems with my HTC Android phone. Will give details later. Busy now. On Feb 29, 2016 4:22 PM, "Karl DeSaulniers" wrote: > Yes, I sent another message with that in it. > Must not have posted. Here you go. > Thanks for asking. :) > > http://designdrumm.com > > Best, > > Karl DeSaulniers > Design

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

2016-02-28 Thread John J
Something tells me that if the parent is hidden, the children are also hidden (cascade) but I would like to make sure. thank you, John __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d Lis

[css-d] Why doesn't header menu move as viewport resizes?

2016-02-15 Thread John J
t;portfolio" is cut off..I don't ssee what's at work here..thank you for any clues! John http://www.coffeeonmars.com/newJJ/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css

Re: [css-d] Best technique for: Any number of columns, plus fixed margin, in a responsive parent container

2016-01-21 Thread John D
If you are running it in Bootstrap (you said cutting edge technology) then it is pretty simple. I would do something like this: 1 2 3

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 John D
@lists.css-discuss.org on behalf of John Griessen" j...@ecosensory.com> wrote: ianmurdock.com He's gone, so can't ask him anymore. It's a fast responding, non-database driven blog entry type of thing, with helpful seeming parts like: Is that a result of some

[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 John Griessen
mmon parts like: Menu Skip to content http://ianmurdock.com";>Home href="http://ianmurdock.com/about";>About href="http://ianmurdock.com/blog";>Blog Does that seem like a particular FOSS tool, or someone&

Re: [css-d] [ADMIN] Hello, my friends, hello

2016-01-05 Thread John Griessen
On 01/04/2016 03:33 PM, chuckmil...@new.rr.com wrote: Do those resources have to be found? Should that be discussed? There are two volunteers, me and D'Arcy J.M. Cain. He can offer higher reliability. Neither is interested in spamming. So, there's not much to discuss about that. CSS questio

Re: [css-d] [ADMIN] Hello, my friends, hello

2016-01-04 Thread John D
-Original Message- From: Dean Mah Sent: Monday, January 04, 2016 10:49 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] [ADMIN] Hello, my friends, hello Hello, evolt.org has been the host of the css-d list for some time now. Unfortunately, evolt.org has fallen by the waysid

Re: [css-d] [ADMIN] Hello, my friends, hello

2016-01-04 Thread John Griessen
On 01/04/2016 10:30 AM, D'Arcy J.M. Cain wrote: How does everyone like that option? OK if no ads inserted, no selling of my email address. That's how I will handle it if hosted as cs...@lists.cibolo.us John Griessen

Re: [css-d] [ADMIN] Hello, my friends, hello

2016-01-04 Thread John D
t and only read carefully if the topic is interesting. At present I am spending a lot of time reading and researching into Bootstrap, its CSS and classes and how best to utilise them. -Original Message- From: Cheryl D Wise Sent: Monday, January 04, 2016 6:12 PM To: 'John Griesse

Re: [css-d] [ADMIN] Hello, my friends, hello

2016-01-04 Thread John Griessen
orums like this one? https://csscreator.com/forums/start-here/how with ads for mail order brides in the margins? What others are there that are good? John Griessen __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discus

Re: [css-d] [ADMIN] Hello, my friends, hello

2016-01-04 Thread John Griessen
y mailman server. I might not do all the setup necessary to use lists.css-discuss.org as the domain. It would be super easy to restart the list as: cs...@lists.cibolo.us though... John Griessen -- Ecosensory 1218 W 39th St. Austi

Re: [css-d] [ADMIN] Hello, my friends, hello

2015-12-30 Thread John D
> On the other hand, CSS and HTML are like salt and pepper, bert and ernie, > bread and butter. They seem to be the keys to each other’s locks, or perhaps > together they form a whole technology, and within that perspective, I can see > a list embracing both technologies as a focus. > Despi

Re: [css-d] [ADMIN] Hello, my friends, hello

2015-12-27 Thread John D
The way I see it is that we should expand this list to make it more appealing to Web designers and creators. To do this we could allow discussion on matters such as: HTML CSS Javascript jquery Bootstrap styles glyphicons And anything else relevant to Web designs and web sites. There is anothe

Re: [css-d] [ADMIN] Hello, my friends, hello

2015-12-23 Thread John D
-Original Message- From: Angela French Sent: Wednesday, December 23, 2015 10:23 PM To: Eric A. Meyer ; CSS-D Discuss Subject: Re: [css-d] [ADMIN] Hello, my friends, hello I missed it. I posted a few times over the last few months but didn't know what the issue was. I have always

Re: [css-d] [ADMIN] Hello, my friends, hello

2015-12-23 Thread John D
-Original Message- From: Greg Gamble Sent: Wednesday, December 23, 2015 10:22 PM To: CSS-D Discuss Subject: Re: [css-d] [ADMIN] Hello, my friends, hello I've been hoping for a return of the list. I've tried sending a few posts, but thought I was locked out for some reason ... gla

Re: [css-d] [ADMIN] Hello, my friends, hello

2015-12-23 Thread John D
Hi, everyone, So apparently the list software died back in October, and none of us really noticed until this month. Or, if people noticed, nobody mentioned it until this month. I did noticed it but my messages weren't reaching to anybody. I thought that somebody posted some spam me

Re: [css-d] Rules for making content hidden and visually hidden

2015-08-03 Thread John D
-Original Message- From: Tom Livingston Sent: Tuesday, August 04, 2015 2:07 AM To: John D Cc: Rick Lecoat ; CSS-D list Subject: Re: [css-d] Rules for making content hidden and visually hidden I believe you mean display:none; Oh yes. Old age creeping up and late night here in

Re: [css-d] Rules for making content hidden and visually hidden

2015-08-03 Thread John D
I guess it all depends on in which contents you are trying to use but a simple code such as: .mystyle { display: hidden; } Will hide the block which has a class called "mystyle" . when you want to unhide it, you just need to comment it out like this: .mystyle { /* display: hidden; */ }

Re: [css-d] Sprite repeat-x?

2015-07-21 Thread John D
-Original Message- From: David Hucklesby Sent: Tuesday, July 21, 2015 5:22 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] Sprite repeat-x? On 7/21/15 8:46 AM, John D wrote: Only the background image can be repeated x or y. Look for: background-repeat: repeat-x

Re: [css-d] Sprite repeat-x?

2015-07-21 Thread John D
Only the background image can be repeated x or y. Look for: background-repeat: repeat-x; background-repeat: repeat-y; Good luck. -Original Message- From: J.C. Berry Sent: Tuesday, July 21, 2015 4:18 PM To: CSS-D Subject: [css-d] Sprite repeat-x? Hello all, this may be silly

Re: [css-d] Sidebar height with list filter

2015-06-30 Thread John D
It could be that you want equal height columns so that whichever column expands, other column expands simultaneously. Please confirm if this is what you are asking about. -Original Message- From: J.C. Berry Sent: Wednesday, July 01, 2015 2:35 AM To: Tom Livingston Cc: CSS-D ;

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

2015-05-22 Thread John Andrews
scuss.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/ > -- -- John Andrews _

[css-d] Controlling image "tiles"

2015-04-28 Thread John Johnson
classes for each column, I can’t think of a way to control them the way I want to with media queries.. any ideas? Thank you! John http://coffeeonmars.com/screenshots/tiles.png <http://coffeeonmars.com/screenshots/tiles.

Re: [css-d] White line between block content when zoom

2015-04-07 Thread John Andrews
You can avoid the calc in the section by putting the nav first in the body floated left as you have, then put the aside floated right as you have, then take the calc width of the section out and let it fit in between the left and right portions. It seems to work for me. --- John Andrews (forgot

Re: [css-d] easy horizontal distribution of divs

2015-03-23 Thread John
flex relationship would cascade downward from THAT parent… this de-snarkifies one of the snarkier layout problems..thank you! John __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/

Re: [css-d] easy horizontal distribution of divs

2015-03-23 Thread John
cated. I’m to understand that flexbox might afford an elegant solution but this is for a WordPress theme and I’m worried if I start tinkering with the parents on every page that things will go, sproinggg! ..as opposed to make local divs for t

[css-d] easy horizontal distribution of divs

2015-03-23 Thread John
gets needlessly complex fairly quickly. Thanks for any insights! John coffeeonmars.com/screenshots/horiz-dist.png <http://coffeeonmars.com/screenshots/horiz-dist.png> __ css-discuss [css-d@lists.css-discuss.org] http://w

Re: [css-d] FOUC on homepage

2015-03-20 Thread John Andrews
In trying to learn CSS I just came across this term a few months ago in Charles Wyke-Smith's "Stylin' With CSS." On page 241 (2nd ed) he says "you need a link to the style page in the head of the page to prevent this from happening." He says "if a link tag or a script tag (used to associate JavaS

Re: [css-d] horizontally aligning icons

2015-03-16 Thread John
> On Mar 16, 2015, at 5:41 PM, Ryan Reese wrote: > > Text-align:center is a fine way to center list items. Noone will scorn you > or your centering method. I assume that the list items are inline-block? > inline? > > http://codepen.io/ryanreese09/pen/ZYmaxa >

Re: [css-d] horizontally aligning icons

2015-03-16 Thread John
cs. CSS for style and presentation. Thank you, Ryan..I do get what HTML does and what CSS is for, but my question is: tho using a class specifying text-align:center; may work functionally, is it a correct method to center non-text list items? John _

[css-d] horizontally aligning icons

2015-03-16 Thread John
is it ok to use text-align:center; on a ul where the list items are NOT text, but icons instead? Yeah, it works, but does this disrespect semantics, and therefore, invite problems or scorn? Thank you! John __ css-discuss

Re: [css-d] Safari-OS X Lion - srcset attribute

2015-02-25 Thread John Andrews
My old Power PC Mac shows yellow. Linux Mint 17.1 shows yellow. On Wed, Feb 25, 2015 at 8:57 PM, Tom Livingston wrote: > Possibly not desired but I'm not at my Mac... > > iOS 8.1.3 Safari shows green img > On Wed, Feb 25, 2015 at 8:52 PM Philippe Wittenbergh > wrote: > > > Is anyone out there

[css-d] correct way to code in a toggle menu?

2015-02-03 Thread John
when I’m hiding the nav-main.. Am I looking at this wrong? Thank you! John Item Item Item Item Item __ css-discuss

[css-d] coding critique?

2015-02-03 Thread John
Is it within the bounds of this list’s mission to request coding critiques, or is that too broad; is the list meant to help with specific problems/questions? and if not, are there places where one can get a critique of one’s coding? Thank you! John

Re: [css-d] Helvetica Light

2015-01-22 Thread John D
I have a client who wishes to have body copy as Helvetica Light. I'm on a pc and have Helvetica LT Std. The following font-weights produce the following results: Anything between 100-500/Lighter appears as normal. 600 and 700 appears as bold and 900 appears as Black. How does one targe

[css-d] Element style not allowed as child of element div in this context.

2015-01-19 Thread John
problem which causes errors below as is so often the case. Can anyone tell me if Element style not allowed as child of element div in this context points me to something? There are no divs in the document head, if I’m reading this correctly. Thank you! John Here’s a pastebin of the page in

Re: [css-d] Background-Image overrides background color

2015-01-10 Thread John Andrews
Try making the background color the last item in the list. On Sat, Jan 10, 2015 at 11:59 PM, Crest Christopher < crestchristop...@gmail.com> wrote: >The background image should sit on-top of the background color, instead > the background color is overriding my background image ? > > backgrou

Re: [css-d] Responsive Design Question

2015-01-10 Thread John
> On Jan 10, 2015, at 10:05 AM, Chick Newman wrote: > > What I'd like to know is whether this query will apply to all devices whose > maximum viewports are smaller than 600 px, e,g, if it is only 380 px. If > not, does that mean I have to set up a max-width property specific for every > hand

[css-d] vendor prefix for box-sizing: border-box; ?

2015-01-01 Thread John
I’m seeing contradictory information on this..some allude to vendor prefixes for this, others say no longer needed. What are the best-practice thoughts on this? Thank you! John __ css-discuss [css-d@lists.css-discuss.org] http

[css-d] LESS CSS

2014-12-08 Thread John
A bit off-topic; any good current resources for LESS issues anyone can share? Thank you! John __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Position discrepancy, browser to browser

2014-11-10 Thread John
On Nov 10, 2014, at 2:01 PM, Tom Livingston wrote: > Well, I guess that's not always true, depending on your MQs, huh?! > > I tend to use only min-width MQs for the most part. Yeah, most true and these variable strategies are a bit for me to keep track of, tho with experience, it will be old

Re: [css-d] Position discrepancy, browser to browser

2014-11-10 Thread John
On Nov 10, 2014, at 1:59 PM, Tom Livingston wrote: > Well, unless you override #s in your desktop MQ, you would see a > change on desktop if you changed tablet MQ... provided you're building > mobile-first... Ha..no, I’m going the other way… Next outing, will be mobile first. Thank you! J _

Re: [css-d] Position discrepancy, browser to browser

2014-11-10 Thread John
On Nov 10, 2014, at 1:07 PM, John wrote: > I am fairly sure I tried this before, but width 100% float right works now, > correctly, in all 4 browsers I had. > > 3rd time’s the charm, perhaps, but thank you for touching on the area that > needed attention, Tom! Actual

Re: [css-d] Position discrepancy, browser to browser

2014-11-10 Thread John
float right works now, correctly, in all 4 browsers I had. 3rd time’s the charm, perhaps, but thank you for touching on the area that needed attention, Tom! John __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/m

[css-d] Position discrepancy, browser to browser

2014-11-10 Thread John
. Would someone be able to help me see what’s at work in this problem? thank you, John __ 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

Re: [css-d] sticky footer position in IE - bottom of window instead ofpage

2014-11-07 Thread John D
-Original Message- From: Debbie Campbell Sent: Saturday, November 08, 2014 12:59 AM To: CSS-Discuss Subject: [css-d] sticky footer position in IE - bottom of window instead ofpage Having a problem with IE here... http://www.boissonconsulting.com/resources/ I'm using this sticky

Re: [css-d] why is hover area so large (tall) ?

2014-11-04 Thread John
re is no such thing as display:hidden;) the li was > actually as tall as its content - which included the invisible ul. Thank you..makes perfect sense, and those menus which had fewer items, had a shorter “hoverable area” than menus with more items.. I thank you both for helping me to see w

Re: [css-d] why is hover area so large (tall) ?

2014-11-04 Thread John
but this situation was the entire child ul behaving as though IT had :hover applied to it. I hope I’m making some sense of my confusion here…channeling Yogi Berra.. John __ css-discuss [css-d@lists.css-discuss.org] http://www.

[css-d] why is hover area so large (tall) ?z`

2014-11-04 Thread John
At the link below, the header nav has a huge “hover” area, meaning that the hover state shows even when you hover beneath the a tags. I’m just not seeing why this is happening..can anyone help me to see? Thank you, John http://coffeeonmars.com/suncalc-proto

Re: [css-d] Wild Design or Restrict myself ?

2014-11-01 Thread John D
From: Crest Christopher Sent: Sunday, November 02, 2014 12:59 AM To: CSS-Discuss Subject: [css-d] Wild Design or Restrict myself ? I have one concern when designing a responsive site, should I, as primarily a designer but unlike many designers not restricted to design and know how to co

Re: [css-d] Responsive HTML5/CSS3 Only Template Resource

2014-10-30 Thread John D
Best bet is to start with bootstrap: -Original Message- From: Elli Vizcaino Sent: Thursday, October 30, 2014 5:17 PM To: CSS-D Subject: [css-d] Responsive HTML5/CSS3 Only Template Resource Hi CSS Discuss, I'm wondering if anyone knows of a site whe

Re: [css-d] Float problems

2014-10-20 Thread John
On Oct 20, 2014, at 6:15 PM, Tom Livingston wrote: > > > That style says that the s INSIDE .sample-summary are 30% wide. > > and the markup I see in Chrome dev tools is: > > > > > > [img] > > This is what is rendered...not the source. Maybe a miss-placed close > tag somewhere? No…I ha

Re: [css-d] Float problems

2014-10-20 Thread John
On Oct 20, 2014, at 6:03 PM, Tom Livingston wrote: > .sample-summary is 100% width, and is holding the images down. In > Chrome dev tools, I was able to add a style to .sample-summary as so: > > width: 30%; Float:left; > > and to the child s, width: 100%; > > The images then came up to the t

Re: [css-d] Float problems

2014-10-20 Thread John
On Oct 20, 2014, at 5:55 PM, John wrote: > Here is with that with a red line around it.. > > the container div which I thought was containing text (left) and picture > (meant to be to the right) does span 100% but that image isn’t havin’ it.. > > John This is the link I

Re: [css-d] Float problems

2014-10-20 Thread John
ontaining text (left) and picture (meant to be to the right) does span 100% but that image isn’t havin’ it.. John __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- h

[css-d] Float problems

2014-10-20 Thread John
not getting why the image doesn’t behave according to..what I’m imagining.. maybe my imagining is wrong? :-) Thank you! John __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] Styling a menu

2014-10-15 Thread John Andrews
Thanks, too. I think I can use this. Sitting on the sidelines, learning. --- John Andrews On Wed, Oct 15, 2014 at 4:45 PM, Peredur wrote: > El 15/10/14 a las #4, David Laakso escribió: > >> Peter, >> >> One way to do that is to put the nav after the footer in

Re: [css-d] (no subject)

2014-10-07 Thread John E. Cavanaugh
Help! I am not subscribed - these emails started coming at random - how do I unsubscribe? John E. Cavanaugh MD. "There's always a wrong way to do the right thing" ... Cavanaugh's Law > On Oct 7, 2014, at 8:23, Barney Carroll wrote: > > IE and Mozilla have now co

Re: [css-d] "mystery" vertical space

2014-09-26 Thread John
ould probably benefit from that as well. Cheers! John __ 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-disc

[css-d] iPad-specific issues?

2014-09-25 Thread John
problem on my android phone or on my Macs. Any idea as to what is causing it? The nav and icon are set to be 32px high and that’s what they show in Firebug.. Thank you for any clues! John __ css-discuss [css-d@lists.css-discuss.org

[css-d] "mystery" vertical space

2014-09-24 Thread John
insight as to this issue..thank you in advance! John __ 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

  1   2   3   4   5   6   7   8   9   >