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

2016-01-29 Thread Micky Hulse
o like to understand fundamentals and such. :) Thanks again! Cheers, Micky __ 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] Moving mobile nav to bottom?

2016-01-27 Thread Micky Hulse
Hi, On Wed, Jan 27, 2016 at 2:15 PM, J.C. Berry wrote: > I have read that on mobile devices it is better to move your nav to the > bottom of the screen. First of all, do you agree? Secondly, how can you > move something down that may be in the HTML above the other elements? You could use flexbox

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

2016-01-22 Thread Micky Hulse
Thanks for the additional replies and help everyone. :) Interesting stuff. Since we're talking about (grid) frameworks, I'm a huge fan of Pure: http://purecss.io/ It's pretty easy to just utilize their grids via their CDN. Also, they have a Grunt task so you can modify the dimensions during yo

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

2016-01-21 Thread Micky Hulse
On Thu, Jan 21, 2016 at 10:44 AM, Karl DeSaulniers wrote: > You can also use a UL and LIs to emulate a table. > If you know your audience is going to be on a browser that handles display: > table it works best. Good idea. I'm mostly just looking to gather a few good, quick to implement with low

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

2016-01-20 Thread Micky Hulse
-friendly, js-free and clean/simple to implement. Out of all the techniques out there (I'm assuming) to do such a thing, which is your favorite? Can you provide example code? I'm open to seeing cutting-edge techniques as well as oldschool ones. :) Many thanks in advance! Che

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

2016-01-06 Thread Micky Hulse
Anyone know why the public archives are out of date? At first, I was going to say "wow, 180 e-mails to the list in October … I stand corrected in terms of list participation being down", but then I realized that was for 2014. On Mon, Jan 4, 20

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

2015-12-30 Thread Micky Hulse
On Wed, Dec 30, 2015 at 11:39 AM, Felix Miata wrote: > I don't share your best of both opinion. I like the tight focus here. There's > good when a hybrid solution is OK. Here's better when interested in a purely > CSS approach. I can't argue with that. :) I suppose I'm just trying to think of a

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

2015-12-30 Thread Micky Hulse
On Wed, Dec 30, 2015 at 10:30 AM, Tom Livingston wrote: > I've used WD-L only a few times (not counting while css-d was down). I > don't think the responses are on par with css-d. I *get* answers, but, > like stackoverflow, "just use Bootstrap" isn't a good answer to me. I've been a member of bot

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

2015-12-30 Thread Micky Hulse
I wonder if the list has quieted down due to the fact that CSS has gotten easier to use over the years? It would be interesting to compare the list participation to the deaths of older Internet Explorers. :) On top of older IEs becoming a thing of the past, and browsers supporting cutting edge te

Re: [css-d] CSS code - is this right?

