[css-d] What to do?

2010-11-29 Thread David Laakso
On 11/29/10 3:19 PM, Laura wrote: Hi David.. I hope this note finds you well. A few years ago you helped me with a school project, and I'm now feeling well enough to get back to it. I hope you don't mind me asking a question. I've been trying to modify the site, (Have it hosted at http://the-spa

Re: [css-d] need another img tag?

2010-11-29 Thread David Laakso
On 11/29/10 8:34 PM, "G.Sørtun" wrote: Is this one of the big lessons, at least in my project which folks have been helping me with? The lesson being: establish your main divs, then achieve specific variation through classes? Sorry if it seems like a dumb question... There are no

Re: [css-d] need another img tag?

2010-11-29 Thread G.Sørtun
Is this one of the big lessons, at least in my project which folks have been helping me with? The lesson being: establish your main divs, then achieve specific variation through classes? Sorry if it seems like a dumb question... Not dumb at all, but rephrase it to something like... "Esta

Re: [css-d] need another img tag?

2010-11-29 Thread John
On Nov 29, 2010, at 10:16 AM, Giles, Sarah wrote: there's an img div controlling how the image looks. how do I place other images in the same page but which are controlled by other parameters...so that I can position them where I want them to be? thank you, John You might want to add those

[css-d] ie menu formatting issue

2010-11-29 Thread Matthew P. Johnson
Hello Everyone, I am trying to figure out why in all browsers but IE (8 and 9 tested) when you mouse over "photo gallery" 1. The green border cuts off on the upper right of the subnav border. 2. "entry level - living" truncates. This does not happen in Safari/Chrome/FF. Unfortunately we s

Re: [css-d] need another img tag? + EC

2010-11-29 Thread David Laakso
On 11/29/10 12:53 PM, John wrote: http://thinkplan.org/workshop/working.html John Error Correction. *Should Read* Assign a class to the image [s] with appropriate positioning rulesets for each? img.c1 {...} img.c2 {...} img.c3 {...} img.c4 {...} Best, ~d -- :: desktop

Re: [css-d] need another img tag?

2010-11-29 Thread Giles, Sarah
On 11/29/10 12:53 PM, "John" wrote: >there's an img div controlling how the image looks. how do I place >other images in the same page but which are controlled by other >parameters...so that I can position them where I want them to be? > >thank you, > >John You might want to add those as class

Re: [css-d] need another img tag?

2010-11-29 Thread David Laakso
On 11/29/10 12:53 PM, John wrote: in this page: http://thinkplan.org/workshop/working.html there's an img div controlling how the image looks. how do I place other images in the same page but which are controlled by other parameters...so that I can position them where I want them to be? t

[css-d] need another img tag?

2010-11-29 Thread John
in this page: http://thinkplan.org/workshop/working.html there's an img div controlling how the image looks. how do I place other images in the same page but which are controlled by other parameters...so that I can position them where I want them to be? thank you, John

Re: [css-d] flash element covering nav dropdowns in Chrome

2010-11-29 Thread Chetan Crasta
I don't have a fix, but I have a suggestion: don't use Flash for the slideshow. You can have the same slideshow using the CSS opacity property (opacity filter for IE) and a little javascript. You can see my implementation of this at bagitwise.com . On Mon, Nov 29, 2010 at 10:17 PM, Peter wrote: >

Re: [css-d] flash element covering nav dropdowns in Chrome

2010-11-29 Thread Peter
El 29/11/2010, a las 16:57, Jody Levinson escribió: On Sun, Nov 28, 2010 at 1:40 PM, Jody Levinson wrote: There's a dropdown menu until "Live" in the menu on this page: http://evamoon.net/ that shows properly in FF but in Chrome, the Flash slide show covers it. I think I've got my z-ind

Re: [css-d] flash element covering nav dropdowns in Chrome

2010-11-29 Thread Jody Levinson
> On Sun, Nov 28, 2010 at 1:40 PM, Jody Levinson wrote: > >> There's a dropdown menu until "Live" in the menu on this page: >> http://evamoon.net/ that shows properly in FF but in Chrome, the Flash >> slide show covers it. I think I've got my z-index layers set up properly, >> but I can't fix it.