[css-d] how to target an image hotspot

2016-04-12 Thread David Higgs
At hotspot.higgsy.co.uk/index.html the text "Higgs page 1" is a hotspot but I would like to add some visual indication that it is actually a link. The CSS :hover currently works, but for the entire image, which is not what I want. I want to trigger the

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

2015-08-26 Thread David Hucklesby
, or is the ul not aligned left with content above and/or below? Sorry, Angela. The padding-left is applies to the ul - not the list items. (margin-left in older IE). -- Cordially, David __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] Adaptive Background images ?

2015-08-16 Thread David Hucklesby
Hello again, Reply is below thread: On 8/16/15 1:50 PM, Crest Christopher wrote: David, your procedure is one extra image I'll have to create :-( I'll already have an array of images one more set may cause insanity :-) David Hucklesby wrote: Response is below: On 8/16/15 9:09 AM, Tom

Re: [css-d] Adaptive Background images ?

2015-08-16 Thread David Hucklesby
stretching again! :( -- Cordially, David __ 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

Re: [css-d] Variable height divs - How'd they do this?

2015-07-23 Thread David Hucklesby
, David __ 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 Supported by evolt.org

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

2015-07-21 Thread David Hucklesby
, this may be silly but I wanted to know, can a sprite image be repeated x or y? I think the poster means can an individual (background-image) sprite be repeated? I think not. But I may be mistaken. -- Cordially, David __ css-discuss

Re: [css-d] Strategy to Circumvent Incomplete Browser Color Management

2015-07-16 Thread David Hucklesby
. :) http://cameratico.com/tools/web-browser-color-management-test/ -- Cordially, David __ 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

Re: [css-d] Skipping Landscape ?

2015-07-14 Thread David Hucklesby
, David __ 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 Supported by evolt.org

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

2015-07-02 Thread David Hucklesby
On 7/2/15 1:42 PM, J.C. Berry wrote: Thanks David, I tried that solution (overflow:hidden to container) and the right div's still float underneath the sb nav. I did mention that the right divs (the number of which are variable) are also floated left? I think you need to put the main section

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

2015-06-30 Thread David Hucklesby
, called a new block-formatting context. For details, check out this article: http://www.sitepoint.com/understanding-block-formatting-contexts-in-css/#prevent-text-wrapping -- Cordially, David __ css-discuss [css-d@lists.css

Re: [css-d] Path style CSS animation

2015-06-19 Thread David Hucklesby
/the-state-of-svg-animation.html HTH -- Cordially, David __ 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

Re: [css-d] Path style CSS animation

2015-06-19 Thread David Hucklesby
On 6/19/15 11:01 AM, Philip Taylor wrote: David Hucklesby wrote: As that image is PHG, I doubt it. Are we seeing the same image at top-right ? I see : http://www.danfergusdesign.com/classfiles/oldClasses/VCB209-2Danim/thumbs/vine.png Philip Taylor Sorry. Typo. (Damn

Re: [css-d] Flex items lose some padding in Firefox

2015-05-03 Thread David Hucklesby
On 5/3/15 7:49 PM, Philippe Wittenbergh wrote: Le 4 mai 2015 à 03:21, David Hucklesby huckle...@gmail.com a écrit : What issue (and which old Android) are you seeing? And, you lock out IE 10/11 as well? http://caniuse.com/#feat=flexbox I’m looking at canIuse, which notes that Android 4.2

Re: [css-d] Flex items lose some padding in Firefox

