Re: [css-d] strange color change in ipad

2013-05-10 Thread Karl DeSaulniers
Have you tried doing a css reset at the top of your css page? a { color:#fff} a:link { color:#fff} a:visited { color:#fff} a:active { color:#fff} Then set the colors you want each to be later down the css road. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On May 10, 2013, at 9

Re: [css-d] "Responsive Design" resources

2013-06-01 Thread Karl DeSaulniers
/www.dmxzone.com/go/21759/dmxzone-bootstrap Also, someone mentioned Dreamweaver not having LESS support? Found this on that site as well. Not familiar with LESS and what its about just yet, but again, just sharing. http://www.dmxzone.com/go/21528/dmxzone-less-css-compiler/ Best, Karl DeSa

Re: [css-d] background displays locally, but not remotely

2013-06-12 Thread Karl DeSaulniers
Looks like index.jpg isn't in that folder. 404 not found for me anyways. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jun 12, 2013, at 12:17 PM, Ron Zisman wrote: > http://ricochet.org/evolutionery.com/index.html > > stupidly simple, a background image with

Re: [css-d] weirdest wrapping issue

2013-06-15 Thread Karl DeSaulniers
delete all the you don't need them, your already identifying each with the ids. Once i did all this everything lined up and had sufficient space. HTH, Best, Karl DeSaulniers Design Drumm http://designdrumm.com __ css-discuss [

Re: [css-d] display:table-cell;

2013-06-17 Thread Karl DeSaulniers
Yes, I would wrap in a or in a (replace the div with a in this case). Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jun 17, 2013, at 11:25 AM, Tom Livingston wrote: > Given this structure: > > > Infographics > Tax Credit Calculator > Frequently Asked Q

Re: [css-d] background image AND background color?

2013-06-19 Thread Karl DeSaulniers
Tested on safari 6.0.5... background-color: rgba(240,0,0,0.4); althought it looks like rgba(240,0,0,0.2) might be better suited. :) Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jun 19, 2013, at 12:17 PM, David Laakso wrote: > On Wed, Jun 19, 2013 at 11:51 AM, COM wr

Re: [css-d] background image AND background color?

2013-06-19 Thread Karl DeSaulniers
You have to set up a special alpha CSS for IE. Also you may need PNG fix for it to work in IE older browsers, but it can be done. just search for "transparency in IE" and PNG fix for IE HTH, Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jun 19, 2013, at 12:46 PM,

Re: [css-d] Confusing with button position

2013-06-24 Thread Karl DeSaulniers
Maybe try... button p { padding:0; margin: 5px 0 5px 0; display: inline-block; } Best, Karl Sent from losPhone On Jun 24, 2013, at 4:38 AM, Manfred Rebentisch wrote: > Hello, > the following HTML-Snippet can be copied and used directly for > demonstrating the problem (the missing image bl.png

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Take a look at it on a phone browser. I have an iPhone 5 using safari. View portrait first then rotate to landscape. The top nav (for me) is overlapping the header text. Best, Karl Sent from losPhone On Jul 9, 2013, at 1:53 PM, David Laakso wrote: > Constructive comments and suggestions on

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Same on chrome for iPhone. Best, Karl Sent from losPhone On Jul 9, 2013, at 2:46 PM, Karl DeSaulniers wrote: > Take a look at it on a phone browser. I have an iPhone 5 using safari. View > portrait first then rotate to landscape. The top nav (for me) is overlapping > the he

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Take a look.. http://designdrumm.com/IMG_0164.PNG HTH, Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 9, 2013, at 4:14 PM, David Laakso wrote: > On Tue, Jul 9, 2013 at 3:46 PM, Karl DeSaulniers wrote: >> Take a look at it on a phone browser. I have an iPhon

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
iOS 6.1.4 - build 10B350 using safari and chrome does same thing. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 9, 2013, at 4:35 PM, Karl DeSaulniers wrote: > Take a look.. > > http://designdrumm.com/IMG_0164.PNG > > HTH, > > Best, > > Karl

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Yes and no. If I load the page as landscape they work, but if I load the page as portrait and then go to landscape they dont. maybe try a diplay:inline instead of block on the ul Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 9, 2013, at 4:59 PM, David Laakso wrote: > On

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Or a display: list-item? Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 9, 2013, at 5:10 PM, Karl DeSaulniers wrote: > Or a display: list-item? > > > On Jul 9, 2013, at 5:06 PM, Karl DeSaulniers wrote: > >> Yes and no. If I load the page as landscape the

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Same thing happens in safari on my desktop if I grab the right side of the browser and shrink the browser window. display: list-tiem on the ul element fixed it for me with inspect element on my desktop. HTH, Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 9, 2013, at 5:11

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Also might want to add to the ul element list-style-type: none; a dics is showing on safari on my desktop Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 9, 2013, at 5:15 PM, Karl DeSaulniers wrote: > Same thing happens in safari on my desktop if I grab the right side

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Also, if I might suggest on the nav links, placing at least one more space or padding on each side of the text inside the buttons with the shaded backgrounds. The text looks a little crammed in there. But not entirely necessary. Just my opinion. :) Best, Karl DeSaulniers Design Drumm http

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Except chrome on iOS 6 does it too. Haven't tested chrome on the desktop, but I will. Best, Karl Sent from losPhone On Jul 9, 2013, at 9:57 PM, Philippe Wittenbergh wrote: > > Le 10 juil. 2013 à 04:46, Karl DeSaulniers a écrit : > >> Take a look at it on a phone brows