2014-08-13 Thread Micky Hulse
On Wed, Aug 13, 2014 at 3:49 PM, John D wrote: > Just noticed that a joomla site has the following code: > Is this correct especially th items in square brackets? > I thought the easiest way is to write something like this: > Why are they using square brackets? Begins: p[class^="al"] { background

Re: [css-d] Firefox and page inflation

2014-04-07 Thread Micky Hulse
On Mon, Apr 7, 2014 at 6:32 PM, Micky Hulse wrote: > Crawling back into my hole now. :D There's an interesting thread here: "How to disable system DPI detection on FireFox 22" <https://support.mozilla.org/en-US/questions/962945> Found when searching for "fire

Re: [css-d] Firefox and page inflation

2014-04-07 Thread Micky Hulse
On Mon, Apr 7, 2014 at 6:30 PM, Micky Hulse wrote: > Looks like no difference between shots. Of course, they don't offer Firefox > 28 for the screen shots, so I guess those screens are of no help anyway. Crawling back into my hole now. :D (would still love to see a watered down tes

Re: [css-d] Firefox and page inflation

2014-04-07 Thread Micky Hulse
On Mon, Apr 7, 2014 at 6:25 PM, Micky Hulse wrote: > Ah, so it's all based on one having a high PPI monitor? Probably not helpful due to lack of PPI setting/option, but here's a batch of Browserstack automated screens: <http://www.browserstack

Re: [css-d] Firefox and page inflation

2014-04-07 Thread Micky Hulse
On Mon, Apr 7, 2014 at 6:06 PM, Eric wrote: > I've tested on Win8 and reported my findings. I'll test later on Win7, but I > seriously doubt there will be a diff. Especially on my standard density > 1920x1080 screen. Ah, so it's all based on one having a high PPI monitor? I'm assuming Browsersta

Re: [css-d] Firefox and page inflation

2014-04-07 Thread Micky Hulse
On Mon, Apr 7, 2014 at 1:41 PM, Davies, Elizabeth wrote: > Tom sent me some screenshots and is also not seeing the effect on a Mac. I > checked around on our in house Macs, and this appears to be a Windows OS with > Firefox effect. What we're seeing is an overall inflation of the entire page >

Re: [css-d] Firefox and page inflation

2014-04-07 Thread Micky Hulse
On Mon, Apr 7, 2014 at 11:38 AM, Eric wrote: > As for the OP's question. I don't see what Elizabeth describes in Mozilla > Nightly (still need to try in on FF). The diffs I did see between Nightly and > Chrome are minor and appear to be due to the usual diffs in UA font rendering > engines. I did

Re: [css-d] Will the unsemantic HTML elements B and I be soon phased out?

2014-02-17 Thread Micky Hulse
Ya'll, I hate to be rude, but isn't markup debates a little OT for CSS-d? __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] HTML5 , iOS7, gray background and height?

2014-02-06 Thread Micky Hulse
24 AM, Philippe Wittenbergh wrote: > > Le 6 févr. 2014 à 17:10, Micky Hulse a écrit : > >>> audio { width: 200px; height: 40px; } >>> should give you a start, adjust to taste. >> >> Interesting! I'll play with that. >> >> Thing is, I'm getting

Re: [css-d] HTML5 , iOS7, gray background and height?

2014-02-06 Thread Micky Hulse
ture one only) Interesting! New term for me. Learn something new every day. :) >> Am I making any sense here? > Dunno, I think my cat made a mess of it :-). LOL! Cats rock. Thanks again Philippe I greatly appreciate the pro help. Have a nice night. Cheers, Micky -- ___

[css-d] HTML5 , iOS7, gray background and height?

2014-02-05 Thread Micky Hulse
Take this site/page for example (not my site, no relation, just an example): See that HTML5 audio player? Here's what I see via iOS7: Things

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

2013-12-26 Thread Micky Hulse
On Thu, Dec 19, 2013 at 2:00 PM, Tom Livingston wrote: > Is it wrong to have an H2 before an h1, which would lend itself to the > visual look as well as the importance of the lines of copy, or should > they be in a h1 then h2 source order and somehow arrange them with css > to match the layout. An

Re: [css-d] Detecting Quirks Mode

2013-12-19 Thread Micky Hulse
One way I check is by using the IE developer tools. There's a spot at the top of the Firebug-esque console that tells you what mode you're in. It's a good tool to make use of if you're doing a ton of IE dev. Here's a list of IE debug tools I have used for various projects:

Re: [css-d] Using :focus +

2013-12-19 Thread Micky Hulse
That is cool. Have you read much about adjacent sibling selector? https://developer.mozilla.org/en-US/docs/Web/CSS/Adjacent_sibling_selectors http://meyerweb.com/eric/articles/webrev/27a.html -- __ css-discuss [css-d@lists.

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

2013-12-19 Thread Micky Hulse
Have you thought of using flexbox? http://css-tricks.com/snippets/css/a-guide-to-flexbox/ The "order" property might be a good fit for your situation. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailma

Re: [css-d] Good HTML / CSS3 books

2013-10-28 Thread Micky Hulse
On Mon, Oct 28, 2013 at 9:21 AM, Micky Hulse wrote: > I'm kinda thinking about buying: > <http://www.sketchingwithcss.com/> > Looks/sounds like a fresh take on the subject matter. An off-list comment by a person who mentioned that they did not like the Sketching with CS

Re: [css-d] Good HTML / CSS3 books

2013-10-28 Thread Micky Hulse
I'm kinda thinking about buying: Looks/sounds like a fresh take on the subject matter. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FA

