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

2015-12-29 Thread COM
Eric, List; I think that to discontinue the list would be a tragic loss. I respect and value the list’s purity/adherence to mission (CSS-only) and the speed/response time that others have cited. It might be nice to expand the scope of what this list covers, but it’s a slippery slope…if you

Re: [css-d] The Simpsons in CSS

2013-11-13 Thread COM
On Nov 13, 2013, at 6:25 AM, Tim Arnold tim.arn...@gmail.com wrote: It's possible that graphics apps will eventually have an option to export something like this, but I lean toward probably not. More likely (particularly since it's already happening with Adobe) is that illustrations will

Re: [css-d] The Simpsons in CSS

2013-11-13 Thread COM
..it also just dawned on me that illustration converted to code can be dynamically changed… some dizzying implications to that, eh? John __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] The Simpsons in CSS

2013-11-13 Thread COM
On Nov 13, 2013, at 11:42 AM, Philip Taylor p.tay...@rhul.ac.uk wrote: http://pattle.github.io/simpsons-in-css/ is 404? Update: Pattle has temporarily removed his project from Github while he seeks legal permission to reproduce the Simpsons characters Translation : the suits and

Re: [css-d] The Simpsons in CSS

2013-11-12 Thread COM
This is cool and all, but…seriously, is CSS being touted as an illustration tool? Am I missing a concept here? I am very impressed by the samples shown… John __ css-discuss [css-d@lists.css-discuss.org]

[css-d] iOS simulator vs FireFox?

2013-09-03 Thread COM
At the link below, you can see how the same page shows differently in the iPhone simulator compared to Firefox' responsive design view.. Shouldn't they be the same? Note FF set to display 480 px wide. Any thoughts to what is going on to cause the discrepancy? Thank you! John

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

2013-06-26 Thread COM
my css all begin like what's pasted below. I have no idea what things ought to be inside the html selector. Any thoughts on what the best practices are? Thank you! John *{ margin:0; padding:0; } html{ } body{ font-size:16px; color:rgb(0,0,0);

[css-d] can last child be spec'd?

2013-06-20 Thread COM
Let's say you have N-number of paragraphs in an article, and you want the last paragraph to have some different attributes as the other p, such as a greater margin-bottom. Is there a way to describe that in css? Thank you! John

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

2013-06-19 Thread COM
On Jun 19, 2013, at 8:37 AM, David Laakso laakso.davi...@gmail.com wrote: For those among us who dwell in the visual world, one picture is worth a thousand words... a click able link to your coded page would help. A link to the page in question is here:

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

2013-06-19 Thread COM
On Jun 19, 2013, at 10:31 AM, Karl DeSaulniers k...@designdrumm.com wrote: 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. :) weird…no change for me at all, tho when I refresh, I do see the reduced-opacity

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

2013-06-19 Thread COM
On Jun 19, 2013, at 10:35 AM, Tom Livingston tom...@gmail.com wrote: You won't get PhotoShop multiply layer effects exactly, but using a 24bit png for your image with areas of alpha transparency to allow the bg color to come through is as close as u can get I believe. confirmed…here's

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

2013-06-19 Thread COM
On Jun 19, 2013, at 11:43 AM, David Laakso laakso.davi...@gmail.com wrote: The red-like color is opaque: no texture whatsoever seen in Windows 7 any browser. well that blows a hole right through that technique..thank you for telling me that, David. John

[css-d] background image AND background color?

2013-06-18 Thread COM
Fiddling with trying to combine a background image with background color applied to the same element and hoping to vary either one or both opacity. Is this possible to do…I guess what I'm looking for is to do with CSS, images and color what you can do with Photoshop layers. Thank you! John

Re: [css-d] responsive design

2013-06-17 Thread COM
there is a gap . Please could you help me sort this out: http://urbanstyle.bugs3.com/about.php http://urbanstyle.bugs3.com/enregistrement.php If I am understanding you, to me, your page changes as it ought to for mobile…my understanding is that floats *should* go away or be none…and that we should

Re: [css-d] css-based flyout menu for mobile?

2013-06-15 Thread COM
On Jun 15, 2013, at 7:32 AM, David Hucklesby huckle...@gmail.com wrote: On 6/14/13 4:20 PM, COM wrote: Can anyone point me to a 100% css-based flyout menu for use with mobile devices? By flyout, I mean that when User presses a Menu icon, the menu slides out or otherwise appears, User presses

[css-d] css-based flyout menu for mobile?

2013-06-14 Thread COM
Can anyone point me to a 100% css-based flyout menu for use with mobile devices? By flyout, I mean that when User presses a Menu icon, the menu slides out or otherwise appears, User presses their choice and menu hides, chosen page loads. Thank you! John

[css-d] why does shadow disappear?

2013-06-08 Thread COM
I hope this is considered a CSS problem… at this link: http://jsfiddle.net/6Wg8g/ I have a menu icon whose addition makes other things disappear: not a wanted outcome. is the fault in my #menu declarations? I just don't get why that addition makes other things vanish. Any clues would be