Re: [css-d] site review: hydrogeologist

2013-07-09 Thread Karl DeSaulniers
Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 9, 2013, at 11:06 PM, Philippe Wittenbergh wrote: > > Le 10 juil. 2013 à 12:59, Karl DeSaulniers a écrit : > >> Except chrome on iOS 6 does it too. Haven't tested chrome on the desktop, >> but I will. > &

Re: [css-d] site review: hydrogeologist

2013-07-10 Thread Karl DeSaulniers
Works good on the desktop, but now on my iPhone the shaded buttons dont appear, it just stretches the flat buttons to the width of the landscape. FYI. But it doesn't look bad. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 10, 2013, at 12:54 AM, David Laakso wrote:

Re: [css-d] navigate site

2013-07-16 Thread Karl DeSaulniers
I personally don't like the navigation, no offense. I would suggest a side nav where when you tap the nav site button the whole page moves to the side and reveals your nav below/behind the site like the Facebook app. Best, Karl Sent from losPhone On Jul 16, 2013, at 8:11 AM, Bill Braun wrote

Re: [css-d] navigate site

2013-07-16 Thread Karl DeSaulniers
Glad it was constructive and not offensive. I too prefer the previous nav with the green buttons as they worked well with the page layout and were appealing. Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 16, 2013, at 11:56 PM, David Laakso wrote: > On Tue, Jul 16, 2013 at

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

2013-07-18 Thread Karl DeSaulniers
your original example? Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 18, 2013, at 9:49 PM, Philippe Wittenbergh wrote: > > Le 19 juil. 2013 à 10:05, Micky Hulse a écrit : > >> Hey Philippe, any idea why Safari doesn't mind obeying max-width on a >>

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

2013-07-18 Thread Karl DeSaulniers
Actually correction, I thought you were talking about the width of the text below matching the image, I see now your talking about the responsive image sizing. Sorry. Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 18, 2013, at 10:35 PM, Karl DeSaulniers wrote: > Firefox

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

2013-07-19 Thread Karl DeSaulniers
lete) $(this).load(); }); }); < [end code] Here is a live example. Tested in Safari, Firefox and Chrome. http://designdrumm.com/responsive_caption.html HTH, Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 18, 2013, at 10:5

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

2013-07-19 Thread Karl DeSaulniers
String ); }).each(function() { if(this.complete) $(this).load(); }); }); $(window).resize(function() { $($wrapper).children("figcaption").css("max-width", $($img).width()+"px"); }); -&l

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

2013-07-19 Thread Karl DeSaulniers
Actually you saw a test I was doing. It should no longer do that with the new post I just sent. You beat me to it. Didn't think anyone was awake yet.. :) Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 19, 2013, at 5:41 AM, John Snippe wrote: > > On 2013-07-

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