2015-05-03 Thread David Hucklesby
On 5/2/15 10:18 PM, Philippe Wittenbergh wrote: Le 3 mai 2015 à 01:02, David Hucklesby huckle...@gmail.com a écrit : Ah, yes. Did not know about that. Confused by the fact Chrome *does* apply the padding. Yes, Chrome / Blink (and Webkit) is not spec compliant for this (and many other

Re: [css-d] Flex items lose some padding in Firefox

2015-05-02 Thread David Hucklesby
Thank you Philippe. Responses below: On 5/1/15 4:55 PM, Philippe Wittenbergh wrote: Le 2 mai 2015 à 06:50, David Hucklesby huckle...@gmail.com a écrit : This is the bare bones of a grid of thumbnails. Works okay in Opera and Chrome, but the top and bottom padding disappear in Firefox: http

Re: [css-d] Flex items lose some padding in Firefox

2015-05-02 Thread David Hucklesby
On 5/2/15 2:52 PM, Karl DeSaulniers wrote: Hi David, Seems a hefty price to pay when you can do the same thing without flex-box and regular css2. Unless I am missing something, this IS just an expanding column of cat pictures. Yes? This pen works in Safari, Chrome and Firefox (on a Mac

[css-d] Flex items lose some padding in Firefox

2015-05-01 Thread David Hucklesby
clues gratefully received. Thanks. -- Cordially, David __ 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

Re: [css-d] Forcing Widows on Paragraph to Right of Floated Image Not to Wrap Under

2015-04-16 Thread David Hucklesby
://yuiblog.com/blog/2010/05/19/css-101-block-formatting-contexts/ -- Cordially, David __ 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] FOUC on homepage

2015-03-20 Thread David Hucklesby
?) Thanks in advance! Yes. This is a JavaScript problem. Basically, you need to check that each image is loaded before displaying it. If you have problems with the layout prior to the images loading, do come back for CSS help. -- Cordially, David

Re: [css-d] is this possible in RWD?

2015-02-20 Thread David Hucklesby
(need to support IE8 and IE9). Is JS necessary? On Feb 17, 2015, at 6:43 PM, David Hucklesby huckle...@gmail.com wrote: Float the sidebar and give it a percent width, with that width set to 100% on narrow windows (via media query) perhaps? On 2/17/15 4:50 PM, Sara Haradhvala wrote: doesn't

Re: [css-d] is this possible in RWD?

2015-02-18 Thread David Hucklesby
On 2/17/15 4:50 PM, Sara Haradhvala wrote: doesn't that require the sidebar div to come first in the HTML? If so, then on mobile, it will also come first. Or is there another option? -- Sara Haradhvala Manager, Harlen Web Consulting LLC s...@harlenweb.com On Feb 17, 2015, at 6:43 PM, David

Re: [css-d] Two Phones one problem

2015-02-17 Thread David Laakso
to it in your post to the list. Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] Two Phones one problem

2015-02-17 Thread David Laakso
*/ } Best, David Laakso __ 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 Supported

Re: [css-d] is this possible in RWD?

2015-02-17 Thread David Hucklesby
to support IE8 and IE9). Is JS necessary? Float the sidebar and give it a percent width, with that width set to 100% on narrow windows (via media query) perhaps? Incidentally, I don’t think IE8 and IE9 occur on mobile devices, do they? -- Cordially, David

Re: [css-d] Two Phones one problem

2015-02-16 Thread David Laakso
the primary content is of sufficient contrast and at least at user default,so as to be readable and legible by children of all ages in phone portrait mode. Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile

Re: [css-d] Two Phones one problem

2015-02-16 Thread David Laakso
Lumina 1520 6 inches corner-to-corner Try revising your mq break-point to accommodate the wider Nokia Lumina screen? Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css-discuss

Re: [css-d] coding critique?

2015-02-14 Thread David Postill
could try https://codereview.stackexchange.com/, but please read https://codereview.stackexchange.com/help/on-topic before asking. -- David Postill Dance your Life - Biodanza in Alkmaar, Holland - http://www.danceyourlife.eu __ css

Re: [css-d] Close to Accurate Retina Display of Graphics Preview ?

2015-01-28 Thread David Laakso
On Wed, Jan 28, 2015 at 11:09 PM, Crest Christopher crestchristop...@gmail.com wrote: I need to preview retina display graphics on a PC in comparison to non-retina, the browser hacks, brought forth by Chrome or FireFox in my opinion do a lack luster Job, showing me a page at 200% really doesn't

Re: [css-d] Close to Accurate Retina Display of Graphics Preview ?

2015-01-28 Thread David Laakso
On Thu, Jan 29, 2015 at 12:51 AM, Crest Christopher crestchristop...@gmail.com wrote: I didn't supply a URL because I want to know how I can go about this ? Christopher Complicated and difficult topic. Try searching coding retina images. -- Chelsea Creek Studio http://ccstudi.com desktop |

Re: [css-d] Floats

2015-01-18 Thread David Laakso
float left. There is nothing to clear. Works in most browsers and mobile phones. Open in a full width window and drag to small-screen rendering [or view in your mobile phone]. Please see: http://ccstudi.com/chris2.html Best, David Laakso

Re: [css-d] Floats