Re: [css-d] Flexbox order and first/last elements ...

2013-10-25 Thread Micky Hulse
he clarification. :) > But if you know that the e.g. second div in your layout will be moved to be > visibly the first one, you can use the nth-child pseudo-class: > div:nth-child(2) { background: lime } Great! I'll play with that. Have

[css-d] Flexbox order and first/last elements ...

2013-10-25 Thread Micky Hulse
When using a flexbox layout, and re-ordering columns (for example) using the "order" property, is there a way to target the "visible" first/last child? Everything I try only affects the actual ordering of elements in the source code, not the ordering that's set via "order". Thanks! __

Re: [css-d] center container with variable-width children

2013-09-14 Thread Micky Hulse
Ooops, just noticed, but it looks like the grunt-stripmq author is now using the @content feature of SCSS: __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.

Re: [css-d] center container with variable-width children

2013-09-14 Thread Micky Hulse
For inline style approaches using preprocessors, there's: http://jakearchibald.github.io/sass-ie/ and: https://github.com/himedlooff/media-query-to-type For the less technique, there's a discussion here with some details: https://github.com/himedlooff/media-query-to-type/issues/1 Just saw tha

Re: [css-d] Horizontally align/restrict caption to bottom of photo of unknown width

2013-07-19 Thread Micky Hulse
Thanks for the replies and help Chris and Karl! Also, thanks Karl for the JS code, that's really cool! Much appreciated! :) Have an excellent day! Cheers, Micky __ css-discuss [css-d@lists.css-discuss.org] http://ww

Re: [css-d] Horizontally align/restrict caption to bottom of photo of unknown width

2013-07-18 Thread Micky Hulse
Hi Karl! Thanks for the help! Much appreciated. :) On Thu, Jul 18, 2013 at 8:35 PM, Karl DeSaulniers wrote: > Firefox and Safari on my machine are doing the same thing here. FYI. > Although the one on the bottom does not have the same text in it so it is > kind of hard to tell if it is working.

Re: [css-d] Horizontally align/restrict caption to bottom of photo of unknown width

2013-07-18 Thread Micky Hulse
Javascript is going to come to the rescue on this one. :( Hey Philippe, any idea why Safari doesn't mind obeying max-width on a and Firefox does? See second example on this test page: <http://jsbin.com/eruxew/2> Thanks a billion! Micky ___

Re: [css-d] Horizontally align/restrict caption to bottom of photo of unknown width

2013-07-18 Thread Micky Hulse
On Thu, Jul 18, 2013 at 5:07 PM, John Snippe wrote: > I'm not sure what's going wrong with my test url... the server isn't sending > out what is ACTUALLY on the server currently... there seems to be some sort > of cache issue. Anyhow, here's where I am leaving it. You'll notice that > the src

Re: [css-d] Horizontally align/restrict caption to bottom of photo of unknown width

2013-07-18 Thread Micky Hulse
Wow, thanks for all the help John, I know I sound like a broken record but I really do appreciate it!!! :) On Thu, Jul 18, 2013 at 4:52 PM, John Snippe wrote: > On 2013-07-18, at 7:26 PM, Micky Hulse wrote: >> That would probably work, but I'm trying to avoid setting widths on >

Re: [css-d] Horizontally align/restrict caption to bottom of photo of unknown width

2013-07-18 Thread Micky Hulse
On Thu, Jul 18, 2013 at 4:29 PM, Micky Hulse wrote: > Hmm, yah, that's an obvious one. ;) > I'll play with that. I wonder how a table responds to max-width:100%? > But yah, I'll play with that and post back my findings to this thread. Close! But a no-go on the "re

Re: [css-d] Horizontally align/restrict caption to bottom of photo of unknown width

2013-07-18 Thread Micky Hulse
Hi Philip, thanks for the help, I really appreciate it. On Thu, Jul 18, 2013 at 4:22 PM, Philip Taylor wrote: > + , Micky ? > > http://photos.for-charity.org/resources/tests/Wrapped-caption.html Hmm, yah, that's an obvious one. ;) I'll play with that. I wonder how

Re: [css-d] Horizontally align/restrict caption to bottom of photo of unknown width