2013-07-19 Thread Karl DeSaulniers
n the script as well or things won't work. HTH, Best, Karl Sent from losPhone On Jul 19, 2013, at 5:44 AM, Karl DeSaulniers wrote: > Quick update. Caption wasn't resizing when you rotate your phone. > > [Code] >-- > &g

[css-d] Label Wrap

2013-08-12 Thread Karl DeSaulniers
Hello all, I have a input check box and a label to the right of it. I want it so that the text in the label does not wrap below the check box but still wraps to the side. How can I do this? TIA. Best, Karl DeSaulniers Design Drumm http://designdrumm.com

Re: [css-d] Label Wrap

2013-08-12 Thread Karl DeSaulniers
13.08.13 01:05, schrieb Karl DeSaulniers: >> Hello all, I have a input check box and a label to the right of it. I >> want it so that the text in the label does not wrap below the check >> box but still wraps to the side. Ho

Re: [css-d] Label Wrap

2013-08-12 Thread Karl DeSaulniers
So this check box is in a responsive layout and when the page is shrunk width wise, the text wraps. This is good, except the text wraps under the check box. I want it to be flush with the right side of the check box and not to go under it. Karl DeSaulniers Design Drumm http://designdrumm.com

Re: [css-d] flexible font sizes?

2013-08-13 Thread Karl DeSaulniers
font-variation ? Sry I don't have my CSS editor handy for the right syntax. Karl Sent from losPhone On Aug 13, 2013, at 2:50 PM, Ben Henick wrote: > > I forgot "Reply to List". Oops. > > > Original Message > Subject: Re: [css-d] flexible font sizes? > Date: Tue, 13 Aug

Re: [css-d] CSS3 Animation Top Position Percent problem

2013-08-26 Thread Karl DeSaulniers
I think this may be because the 0% and 100% are key words for the selectors and the css animation is confused? Its probably trying to find the selector -120%. But I am guessing here. Does look like others have run across this and determined it was a bug. Karl DeSaulniers Design Drumm http

Re: [css-d] CSS3 Animation Top Position Percent problem

2013-08-27 Thread Karl DeSaulniers
You don't. You use JavaScript or even better. jQuery. IMO. jQuery would handle what your wanting very nicely. I for one avoid animations with CSS. But that is just me I assume. Best, Karl Sent from losPhone On Aug 27, 2013, at 4:38 PM, Kuzeko Web Design - Matteo Lissandrini wrote: > Ok, t

Re: [css-d] CSS3 Animation Top Position Percent problem

2013-08-28 Thread Karl DeSaulniers
other examples in the test folder. Have fun.. :) HTH, Best, Karl PS: To all, sorry if I am leading away from css topic with the javascript, just saw a void to fill and so I did. On Aug 27, 2013, at 9:58 PM, Karl DeSaulniers wrote: > You don't. You use JavaScript or even better

Re: [css-d] Custom fonts on mobile

2013-08-29 Thread Karl DeSaulniers
27;svg'), url(fonts/antiqua-regular.svg#AntiquaRegular) format('svg'); font-weight: normal; font-style: normal; letter-spacing: 0.05em; } .AntiquaRegular { font-family: 'AntiquaRegular'; font-style: normal; font-weight: normal; } Best, Karl DeSa

Re: [css-d] Menu falls behind video

2013-09-12 Thread Karl DeSaulniers
-moz-opacity:0.08; /* Safari 1.x (pre WebKit!) */ -khtml-opacity: 0.01; /* Modern! /* Firefox 0.9+, Safari 2?, Chrome any? /* Opera 9+, IE 9+ */ opacity: 0.01; } Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Sep 11, 2013

Re: [css-d] Menu falls behind video