2015-01-18 Thread David Laakso
.html Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ 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] Floats

2015-01-17 Thread David Laakso
, especially the orange box ? [Link http://jsfiddle.net/WildWind/0kmbr4cq/1/] Not sure I understand what you are attempting to do-- maybe something like this? http://ccstudi.com/chris.html Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile

Re: [css-d] Floats

2015-01-17 Thread David Laakso
On Sat, Jan 17, 2015 at 10:27 AM, David Laakso laakso.davi...@gmail.com wrote: On Sat, Jan 17, 2015 at 7:58 AM, Crest Christopher crestchristop...@gmail.com wrote: How come, with or without the pseudo-element of clearing float to the left, it doesn't appear to make a difference ? Everything

Re: [css-d] firefox and hyphenation

2015-01-05 Thread L. David Baron
-hyphen characters in the text, but I *think* those are supported in other browsers.) Firefox doesn't (I think) auto-hyphenate without one of those things telling it to do so. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https

Re: [css-d] rendering of Open Sans on my project site vs. Typekit

2015-01-05 Thread David Laakso
on Windows 7: http://www.oilfield-construction.com/NEW_SWD/ Debbie Try setting font-size:110% on the ul. Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css-discuss [css

Re: [css-d] Column height fault/color dropping out

2014-12-13 Thread David Hucklesby
-9341 #contentsub2 { height: auto !important; } (Thus proving the rule that !important should be avoided. :) -- Cordially, David __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] Using ::after pseudo-element !

2014-12-07 Thread David Hucklesby
{content:url();opacity:0.5;} Perhaps you mean { content: ; opacity:0.5; } ? Hard to tell without any context. :\ -- Cordially, David __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] Fwd: Drop Menu failing on most Mobile Phones

2014-11-29 Thread David Laakso
Fwiw, a simple CSS drop-down menu that collapses in iPhone/5s. No attempt at animation. http://ccstudi.com/site/playpen/rz/index-v4.html Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile

Re: [css-d] Drop Menu failing on most Mobile Phones

2014-11-28 Thread David Laakso
Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ 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] Don't miss a space

2014-11-25 Thread David Laakso
On Tue, Nov 25, 2014 at 9:59 AM, Crest Christopher crestchristop...@gmail.com wrote: I have a question, ...trimmed] Put the markup and css of the page in question on a public server and provide a link to it in your post to the list. Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com

Re: [css-d] Don't miss a space

2014-11-23 Thread David Laakso
SeaMonkey/2.30. Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Don't miss a space

2014-11-23 Thread David Laakso
On Sun, Nov 23, 2014 at 6:52 AM, Philip Taylor p.tay...@rhul.ac.uk wrote: David Laakso wrote: No issue seen this end Windows SeaMonkey/2.30. Unless your browser / geometry / font settings / font scaling / screen resolution / a million other possibilities are identical to mine, David

Re: [css-d] Mobile Design Mockup Critique ?

2014-11-12 Thread David Laakso
On Wednesday, November 12, 2014, Crest Christopher crestchristop...@gmail.com wrote: I'm near completing my mobile design ... URL ? -- Chelsea Creek Studio http:// ccstudi.com desktop | laptop | tablet | mobile Sent from iPhone 5s

Re: [css-d] Mobile Design Mockup Critique ?

2014-11-12 Thread David Laakso
in question. Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ 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] Mobile Design Mockup Critique ?

2014-11-12 Thread David Laakso
[trimmed] It depends... For example, a simple layout at 4, 3, 2, 1 column[s]. http://ccstudi.com/site/playpen/rz/index-v4.html Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile

Re: [css-d] Responsive Images

2014-11-06 Thread David Hucklesby
. -- Cordially, David __ 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 Supported

Re: [css-d] Why is child wider than parent?

2014-11-06 Thread David Laakso
-color:#013E7D;padding-right:/*20px*/4%;text-align:right;vertical-align:middle;display:table;width:96%;/*100%*/} Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css-discuss [css-d

Re: [css-d] Responsive Images

2014-11-06 Thread David Laakso
it happens to be best practice for you. Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

[css-d] site makeover

2014-10-30 Thread David Laakso
Constructive comments and suggestion on this responsive site are welcome... markup http://ccstudi.com/ css http://ccstudi.com/site/css/sisu.css Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile

Re: [css-d] site makeover