Re: [css-d] why does shadow disappear?

2013-06-08 Thread COM
I believe I found the problem: failure to close a div tag… this is by far and away my #1 coding problem. sorry, John __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] limitations to sprites?

2013-06-05 Thread COM
On Jun 4, 2013, at 6:25 PM, Philippe Wittenbergh e...@l-c-n.com wrote: So yeah, eventually good for small icons and the like, that are used repeatedly all over the site. As for the size, bear in mind the above about browser memory usage, and then your ability to keep track of them. All

[css-d] limitations to sprites?

2013-06-04 Thread COM
If the benefit to using sprites is to whack http request/times, is there a limit to how big the sprites documents are? these are best used for small graphics and not the sites' main images, correct? if used for small icons, etc, perhaps the limit in size is in sheer numbers of little icons and

Re: [css-d] RES: child margin affecting parent?

2013-05-12 Thread COM
-discuss.incutio.com/wiki/Collapsing_Margin for a compreensive explanation. Regards Maurício Samy Silva http://maujor.com http://facebook.com/maujor @maujor -Mensagem original- De: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] Em nome de COM Enviada em

Re: [css-d] RES: RES: child margin affecting parent?

2013-05-12 Thread COM
...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] Em nome de COM Enviada em: domingo, 12 de maio de 2013 18:27 Para: CSS-Discuss Assunto: Re: [css-d] RES: child margin affecting parent? I am not sure that this is collapsing margins..perhaps I don't get margin collapse but I thought

Re: [css-d] RES: RES: child margin affecting parent?

2013-05-12 Thread COM
On May 12, 2013, at 7:04 PM, Alan Gresley a...@css-class.com wrote: No, you simply have collapsing margins. Just change the value of the top margin to zero. Like so. header{ margin:0 0 1em 0; border:red 1px solid; } Thank you. Couple questions…I did have a border on the

[css-d] background image not appearing

2013-04-26 Thread COM
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? I've been looking at it for half hour and I am baffled. thank you for any clues. John body{ font-size:100%;

Re: [css-d] background image not appearing

2013-04-26 Thread COM
On Apr 26, 2013, at 4:04 PM, Micky Hulse mickyhulse.li...@gmail.com wrote: Have you tried: background-image:url(../image/bricktile.jpg); That works, but I don't get it because for the css, THIS works: css/hwthreestyles.css where css is the folder where the .css file lives. why the

Re: [css-d] background image not appearing

2013-04-26 Thread COM
On Apr 26, 2013, at 4:14 PM, Tom Livingston tom...@gmail.com wrote: Background images are relative to the CSS not the HTML I get that but here's a screen grab showing that the image is 1 folder up and that the .css file is, too 1 folder up ergo, the same relationship from html file to css

Re: [css-d] background image not appearing

2013-04-26 Thread COM
On Apr 26, 2013, at 4:26 PM, COM j...@coffeeonmars.com wrote: Background images are relative to the CSS not the HTML Wait..so…you're saying that the .css document is making the call for the background image and NOT the HTML page? so, if the styles were in the html document head

Re: [css-d] background image not appearing

2013-04-26 Thread COM
On Apr 26, 2013, at 4:29 PM, Tom Livingston tom...@gmail.com wrote: Right so you have to back out of the CSS dir then go into the image dir to get your background image, where as the HTML just had to go into the CSS dir to get the sheet. OK..alright…this is a key bit of learning for

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

2013-04-18 Thread COM
My understanding of font-size spec is: 100% = 1 em = the size of an M and that this is 16px high. What I am not clear is: where do you tell the browser how large the M is? Is it universally understood that 1 M is 16 pixels high? thank you! John

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

2013-04-18 Thread COM
On Apr 18, 2013, at 3:07 PM, Jukka K. Korpela jkorp...@cs.tut.fi wrote: What I am not clear is: where do you tell the browser how large the M is? You don't. The font designer decides the dimensions of letters, relative to the font size. OK…so the 1em is just a starting point and you

[css-d] ul bullets: change color?

2013-04-14 Thread COM
I am having a tough time finding online (google, w3schools) the correct way to change the color of bullets in an unordered list, *independently* from the color of the bullet text.There seem to be what the authors refer to as hacks, and some techniques where the bullet is a .gif. I'd like to

Re: [css-d] Problem with floated links at right of page in FF

2008-02-12 Thread haveboard . com
://haveboard.com http://space1026.com/space.php?action=bioid=32 __ css-discuss [EMAIL PROTECTED] 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] CSS/XHTML/PHP/MYSQL shopping carts?

2005-07-24 Thread Brent - Bibleinfo . com
Thanks for the reply... Didn't mean to reply off list. I'll have to look at CubeCart as I am just getting very frustrated with xCart. Too bad I already paid for xCart, but it is just driving me nuts! Cheers, Brent Hardinge Designer Bibleinfo.com Have Bible