2013-09-12 Thread Karl DeSaulniers
Opps.. /* Older than Firefox 0.01 */ -moz-opacity:0.08; should be /* Older than Firefox 0.01 */ -moz-opacity:0.01; Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Sep 12, 2013, at 2:09 AM, Karl DeSaulniers wrote: > .transparent { > /* Required fo

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

2013-09-14 Thread Karl DeSaulniers
not use javascript for instance? But other then that... Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Sep 13, 2013, at 1:39 PM, Chris Rockwell wrote: > Hey John - you understand correctly. Tom pointed that out earlier in the > thread. > > > On Fri, Sep 13,

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

2013-09-14 Thread Karl DeSaulniers
anchor tag. Best, Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Sep 14, 2013, at 7:27 AM, Chris Rockwell wrote: > I'll answer with a question: why use JavaScript which, as you say, may not be > available, when there is a perfectly valid, semantic solution with

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

2013-09-14 Thread Karl DeSaulniers
@Tom: Does your responsive site work with javascript disabled? Is it responsive without it? Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Sep 14, 2013, at 10:36 AM, Philip Taylor wrote: > > > Tom Livingston wrote: > >> I personally wouldn't want

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

2013-09-14 Thread Karl DeSaulniers
, I am all ears/eyes. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Sep 14, 2013, at 2:07 PM, Tom Livingston wrote: > The responsiveness does work with IE9 and above as well as the usual > good browsers. Carousels and the like won't, obviously. > > On Sa

Re: [css-d] Bad web font display in Chrome and Opera?

2013-09-19 Thread Karl DeSaulniers
If you have the ability to download your fonts and create the webfont versions, then do. I create the webfonts from the original (print not webfont) true type or open type font file. I use font squirrel. It's been my experience that you should always load the .ttf before the .woff in the css dec

Re: [css-d] transition not working in FF // maybe a jQuery issue?

2013-09-24 Thread Karl DeSaulniers
Works fine in firefox on Mac OS Lion using version 20. The cork screw is a little off to the left though. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Sep 20, 2013, at 7:03 PM, Bob Passaro wrote: > Experimenting with some css3 transitions here: http://r5.dev.bobpassaro.

[css-d] Container Div

2013-10-01 Thread Karl DeSaulniers
Can anyone help me? I am looking to create a DIV that is centered horizontally and vertically in the window and inside this div I have images and text and the like. I want the images and the text to stay inside this div. How can I go about this? Karl DeSaulniers Design Drumm http

Re: [css-d] Container Div

2013-10-01 Thread Karl DeSaulniers
Karl DeSaulniers Design Drumm http://designdrumm.com On Oct 1, 2013, at 4:56 AM, MiB wrote: > > 1 okt 2013 11.25 Karl DeSaulniers: > >> Can anyone help me? I am looking to create a DIV that is centered >> horizontally and vertically in the window and inside this div I have i

Re: [css-d] Container Div

2013-10-01 Thread Karl DeSaulniers
Karl DeSaulniers Design Drumm http://designdrumm.com On Oct 1, 2013, at 4:56 AM, MiB wrote: > > 1 okt 2013 11.25 Karl DeSaulniers: > >> Can anyone help me? I am looking to create a DIV that is centered >> horizontally and vertically in the window and inside this div I have i

[css-d] Lost posts

2013-10-08 Thread Karl DeSaulniers
@Admin, Any reason I should know of why my posts are not posting or taking a long time to post? Best, Karl DeSaulniers Design Drumm http://designdrumm.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] Front page breaking in IE8, maybe 9 too

2013-10-08 Thread Karl DeSaulniers
height: 130px on #iconsRectagle and all is well for IE 7. Couldn't help myself.. :) Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Oct 8, 2013, at 8:36 PM, Tom Livingston wrote: > So, how to fix... like you asked... ;-) > > You have conditionals on your HTML

Re: [css-d] Front page breaking in IE8, maybe 9 too

2013-10-08 Thread Karl DeSaulniers
I got it lined up on IE7 mode using IE 10 I removed the top:; declaration on both css3-container that sit above the image inside the a href and then threw a top: -150px; on the image itself. Leaves a gap on the bottom, but I will let you figure that one out. HTH, Karl DeSaulniers Design

Re: [css-d] Lost posts

2013-10-08 Thread Karl DeSaulniers
They posted, but out of order. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Oct 8, 2013, at 8:52 PM, Karl DeSaulniers wrote: > @Admin, > Any reason I should know of why my posts are not posting or taking a long > time to post? > > Best, > > Karl DeSau

Re: [css-d] ADMIN: Start at the bottom!

2013-10-09 Thread Karl DeSaulniers
+1 Sent from losPhone On Oct 9, 2013, at 3:50 PM, "Eric A. Meyer" wrote: > On 9 Oct 2013, at 15:48, Theresa Jennings wrote: > >> Can this now be considered off-topic and not germane to the art and science >> of CSS? Let's all get back to coding, k? > > 130% agreed, and in fact I said in my

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

2013-10-27 Thread Karl DeSaulniers
HTH, http://www.abookapart.com/products/html5-for-web-designers Best, Karl DeSaulniers Design Drumm http://designdrumm.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wi

Re: [css-d] RWD Swap content images

2013-10-31 Thread Karl DeSaulniers
Jquery image swap code example I'd use that search term. Probably land it on the first try. Best, Karl Sent from losPhone > On Oct 31, 2013, at 3:40 PM, Tom Livingston wrote: > >> On Thu, Oct 31, 2013 at 4:09 PM, Tom Livingston wrote: >> Thanks Barney. I'm familiar with the technique, but n

Re: [css-d] Bridge/Dreamweaver gallery not displaying

2013-11-04 Thread Karl DeSaulniers
e why its not finding it. Not 100% on that though. I also noticed you started the file name for your jpg with an underscore. If I am not mistaken, you should not start a file name with any special characters. It may work for some browsers, but as a good practice, don't start file names with

Re: [css-d] Bridge/Dreamweaver gallery not displaying

2013-11-05 Thread Karl DeSaulniers
Sent from losPhone > On Nov 4, 2013, at 10:39 PM, AJ Putnam wrote: > > Also answering others... yes, when I do a file view on the server side, I > do see the bin folder where it should be related to the path indicated for > the images. I did not name the image files with an underscore at the s

Re: [css-d] z-index issue on iOS

2013-11-07 Thread Karl DeSaulniers
On Nov 7, 2013, at 7:40 PM, Philippe Wittenbergh wrote: > > Le 7 nov. 2013 à 19:36, Rick Lecoat a écrit : > >> Tangential question: One thing that I noticed from the info that the >> web-inspector provided about the iPhone page was that the body tag's id >> attribute gets set to 'screen-view

Re: [css-d] z-index issue on iOS

2013-11-07 Thread Karl DeSaulniers
On Nov 7, 2013, at 7:55 PM, Philippe Wittenbergh wrote: > > Le 8 nov. 2013 à 10:47, Karl DeSaulniers a écrit : > >> Istn't the rule that inline styles trump all even browser added styles or >> users styles as they may be? >> If your wanting it to stay

Re: [css-d] z-index issue on iOS

2013-11-08 Thread Karl DeSaulniers
> On Nov 8, 2013, at 1:56 AM, Philip TAYLOR wrote: > > > > Karl DeSaulniers wrote: > >> Ah I see. Well normally you wouldn't put an ID on the body anyways, you >> would put a class wouldn't you? That is if your trying to style it. > >

Re: [css-d] z-index issue on iOS

2013-11-08 Thread Karl DeSaulniers
On Nov 8, 2013, at 4:30 AM, MiB wrote: > > 8 nov 2013 03.09 Karl DeSaulniers: > >> >> Ah I see. Well normally you wouldn't put an ID on the body anyways, you >> would put a class wouldn't you? That is if your trying to style it. > > What's

Re: [css-d] z-index issue on iOS

2013-11-08 Thread Karl DeSaulniers
n a dynamic site. But you dont need to do that. body nav li#about-us { /*Apply styles for current page*/ } Does the same thing. As far as I was learned you would actually do body nav#about-us-page li#about-us { /*Apply styles for current page*/ } Am I missing something here? Sorry