2013-07-18 Thread Micky Hulse
Hi John! On Thu, Jul 18, 2013 at 4:20 PM, John Snippe wrote: > Will this work? > http://www.snippe.ca/tests/hulse.html Thanks so much for the additional help, I really appreciate it. :) That would probably work, but I'm trying to avoid setting widths on parent elements. I just want the body/vie

Re: [css-d] Horizontally align/restrict caption to bottom of photo of unknown width

2013-07-18 Thread Micky Hulse
On Thu, Jul 18, 2013 at 3:40 PM, Micky Hulse wrote: > Hopefully that helps to clarify. Please let me know if I can provide > more information. Here's a quick demo I've slapped together: <http://jsbin.com/eruxew> Scale the view port up/down (Firefox/Mac users can use Op

Re: [css-d] Horizontally align/restrict caption to bottom of photo of unknown width

2013-07-18 Thread Micky Hulse
Hi John! Thanks for showing interest in my question, I really appreciate the help. On Thu, Jul 18, 2013 at 3:31 PM, John Snippe wrote: > I'm unclear: how can you be after responsive and be dealing with an unknown > width at the same time? Would you not, at some point, be defining a space > for

Re: [css-d] Horizontally align/restrict caption to bottom of photo of unknown width

2013-07-18 Thread Micky Hulse
On Thu, Jul 18, 2013 at 3:06 PM, Micky Hulse wrote: > With all that said, I was just curious if there's a new-ish CSS3 way > of doing what I want. I don't mind not supporting the older browsers, Heck, I'd even be interested in seeing how this is done using an HTML !

[css-d] Horizontally align/restrict caption to bottom of photo of unknown width

2013-07-18 Thread Micky Hulse
ing the older browsers, and it seems like all the answers I find on the web cater to older browsers and/or use CSS2 techniques (none of the solutions I've found seemed optimal). I'd love some advice. :) Thanks! Micky __

Re: [css-d] what should go in html{ } ?