2014-10-30 Thread David Laakso
On Thu, Oct 30, 2014 at 10:29 AM, Tom Livingston tom...@gmail.com wrote: David, Only thing that struck me was the menu background could be a bit more opaque, especially when over busier page contents. Good point. Correction on server. Thanks, David

Re: [css-d] site makeover

2014-10-30 Thread David Laakso
On Thu, Oct 30, 2014 at 11:12 AM, Rod Castello rodcastel...@gmail.com wrote: Hi David, Aesthetically very nice. Good design. Love the larger fonts. The only thing I would like is not having to go back to the Paintings tab to select the next painting. I would prefer you have buttons on top

Re: [css-d] site makeover

2014-10-30 Thread David Laakso
to linear, they look like calls to action to indicate nested content (subsections, or something). Might be worth hiding them on the smaller media queries? Regards, Barney Carroll Thanks. I will consider hiding the nav arrows in SSR[small-screen rendering].\ Best, David -- Chelsea Creek

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

2014-10-30 Thread David Laakso
pre-designed responsive themes. Really hoping to find white label layouts. Elli Vizcaino Try: 1/ http://bradfrost.github.io/this-is-responsive/patterns.html 2/ http://bradfrost.com/blog/web/responsive-nav-patterns/ 3/ http://www.responsivegridsystem.com/ Best, David Laakso -- Chelsea Creek

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

2014-10-24 Thread David Laakso
at http://www.xifin.com OX Yosemite -- FF, Chrome, Safari, or Opera. Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] Grid System

2014-10-20 Thread David Laakso
of column widths and their respective gutters/margins within the same layout is possible. Percent is used for the fluid columns and the margins [gutters]. Open in a full window and drag to a 480px mobile window. It is a spin on this method: responsivegridsystem.com Good luck. Best, David Laakso Chelsea

Re: [css-d] Grid System

2014-10-20 Thread David Laakso
On Mon, Oct 20, 2014 at 6:39 AM, David Laakso laakso.davi...@gmail.com wrote: On Sat, Oct 18, 2014 at 6:28 PM, Crest Christopher crestchristop...@gmail.com wrote: I have a css grid question..[trimmed] Thanks Christopher Christopher, This does not answer your specific questions

Re: [css-d] Grid System

2014-10-20 Thread David Hucklesby
On 10/20/14, 2:16 AM, MiB wrote: okt 20 2014 11:08 MiB digital.disc...@gmail.com: Grids are not hocus locus. I’m giving this response a Like :) -- Cordially, David __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] Styling a menu

2014-10-15 Thread David Laakso
. A fast and dirty example without media queries: http://ccstudi.com/school.html Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] shake

2014-09-22 Thread David Laakso
On Sun, Sep 21, 2014 at 10:50 PM, Georg ge...@gunlaug.com wrote: Den 22.09.2014 03:36, skrev David Laakso: On this page, http://ccstudi.com/site/colophon/cp.php , the links within the right-column text-block shake on hover. You can simply add... .cp article p a.offsite:hover, .cp

[css-d] shake

2014-09-21 Thread David Laakso
Greetings, On this page, http://ccstudi.com/site/colophon/cp.php , the links within the right-column text-block shake on hover. css http://ccstudi.com/site/css/sisu.css What to do? Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile

Re: [css-d] Can't vertically center image

2014-09-20 Thread David Laakso
;margin-top:2.5em;}/*--tweak*/ Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] iFrame Tag Error in Validation

2014-09-19 Thread David Laakso
/iframe Dunno. Need page markup. Try: !doctype html html lang=en-us head meta charset=utf-8 titlestuff/title /head body iframe class=c1 src=c2.png div/div /iframe /body /html Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile

Re: [css-d] how to locate un-used CSS?

2014-09-11 Thread David Laakso
On Thursday, September 11, 2014, John j...@coffeeonmars.com wrote: Is there a way to determine which CSS are not being used .. . John, Try dust me selectors an add-on from Firefox. Best, David Laakso -- Chelsea Creek Studio http:// ccstudi.com desktop | laptop | tablet | mobile Sent

Re: [css-d] Centering menu items responsively

2014-09-06 Thread David Hucklesby
a fixed width on the menu items: http://codepen.io/jreece/pen/EKJrd?editors=110 Indeed, inline-block should work. You need to remove the float declarations from both the li and the a though. Applying display: inline-block; to the li via Web Tools works this end. -- Cordially, David