Re: [css-d] The Simpsons in CSS

2013-11-11 Thread Karl DeSaulniers
-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ That's pretty cool. Thanks for sharing. Best, Karl DeSaulniers D

Re: [css-d] The Simpsons in CSS

2013-11-11 Thread Karl DeSaulniers
Sent from losPhone > On Nov 11, 2013, at 8:52 PM, Philippe Wittenbergh wrote: > > Another one: Apple mouse through history — in CSS: > > http://codepen.io/joshbader/full/fKjra > > >> I need to get out more. > > Hmm, it is bloody cold outside - I’ll stay by the stove :-(, maybe do a > litt

Re: [css-d] The Simpsons in CSS

2013-11-12 Thread Karl DeSaulniers
I am very impressed by the samples shown… But is it responsible? :P Well, what is the load time as opposed to say an svg? Might be some benefit there, but you take all that time saved and add it to production I am thinking. Karl DeSaulniers Design Drumm http://designdrum

Re: [css-d] aligning some text in td at bottom

2013-11-14 Thread Karl DeSaulniers
Sent from losPhone > On Nov 14, 2013, at 7:55 AM, MiB wrote: > > > nov 14 2013 14.43 Sara Haradhvala: > >> I ended up using JavaScript to set the height of each cell - that seems to >> work in all browsers! > > In theory, if no-one is using a browser with javascript turned off. > Which

Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Karl DeSaulniers
Your show/hide doesn't work on Safari iOS 7.0.2 Best, Karl Sent from losPhone > On Nov 15, 2013, at 7:38 AM, Georg wrote: > > Hi all, > > In this page... > > > > ...there are 4 separate elements with show/hide function based on INP