2013-06-27 Thread Micky Hulse
My latest project uses these styles (after having included normalize.css): [snip] html, body { background: #fff; } html { height: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { font: 100.01%/1.5 Cambria, Georgia, serif;; color: #000; -webkit-font-

Re: [css-d] CSS3 Selectors

2013-06-12 Thread Micky Hulse
Are you using it for anything mission critical? Personally, I let something like that gracefully degrade. Or, looking at: http://caniuse.com/#search=nth- Seems like contemporary browsers have a handle on that. Sometimes I'll just make sure there's an alternative option (or, it degrades gracefully

Re: [css-d] @media all {} & @media screen {}: Both ignored (or followed) by IE6-8

2013-05-22 Thread Micky Hulse
On Wed, May 22, 2013 at 4:47 PM, Philippe Wittenbergh wrote: > Contrary to what has been said, IE 7 & 8 (and 6 I think, but it has been a > while since I checked thoroughly) really support basic media queries of the > type Ah, so I was wrong about that HTMLDog article ... As you say below, it's

Re: [css-d] @media all {} & @media screen {}: Both ignored (or followed) by IE6-8

2013-05-22 Thread Micky Hulse
On Wed, May 22, 2013 at 4:18 PM, David Hucklesby wrote: > But why would you do that? (Use "@media" on its own, that is.) Another good question! :D I left out a critical piece of info: Long story short, that's a LESS concept/technique where on

Re: [css-d] @media all {} & @media screen {}: Both ignored (or followed) by IE6-8

2013-05-22 Thread Micky Hulse
On Wed, May 22, 2013 at 4:12 PM, Micky Hulse wrote: > Btw, Tom, you might find this repo/thread interesting: > <https://github.com/himedlooff/media-query-to-type/issues/1> > ... as you've said before that you're working with SASS. To clarify, the above issue is in refe

Re: [css-d] @media all {} & @media screen {}: Both ignored (or followed) by IE6-8

2013-05-22 Thread Micky Hulse
On Wed, May 22, 2013 at 4:05 PM, Micky Hulse wrote: > IE8 will load the styles within the first ... the ladder is a no go. Doi! That should be "latter" not "ladder". Me = stupid. :D Btw, Tom, you might find this repo/thread interesting: <https://github.com/himedlooff/

Re: [css-d] @media all {} & @media screen {}: Both ignored (or followed) by IE6-8

2013-05-22 Thread Micky Hulse
On Wed, May 22, 2013 at 3:58 PM, Tom Livingston wrote: > Just thinking out loud, but is the above, without any attributes (?) > like screen or all, valid? Good question. Based on this page: [[ If the media query list is empty (i.e. the declaration is

Re: [css-d] @media all {} & @media screen {}: Both ignored (or followed) by IE6-8

2013-05-22 Thread Micky Hulse
Thanks for the replies everyone, as always, I really appreciate your help! Sorry in advance for the following rambling e-mail. For those of you that actually make it to the end, I hope I made it worth your time. :) On Wed, May 22, 2013 at 1:07 PM, David Laakso wrote: > IE 6/7/8 do not support me

[css-d] @media all {} & @media screen {}: Both ignored (or followed) by IE6-8

2013-05-22 Thread Micky Hulse
Howdy, I'm in a situation where I would like to use @media all { ... } and @media screen { ... } around blocks of CSS in a large collection of style sheets. Test page using @media all { ... }: Test page using @media screen { ... }: I've

Re: [css-d] background image not appearing

2013-04-26 Thread Micky Hulse
Howdy, On Fri, Apr 26, 2013 at 3:50 PM, COM wrote: > given the code below and that my "bricktile.jpg" is 1 level up from my > index.html in a folder named "image" can anyone tell me why my > background-image refuses to appear? Have you tried: background-image:url(../image/bricktile.jpg); ___

Re: [css-d] font-size in body selector?

2013-04-18 Thread Micky Hulse
You might find this tool interesting to play with: The "Learn" tab has some OK info, and the math (for conversions) is good to know too. This article might also be of some interest to you: __

Re: [css-d] font-size in body selector?

2013-04-18 Thread Micky Hulse
ing glasses to surf the net. The moral of the story is that they end user has the final say when using relative font sizing techniques like setting the font-size to 100% on the html/body elements. Of course, for the gurus out there, please correct me if anything I said (technically)

Re: [css-d] Left sidebar aligned with a centered block

2013-04-18 Thread Micky Hulse
the sidebar can be X pixels to one side or the other of this container. In my example, there are problems when the window size is too small (i.e. the sidebar hides); this may or may not be the effect you're going for. Hope that helps a little. Cheer

Re: [css-d] "desktop first" tutorial

2013-04-03 Thread Micky Hulse
es the desktop view (like you said, allow the cascade to work its magic for those devices). Thanks again Tom (and all others who replied), your help and advice is much appreciated. Cheers, Micky __ css-discuss [css-d@lists.css-d

Re: [css-d] "desktop first" tutorial

2013-04-02 Thread Micky Hulse
Thanks to everyone for the replies, I really appreciate it! :) @jon: Thanks for pointing me towards Bootstrap. That's an area of Bootstrap I have not explored (I've mostly studied Bootstrap in terms of the LESS setup). I'll take the time to look into the MQs used there and the docs/philosophy/thin

Re: [css-d] "desktop first" tutorial

2013-04-02 Thread Micky Hulse
Actually, my main question: When designing desktop first MQs, how should the MQs stack? Fake breakpoint numbers follow: Global styles, 545px, 845px, 1045px, Desktop OR Desktop & global styles, 1045px, 845px, 545px In other words, what's the optimal way to order breakpoints and global/desktop

[css-d] "desktop first" tutorial

2013-04-02 Thread Micky Hulse
Hey all, I wanted to experiment with a "desktop first" media query setup. I've been using the "mobile first" approach for so long, that my brain is having troubles reversing that process. :D I understand the goal is to use "max-width" vs. "min-width", but I was wondering if there are any good tut

Re: [css-d] Media query syntax when a separate style sheet is included

2013-03-18 Thread Micky Hulse
On Mon, Mar 18, 2013 at 1:44 PM, Micky Hulse wrote: > Hindsight is 20/20, and a part of me is wondering if I should > re-factor my CSS to take the approach you mention. Doing so would > solve two problems that I'm having: > 2. I'd like to feed IE < 8 a static &quo

Re: [css-d] Media query syntax when a separate style sheet is included

2013-03-18 Thread Micky Hulse
is list. :) Thanks again! Cheers, Micky __ 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/po

Re: [css-d] Media query syntax when a separate style sheet is included

2013-03-18 Thread Micky Hulse
ur user base is under a half of a percentage point, or something like that). I've always said, once you can get IE8 to behave, then it's easy to do the same for IE7; and if you've gotten IE7 to behave, then it's not much more work to fix IE6! :D Hmmm, at this point, I thi