Re: [css-d] Understanding How Relative Font-Size Resize Units in Responsive Design

2014-08-24 Thread David Hucklesby
. -- Cordially, David __ 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 Supported

Re: [css-d] CSS drop-down menu issues

2014-08-17 Thread David Laakso
to start is to validate the markup. . Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css

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

2014-08-14 Thread David Hucklesby
! -- Cordially, David __ 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 Supported

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

2014-08-14 Thread David Hucklesby
{ vertical-align: bottom; } ought to fix it. Philippe Interesting. That’s the first thing I tried using Safari (Mac) Web Inspector. But that did not seem to shift it. ??? -- Cordially, David __ css-discuss [css-d@lists.css-discuss.org

Re: [css-d] Google map link won't open in iPhone - is this a css issue?

2014-08-08 Thread David Laakso
On Fri, Aug 8, 2014 at 4:30 PM, bho...@aol.com wrote: Hi. I'm not sure if this is a CSS issue, so please forgive me if it's not. My Get Directions link on the right side of the page doesn't work on the iPhone, but works fine on my PC. Is this a CSS issue?

Re: [css-d] Web fonts

2014-08-04 Thread David Laakso
http://ccstudi.com/museoslab900/museoslab900.css type=text/css / Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css-discuss [css-d@lists.css-discuss.org] http://www.css

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

2014-07-25 Thread David Laakso
does not extend below the link. http://advres.thehomepagestore.com/consulting_unconventional_resources.php Thanks, Richard Richard, I see no difference in the blue column height in the current versions of Chrome and Firefox in OS X 10.9.4. Best, David Laakso -- Chelsea Creek Studio http

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

2014-07-24 Thread David Laakso
has been answered. Without knowing the above some of us who have visual orientation, simply adjust em until it looks right. Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css

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

2014-07-24 Thread David Hucklesby
- but certainly not always. Don’t forget to test your design with different text sizes. Most browsers let you change the default size somewhere in the settings. -- Cordially, David __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] nested li:hover issue

2014-07-10 Thread David Hucklesby
when using a keyboard. You need JavaScript for that. Here’s one suggestion: http://www.smartmenus.org -- Cordially, David __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] Struggle to type in Email Input Field

2014-07-08 Thread David Laakso
-formhttp://pageaffairs.com/notebook/php-contact-form Best, David Laakso __ 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

Re: [css-d] Is There A Way to Shrink Wrap Inline Elements?

2014-07-03 Thread David Hucklesby
result. YMMV. -- Cordially, David __ 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] Rendering issues

2014-06-20 Thread David Laakso
| Senior Front-End Developer | Media Logic | Not seen current version Opera nor in current version Chrome: OS X 10.9.3 . Best, David Laakso __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css

Re: [css-d] font-variant:small-caps;

2014-06-12 Thread David Hucklesby
-transform: lowercase;' to that rule. -- Cordially, David __ 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

Re: [css-d] font-variant:small-caps;

2014-06-12 Thread David Laakso
-caps variants of a font. Arial does not have a small-caps variants. Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] Mega drop down menu

2014-06-07 Thread David Laakso
/03/27/navigation-mega-sites/ One practical CSS/JS solution http://www.cssplay.co.uk/menus/cssplay-mega-menu.html#url Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css-discuss

[css-d] Falstaff weds Frutiger.

2014-06-06 Thread David Laakso
Constructive comments and suggestions on this site are always appreciated. html http://ccstudi.com css http://ccstudi.com/site/css/sisu.css Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile

Re: [css-d] Falstaff weds Frutiger.

2014-06-06 Thread David Laakso
good. regards Georg I agree. Correction is on my server. Thanks. Best, David Laakso -- Chelsea Creek Studio http://ccstudi.com desktop | laptop | tablet | mobile __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] Having trouble adding video to web page.

2014-06-04 Thread David Hucklesby
. (?) Here’s a good rundown of both CSS and JavaScript ways of adding video: http://css-tricks.com/rundown-of-handling-flexible-media/ (Previous replies are below, for members getting the digest version.) -- Cordially, David On Wed, Jun 4, 2014 at 1:18 PM, Tom Livingston tom...@gmail.com wrote

[css-d] Webkit's wobbly centering

2014-04-21 Thread David Hucklesby
. Thank. -- Cordially, David __ 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] Webkit's wobbly centering