Re: [css-d] aligning some text in td at bottom

2013-11-15 Thread Karl DeSaulniers
On Nov 14, 2013, at 5:10 PM, David Hucklesby wrote: > On 11/14/13, 2:12 PM, Karl DeSaulniers wrote: >> >> >> Sent from losPhone >> >>> On Nov 14, 2013, at 7:55 AM, MiB wrote: >>> >>> >>> nov 14 2013 14.43 Sara Haradhvala: >&

Re: [css-d] aligning some text in td at bottom

2013-11-15 Thread Karl DeSaulniers
On Nov 14, 2013, at 6:29 PM, MiB wrote: > > nov 14 2013 23.12 Karl DeSaulniers: > >> Which is highly unlikely now a days or I should say most of the people that >> are part of a target market one would direct to will not be disabling it. I >> think it is also safe

Re: [css-d] aligning some text in td at bottom

2013-11-16 Thread Karl DeSaulniers
On Nov 13, 2013, at 3:02 PM, Sara Haradhvala wrote: > Would really appreciate a suggestion and explanation from this group. > > I'd like to align a link at the bottom of a table cell. The rest of the text > should be aligned at the top of the cell. I'd also like to leave some padding > above t

Re: [css-d] aligning some text in td at bottom

2013-11-17 Thread Karl DeSaulniers
The link to the zip file or the html files inside the zip didn't work in IE? I am not able to test on IE being that I am on a Mac at the moment. Sry. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Nov 17, 2013, at 6:17 AM, Sara Haradhvala wrote: > Hi Karl - than

Re: [css-d] aligning some text in td at bottom

2013-11-17 Thread Karl DeSaulniers
t to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with deskto

Re: [css-d] Chrome for Mac disowns children

2013-11-17 Thread Karl DeSaulniers
p://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ Works for me. Version 28.0.1500.71 OS 10.7.5 Karl DeSaulniers Design Drumm http://designdrumm.com _

Re: [css-d] Chrome for Mac disowns children

2013-11-17 Thread Karl DeSaulniers
lease cycle for Chrome is > fantastic, but at the same time the moving target for bugs is exasperating. > Hopefully the next release fixes this and comes out in the next week! Just currious, but wouldn't putting just... zoom: 1; on the element do

Re: [css-d] aligning some text in td at bottom

2013-11-18 Thread Karl DeSaulniers
On Nov 18, 2013, at 5:43 AM, Sara Haradhvala wrote: > I wanted two separate table cells, Karl. But thanks for responding. > > Sara Oh sorry about that. It should still work if you put in-between the DIVs. Best, Karl DeSaulniers Design Drumm http://design

Re: [css-d] Section Width Problem

2013-11-26 Thread Karl DeSaulniers
100% on your element and you should be good. I still see the issue on Safari 6.1 Mac OS 10.8.5 even with the sections width set to 100%. However when I put It went away. Best, Karl DeSaulniers Design Drumm http://designdrumm.com ___

[css-d] Inspect phone from desktop