Re: [css-d] Media query syntax when a separate style sheet is included

2013-03-15 Thread Micky Hulse
On Fri, Mar 15, 2013 at 11:38 AM, Micky Hulse wrote: > Oh, that's good to know. I did not realize that this was the case. I > probably read some misinformation somewhere (or I did not fully > understand one of the articles I read) saying that @media print {} was > IE9+ thing. Ah

Re: [css-d] Media query syntax when a separate style sheet is included

2013-03-15 Thread Micky Hulse
it's predecessors. Unbelievable. Sad too. Thanks again Philippe and Tom! It's much appreciated! Cheers, Micky __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/

Re: [css-d] Media query syntax when a separate style sheet is included

2013-03-15 Thread Micky Hulse
On Thu, Mar 14, 2013 at 2:18 PM, Micky Hulse wrote: > For a while now, I've been writing 90% of my media query syntax like so: > @media screen and () { ... } You know, it's strange ... It seems like everywhere I look people do: @media only screen and (x) { ... } But

Re: [css-d] Media query syntax when a separate style sheet is included

2013-03-15 Thread Micky Hulse
Hi Philippe, many thanks again for the help! On Thu, Mar 14, 2013 at 8:10 PM, Philippe Wittenbergh wrote: > Someone else should correct me, but IE 5.5+ supported the basic @media > screen {} or @media print {} correctly. IE 5 for Mac OS X didn't > though, but that browser is long since dead. > (a

Re: [css-d] Media query syntax when a separate style sheet is included

2013-03-14 Thread Micky Hulse
> type, you don't need to repeat that in your MQ's _inside_ those stylesheets. Awesome! Thanks for the clarification. So, you're saying I can convert: @media only screen and (min-width:665px){ ... } ... to: @media (min-width:665px) { ... } ... that's prett

Re: [css-d] Media query syntax when a separate style sheet is included

2013-03-14 Thread Micky Hulse
Sorry, my subject line should read: Media query syntax when a separate *print* style sheet is included __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-disc

Re: [css-d] Line-height compensation for alignment's sake...

2012-11-19 Thread Micky Hulse
On Mon, Nov 19, 2012 at 4:45 PM, Philippe Wittenbergh wrote: > I think, yes. Cool! Thanks again! __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.i

Re: [css-d] Line-height compensation for alignment's sake...

2012-11-19 Thread Micky Hulse
. It also complicates the calculation of line-grid alignment. Ah, that makes sense. I was kinda wondering if there might be unintended consequences. Just out of curiosity, what do you mean by line-grid alignment? Are you referring to "baseline grid" techniques? Thank you

Re: [css-d] Line-height compensation for alignment's sake...

2012-11-19 Thread Micky Hulse
Hi Hakan! On Mon, Nov 19, 2012 at 3:27 PM, Hakan Kirkan wrote: > I do not think it is a bad idea.. Cool! Glad to know my thinking on this one is not totally out of the ordinary. > I did the test for you, IE6 gives a script error "Object expected" not IE7 > and others. You can test it at at htt

Re: [css-d] What's the official/technical name of...

2012-10-21 Thread Micky Hulse
Interesting: Chapter 6 example "liquid-fixed_threecol.html" (exactly the type of layout I'm wanting to classify), she calls it "liquid fixed". I don't have the book, so I can't confirm anything, but that's the name of the demo file. Thanks again to eve

Re: [css-d] What's the official/technical name of...

2012-10-21 Thread Micky Hulse
Thanks for the replies everyone, I really appreciate it. :) -- http://hulse.me __ 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 p

Re: [css-d] What's the official/technical name of...