2014-04-21 Thread David Hucklesby
On 4/21/14, 11:18 AM, Tom Livingston wrote: On Mon, Apr 21, 2014 at 2:12 PM, David Hucklesby huckle...@gmail.com wrote: Making a photo gallery, I want to center a row of thumbnails below the main photo. My code works well in all browsers *except* for those based on Webkit. A cut-down version

Re: [css-d] Sticky Footer Problems

2014-04-21 Thread David Hucklesby
with older methods: http://galengidman.com/2014/03/25/responsive-flexible-height-sticky-footers-in-css/ I’m assuming you either don’t need to support IE older than version 8, or give those geriatric browsers a very simple “generic” style sheet. -- Cordially, David

Re: [css-d] Media Queries: How many pixels make an em ?

2014-04-18 Thread David Hucklesby
you further, -- Cordially, David __ 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] Equal-length columns - display: table-cell OK?

2014-04-09 Thread David Hucklesby
properties that add a new block-formatting context, such as inline-block. Thanks. Wish I had thought of that. :) -- Cordially, David __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] floating thumbnails

2014-03-27 Thread David Hucklesby
the float:left and min-height:3em out of p.robonav, replacing them with display:inline-block - You may like to add vertical-align:middle or vertical-align:top to p.robonav as well. Does this give you anything closer to what you want? -- Cordially, David

Re: [css-d] Google font use

2014-03-27 Thread David Hucklesby
in FF and Chrome. FF was 'double-bolding' the text, and Chrome showed odd char spacing. [...] Does this address your problem? - http://css-tricks.com/watch-your-font-weight/ -- Cordially, David __ css-discuss [css-d@lists.css

Re: [css-d] floating thumbnails

2014-03-27 Thread David Hucklesby
Livingston's suggestion) did do what I wanted. On Thu, Mar 27, 2014 at 10:06 AM, David Hucklesby huckle...@gmail.comwrote: Not too sure what you are aiming at, but try this: - Take the float:left out of the h3 above the gallery, allowing it to occupy the full width - Take the float:left

Re: [css-d] dealing with media breaks

2014-03-26 Thread David Laakso
else on the Web, there is no such animal as too much testing before you let the horses out of the gate. Best, David Laakso __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] ie/11

2014-03-17 Thread David Laakso
On Sun, Mar 16, 2014 at 8:15 PM, David Laakso laakso.davi...@gmail.com wrote: In the footer ie/11 is chopping-off the crossbar of the numerical digit 4. What to do? Thanks to all who replied both on and off-list. Re-set css for the containing blocks and re-set the generated content. letter

Re: [css-d] Subject: Font Size Small in FireFox ?

2014-03-17 Thread David Hucklesby
. There are noticeable differences in sizes between fonts. Suggestion: Try defining a font-face in your CSS. (One that exists on your computer, that is.) -- Cordially, David __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] footer ul li has same attributes as header nav ul li?

2014-03-16 Thread David Laakso
errors and validate the html. Best, David Laakso __ 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

[css-d] ie/11

2014-03-16 Thread David Laakso
:0; position:absolute; top:-30px; left:0; width:40%; text-shadow:2px 2px 5px rgb(100,100,100)} Thank you. David Laakso -- Chelsea Creek Studio http://ccstudi.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] Do modern mobile browsers deliberately ignore font size?

2014-03-14 Thread L. David Baron
[ cc:ing list again, with Ezequiel Garzón's permission ] On Friday 2014-03-14 10:36 +0100, Ezequiel Garzón wrote: Is this font boosting/inflation? It sounds like it is. Thanks for the feedback, David. I don't mean to extend this thread ad infinitum, but it's basically the core of my

Re: [css-d] Do modern mobile browsers deliberately ignore font size?

2014-03-13 Thread L. David Baron
/2012/07/30/font-inflation-fennec-and-you/ and the start of a spec draft for the behavior here: http://dev.w3.org/csswg/css-size-adjust/ -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I

Re: [css-d] can CSS3 make these shapes?

2014-03-07 Thread David Hucklesby
://css-tricks.com/svg-fallbacks/ -- Cordially, David __ 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

Re: [css-d] Help w/CSS and Bootstrap

2014-03-02 Thread David Hucklesby
would be easier to process server-side, I would think? -- Cordially, David __ 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

  1   2   3   4   5   6   7   8   9   10   >