2013-12-01 Thread Karl DeSaulniers
. Wow! That is cool! Sorry for the geekin. :) Just thought I'd share for those who didn't know. Best, Karl DeSaulniers Design Drumm http://designdrumm.com __ css-discuss [css-d@lists.css-discuss.org] http://www.

Re: [css-d] Responsive layout/android broswers problem

2013-12-01 Thread Karl DeSaulniers
Looks like your slideshow images height is a pixel or two smaller then it's container. Creating a gap. Best, Karl Sent from losPhone > On Dec 1, 2013, at 2:17 PM, Matthew Willis wrote: > > Hi Everyone, > > Please check out. > > http://www.em-w.com/bijal/home.html > > This page is set up t

Re: [css-d] Inspect phone from desktop

2013-12-01 Thread Karl DeSaulniers
, the page on my phone showed the blue box around what I highlighted. :) Best, Karl Sent from losPhone > On Dec 1, 2013, at 5:56 AM, MiB wrote: > > >> 1 dec 2013 kl. 09.32 skrev Karl DeSaulniers: >> >> Didn't know if you all knew this but evidently in Safari 6

Re: [css-d] Chrome screencast and emulation

2013-12-06 Thread Karl DeSaulniers
Nice! Karl Sent from losPhone > On Dec 4, 2013, at 9:44 AM, Chris Rockwell wrote: > > The timing couldn't complement Karl's email any better - Chrome now has > hassle free debugging for android devices: > http://www.html5rocks.com/en/tutorials/developertools/mobile/ > > > -- > Chris Rockwel

Re: [css-d] "display:none" on android browser will prevent "click" event?

2013-12-16 Thread Karl DeSaulniers
Sent from losPhone > On Dec 4, 2013, at 7:18 AM, chun zhang wrote: > > > > > http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js";> > > > $(document).ready(function(){ > $("p").click(function(){ >$("#test").click(); > }); > }); > > > > If you click on me, I will

Re: [css-d] ADMIN: [OT] CSS/HTML Work Needed

2014-01-04 Thread Karl DeSaulniers
have many jobs available. > Anyway, a belated Happy New Year to one and all, and thanks as always for > your patience with my sometimes tardy admin posts. > > -- > Eric A. Meyer - http://meyerweb.com/ Thanks for the link Eri

[css-d] Interesting read

2014-01-13 Thread Karl DeSaulniers
Hi Guys/Gals, Just thought I'd share some reading with everyone. It's a comparison of javascript based animation to css. Might raise your eyebrow a little... :P http://css-tricks.com/myth-busting-css-animations-vs-javascript/ Best, Karl DeSaulniers Design Drumm http://desig

Re: [css-d] background doesn't show up on iOS

2014-01-15 Thread Karl DeSaulniers
on you did on the gif, safari mobile doesn't like. Best, Karl DeSaulniers Design Drumm http://designdrumm.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] background doesn't show up on iOS

2014-01-15 Thread Karl DeSaulniers
Good Deal. Glad I could help. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jan 15, 2014, at 7:54 PM, +josh+ wrote: > Thanks, that did it! > Josh > > > >> On Jan 15, 2014, at 5:22 PM, Karl DeSaulniers wrote: >> >> >>> On Ja

Re: [css-d] How to align one word left and another word right in a select list without giving each its own class, div or style (and without using a monospace font)

2014-01-19 Thread Karl DeSaulniers
ocs/Web/HTML/Element/option. > > Oh well, thanks to all who tried to help. This might be of interest to you. http://ivaynberg.github.io/select2/#programmatic HTH, Best, Karl DeSaulniers Design Drumm http://designdrumm.com _

Re: [css-d] nth of type issue

2014-01-24 Thread Karl DeSaulniers
be getting cleared correctly. Variations of the > equation i've tried aren't working. > > What am I not grasping? > > Thanks for your time. > > -- Am I missing something, or did you not forget to close a bunch of DIV tags? Is this some technique I don't

Re: [css-d] nth of type issue

2014-01-24 Thread Karl DeSaulniers
nks though. Ok, was just checking. Best, Karl DeSaulniers Design Drumm http://designdrumm.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incut

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