2012-10-16 Thread Micky Hulse
h the layout I'm talking about (visually): <http://blog.html.it/layoutgala/LayoutGala14.html> I'm just looking for a way to classify some CSS that I'm working on. Liquid seems to be what most people call it (at least, liquid is in the name). Much appreciate

Re: [css-d] Inline media queries?

2012-08-30 Thread Micky Hulse
On Thu, Aug 30, 2012 at 5:01 PM, Alan Gresley wrote: > Media queries usually contain selectors. Ha! Good point! I totally missed that. I'm so used to writing inline styles without selectors (for obvious reasons), I did not think to add a selector to the inline MQ. :D I assume that still would no

Re: [css-d] Inline media queries?

2012-08-30 Thread Micky Hulse
Correction: " Better yet, is that a valid idea?" I meant to say "valid code". I've just tested: It don't work none. :( Back to the drawing board! :D Thanks, M __ css-discuss [css-d@lists.css-discuss.org] http://www.css-disc

Re: [css-d] liquid layout - how to make images to scale ?

2012-08-30 Thread Micky Hulse
On Thu, Aug 30, 2012 at 3:37 PM, mem wrote: > I was thinking that the max-width will format my img to be as wide as the > container but it doesn't. > I either should use width. Or upload a bigger image and use max-width to get > the desired effect. Ahhh, I see now! Yah, I've made that mistake b

[css-d] Inline media queries?

2012-08-30 Thread Micky Hulse
Throwing this one out there: Is it possible to inline a media query in a style="" attribute? For example: Is that a crazy idea? Better yet, is that a valid idea? Back story: I'm building a jsonp widget, and it would make life easier if I could inline the MQ. >> ducks for cover << Thanks! M

Re: [css-d] liquid layout - how to make images to scale ?

2012-08-30 Thread Micky Hulse
Looks like images are scaling in Firefox latest on Mountain Lion. What browser are you not seeing scaling? The only image that does not scale is the #highlight-wrapper because it's a bg image. Maybe I'm missing something? __ css-

Re: [css-d] Media query workflow across multiple files...

2012-07-31 Thread Micky Hulse
e next few days (at least). Have a great day! Cheers, Micky __ 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 -- htt

Re: [css-d] Media query workflow across multiple files...

2012-07-30 Thread Micky Hulse
Thanks a bunch Tom, that's very helpful info. I really appreciate the pro help! :) I'm going to play with workflow ideas you mention. I'll probably be back with more questions... For now, have a nice night. Cheers, Micky ___

[css-d] Media query workflow across multiple files...

2012-07-30 Thread Micky Hulse
Hello, I'm just curious what a good workflow would be for when it comes to media queries and multiple CSS files. I'm building a site where I want to split up my CSS files to make my CSS easier to edit and maintain. Note: I plan on using techniques (I have yet to choose which technique) to combin

Re: [css-d] A few question about this media query (for retina display)...

2012-07-16 Thread Micky Hulse
days I can pay ya'll back. Thanks again! Cheers, Micky __ 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 -- htt

Re: [css-d] Public list archives...

2012-07-16 Thread Micky Hulse
On Sun, Jul 15, 2012 at 6:35 PM, Micky Hulse wrote: > Yah, kinda looks like something got borked. I'll try to contact > someone on their end. :) Awesome! Tim at Incutio got back to me ASAP and they fixed 'er up ASAP: <http://archivist.incutio.com/viewlist/css-discuss/> B

Re: [css-d] A few question about this media query (for retina display)...

2012-07-15 Thread Micky Hulse
o, I opted to include the "screen" property(?), as I will probably do something different for print in the long run. Thanks again Georg! Cheers, Micky __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/m

Re: [css-d] A few question about this media query (for retina display)...

2012-07-15 Thread Micky Hulse
On Sun, Jul 15, 2012 at 7:12 PM, Micky Hulse wrote: > Hmmm, maybe I missed it in the w3.org docs, but I wonder why there's > not an "or" operator? I guess the comma kinda behaves like an OR operator. No?

Re: [css-d] A few question about this media query (for retina display)...

2012-07-15 Thread Micky Hulse
ebkit-min-device-pixel-ratio:2), > (-o-min-device-pixel-ratio:2), > (min--moz-device-pixel-ratio:2) { > /* stuff */ > } Cool! That's definitely more readable. I'll take that for test drive. :) Thanks again for tips and code samples, I really appreciate it. Have an

Re: [css-d] Public list archives...

2012-07-15 Thread Micky Hulse
hat location for now. Thanks again! Cheers, Micky __ 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-dis

Re: [css-d] A few question about this media query (for retina display)...

2012-07-15 Thread Micky Hulse
: 1.5) and (min-device-pixel-ratio: 1.5) { ... } ... easier to write and understand. At least, for me, I find the syntax to be a bit confusing... Maybe if I did not have to account for all the different vendors, I'd be singing a different tune here. :D Sorry, I'm starting to ramble

Re: [css-d] A few question about this media query (for retina display)...

2012-07-15 Thread Micky Hulse
ain for the help David! I owe you one. :) Cheers, Micky __ 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-dis

Re: [css-d] A few question about this media query (for retina display)...

2012-07-15 Thread Micky Hulse
that said verified my thinking). Let me know if I can provide more example code. :) Thanks! Micky __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discu

[css-d] A few question about this media query (for retina display)...

2012-07-15 Thread Micky Hulse
1. Will this media query: "mq-1.5.css" ... also work on devices that have a device pixel ratio of 2? (From my tests, it appears to work... I don't have a 1.5 ratio device to test on though.) In other words, I shouldn't have to do this: "mq-2.0

[css-d] Public list archives...

2012-07-15 Thread Micky Hulse
Just curious, is there a reason why the public list archives stop in March of 2012? <http://archivist.incutio.com/viewlist/css-discuss/> I'd like to link to a thread for documentation purposes. Thanks! Micky __

Re: [css-d] Float 100% width, do I need clear:both?

2012-07-15 Thread Micky Hulse
Correction: On Sun, Jul 15, 2012 at 12:22 PM, Micky Hulse wrote: > Interestingly enough, IIRC, if #stuff has "clear:both", and > there's a "float:right" preceding it, then everything works great... > "clear:both" fails if the the float above is float

Re: [css-d] Float 100% width, do I need clear:both?

2012-07-15 Thread Micky Hulse
IE < 8) not having "clear:both" worked, so I figured it was superfluous (in this test case, that is). On the other hand, having "clear:both" don't hurt none, so what the heck, right? :D Thanks again folks! I really appreciate the help! Cheers, Micky

[css-d] Float 100% width, do I need clear:both?

2012-07-14 Thread Micky Hulse
last div clears both floats (which makes sense, because it's 100% width). Just curious (mostly wanting confirmation): Is it true that clear:both is superfluous if the div that needs to clear previous floats has a 100% width? Is there a situation/browser that might require clear:both? TIA!

Re: [css-d] image before text

2012-06-21 Thread Micky Hulse
positioning. Also, based on your HTML, this would be the correct syntax for your first CSS example: .box.response.correct {} ... i.e. their chained; otherwise, your HTML would have to look like this: ... Also, chaining of classes does not w

Re: [css-d] IE Destroys Website

2012-06-20 Thread Micky Hulse
On Tue, Jun 19, 2012 at 10:56 PM, Tomasz Borek wrote: >> IE doesn't have much by the way of developer help. > IE also has developer tools, which - while nowhere near to Firebug - are a > decent start when debugging (unless version you work with is IE6). Firebug Lite can help:

Re: [css-d] Ipad 3 and media queries

2012-06-04 Thread Micky Hulse
Hi Nancy, On Mon, Jun 4, 2012 at 3:56 PM, Nancy Johnson wrote: > Do I need to add some special code? am I doing something incorrectly? See here: <https://gist.github.com/901295> Read the comments there for more info. :) Chee

Re: [css-d] Help with adding a class and overriding the parent class style

2012-05-28 Thread Micky Hulse
> ... more info here on the child selector: <http://coding.smashingmagazine.com/2009/10/14/css-differences-in-internet-explorer-6-7-and-8/> I am sure others could give better solutions. :) Cheers, Micky __ css-discuss [css

  1   2   3   >