2014-02-17 Thread Karl DeSaulniers
ck? Bootstrap does something similar to this I believe with their ui icons. Karl DeSaulniers Design Drumm http://designdrumm.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-

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

2014-03-02 Thread Karl DeSaulniers
n to it. The client would like a > custom drop down, not the run-of-the-mill kind. > > Thanks all for the help. > > Michael If your using bootstrap, you could look into the chosen dropdown menus (that's their name "chosen"). They are a little bit of a pain to work w

[css-d] Box resize

2014-03-20 Thread Karl DeSaulniers
is to illustrate if it helps. Link to example: http://designdrumm.com/boxresize.jpg TIA Best, Karl DeSaulniers Design Drumm http://designdrumm.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/ma

Re: [css-d] Box resize

2014-03-20 Thread Karl DeSaulniers
Where do I send the 12-pack? Thank you so much for this. Karl DeSaulniers Design Drumm http://designdrumm.com On Mar 20, 2014, at 9:17 PM, Georg wrote: > Den 20.03.2014 17:34, skrev Karl DeSaulniers: >> Link to example: >> http://designdrumm.com/boxresize.jpg > > Someth

Re: [css-d] Box resize

2014-03-21 Thread Karl DeSaulniers
tate your smart phone to get a different experience", or will this be part > of an animation? > > > Rod Castello > > >> On Thu, Mar 20, 2014 at 11:40 PM, Karl DeSaulniers >> wrote: >> Where do I send the 12-pack? >> Thank you so much for this.

Re: [css-d] Box resize

2014-03-22 Thread Karl DeSaulniers
> > On Mar 20, 2014, at 9:17 PM, Georg wrote: > > > Den 20.03.2014 17:34, skrev Karl DeSaulniers: > >> Link to example: > >> http://designdrumm.com/boxresize.jpg > > > > Something along these lines might work... > > > > http://www.gunl

Re: [css-d] Box resize

2014-03-23 Thread Karl DeSaulniers
On Mar 22, 2014, at 7:26 PM, Georg wrote: > Den 22.03.2014 22:39, skrev Karl DeSaulniers: >> Hey Georg, Thanks again for this example! Had a quick question. For some >> reason, if the outer boxes min-width is less then the total width of the two >> inside containers, the

Re: [css-d] Make all link border-bottom of equal length?

2014-03-30 Thread Karl DeSaulniers
This what your wanting? ul { text-decoration:none; width:50%;/*auto*/ } ul li { width:100%; border-bottom:1px dotted rgb(0,0,0); /*text-align:center;*/ } ul a{ display: block; } Karl DeSaulniers Design Drumm http://designdrumm.com

[css-d] Float or not a float… is clear the question.

2014-04-04 Thread Karl DeSaulniers
Just sending myself a link and sharing at the same time... :) http://www.search-this.com/2007/09/19/when-is-a-float-not-a-float/ Best, Karl DeSaulniers Design Drumm http://designdrumm.com __ css-discuss [css-d@lists.css

Re: [css-d] Float or not a float… is clear the question.

2014-04-04 Thread Karl DeSaulniers
5 at the end, or are these "rules" applicable to html4? Best, Karl DeSaulniers Design Drumm http://designdrumm.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- h

Re: [css-d] Float or not a float… is clear the question.

2014-04-04 Thread Karl DeSaulniers
also a bit tongue in cheek, looking > at the original article. > > -- > Jens O. Meiert > http://meiert.com/en/ I got the feeling it was. I would have to agree with #7 of the comments on your page though. Best, Karl DeSaulniers Design Drumm http://designdrumm.com _

Re: [css-d] Firefox and page inflation

2014-04-07 Thread Karl DeSaulniers
> On Apr 7, 2014, at 8:25 PM, Micky Hulse wrote: > >> 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

Re: [css-d] Font-Sizes - Golden Rule ?

2014-04-08 Thread Karl DeSaulniers
g, I hope you were > referring to creating a DIV as in box sizing ? What do you mean by > "percentages are based on browser size" ? > >> (although, it would be kind of fun if 100% resulted in letters hundreds of >> pixels high...) >> >&g

  1   2   3   4   5   >