Re: [css-d] [OT] thanks

2009-08-05 Thread David Laakso
Gabriele Romanato wrote: > > hope one day we could meet in person. > hughs and hope, > > Gabriele ^.^/ > For sure, Gabriele. ~d PS Been there. I know exactly what you mean... __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] Image gallery question

2009-08-05 Thread Debbie Roes
Tim, > > #box { float: left; } /* will ensure that the box 'shrink-wraps' > around you content. */ > > #wrapper { overflow: auto; } /* will ensure that your float is > contained */ > > #footer { clear: both; } /* will ensure that your footer clears the > floated box */ > __

Re: [css-d] Image gallery question

2009-08-05 Thread Tim Snadden
On 6/08/2009, at 3:19 PM, Debbie Roes wrote: > Hi All, > > Just finishing up a site for a photographer client. It doesn't work > yet in > IE6, so I may have some questions about that tomorrow. > > However, today's question has to do with the image gallery prototype: > > http://www.incline2000.

[css-d] Image gallery question

2009-08-05 Thread Debbie Roes
Hi All, Just finishing up a site for a photographer client. It doesn't work yet in IE6, so I may have some questions about that tomorrow. However, today's question has to do with the image gallery prototype: http://www.incline2000.com/awb/west1.html I used "box by Tedd" (http://sperling.com/ex

[css-d] [OT] thanks

2009-08-05 Thread Gabriele Romanato
I'm currently working on dev.css-zibaldone.com. this is my way to thank css-d for all the support through my dark moments.thanks. thanks for being a warm place that makes you feel sane when everything seems to go mad. thanks for being my extended family when my family seems to be splitted and scatt

Re: [css-d] Drop Down Menu works in IE7 but not IE6

2009-08-05 Thread Tim Snadden
On 6/08/2009, at 6:33 AM, Rebecca Gessler wrote: > Hi everyone, > I am having trouble with my css drop down menu. The drop down will > display properly, overlapping all appropriate divs, but it won't stay > there for the mouse to go over it unless I changed the z-indexes of > the divs it overlaps

[css-d] Drop Down Menu works in IE7 but not IE6

2009-08-05 Thread Rebecca Gessler
Hi everyone, I am having trouble with my css drop down menu. The drop down will display properly, overlapping all appropriate divs, but it won't stay there for the mouse to go over it unless I changed the z-indexes of the divs it overlaps. The only way for it to work is if I set the z index values

[css-d] CSS to include flash for printing?

2009-08-05 Thread ktt
Hello, Is there any method to include flash for printing page? IE prints flash by default, but firefox is not.. Maybe it is possible to overcome it with CSS print stylesheets? I know base64 method, but maybe there is shorter path? Thank you in advance, Kast _

Re: [css-d] css-d Digest, Vol 80, Issue 21

2009-08-05 Thread Debbie Campbell
> re:[css-d] sticky footer up a little too high >> http://www.redkitecreative.com/projects/getborn/ > > Firstly your IE stylesheet is being served to all browsers. That's not > the cause of this problem but it will cause you problems down the > line. It defeats the purpose of having and IE s

Re: [css-d] Where do I make a suggestion for the "Policies" page?

2009-08-05 Thread Theresa Mesa
On Aug 5, 2009, at 7:24 AM, Eric A. Meyer wrote: >Theresa's suggestion to modify the Policies page is well taken, > and I will do so now. Thank you, Theresa! > > -- > Eric A. Meyer (http://meyerweb.com/eric/), List Chaperone > "CSS is much too interesting and elegant to be not taken seriously

Re: [css-d] Where do I make a suggestion for the "Policies" page?

2009-08-05 Thread Eric A. Meyer
At 7:32 PM +1200 8/5/09, Michael Adams wrote: >In fact the subscription page insists the archives are only available to >members. That refers to the Mailman archive, which is private. I can't change that text, unfortunately, or I would. There are a number of public mirrors of the list, on

[css-d] My nomination for hero of the moment...

2009-08-05 Thread Charles Miller
I needed a link in the tfoot part of a table to be white, while links in the body were black. So I defined a rule for tfoot a:link. That did it in Dreamweaver. But Safari showed the link in default blue. Blue on red is a mess. Intermediate practitioner that I am, I spent two hours trying to

Re: [css-d] Drop Down Menu Problem in IE7 - Overlapping Elements

2009-08-05 Thread Michael Grosch
Hello Rizky, I think I found a solution for your problem. Adding the following CSS rule should do the trick: .header { position: relative; z-index: 1; } Good luck ;-) Cheers, Michael Am 04.08.2009 um 05:27 schrieb Rizky Syazuli: > Hi, > > Sorry to bother again, but the fix

Re: [css-d] Where do I make a suggestion for the "Policies" page?

2009-08-05 Thread Philippe Wittenbergh
On Aug 5, 2009, at 4:43 PM, Benjamin Hawkes-Lewis wrote: > On 05/08/2009 08:32, Michael Adams wrote: >> In fact the subscription page insists the archives are only >> available to >> members. Either policy has changed or some member is pushing the >> mails >> to a google list? > > Looks like

Re: [css-d] No space below Nav bar

2009-08-05 Thread Tim Snadden
On 5/08/2009, at 9:02 AM, Brian M. Curran wrote: > Hi, > I can't get a space between my nav bar and my header text. I > followed the book "Bullet Proof Web Design" to create the nav bar, > and got the header to sit below the nav bar only by adding the > clear: right; rule to the header text

Re: [css-d] Layout recommendation ?

2009-08-05 Thread BobSharp
Could give it a try, yes. > > - Original Message - > From: "Tom Livingston" > To: "BobSharp" > Sent: Tuesday, August 04, 2009 9:15 PM > Subject: Re: [css-d] Layout recommendation ? > > > Equal height columns is a tough one... > > Can you settle for fixed width and use the 'ole >

Re: [css-d] Where do I make a suggestion for the "Policies" page?

2009-08-05 Thread Benjamin Hawkes-Lewis
On 05/08/2009 08:43, Benjamin Hawkes-Lewis wrote: > Looks like someone subscribed using mail-archive.com in February this year: > > http://www.mail-archive.com/css-d@lists.css-discuss.org/mail15.html Also looks like the list admin could request deletion of their archive: http://www.mail-archive.c

Re: [css-d] Layout recommendation ?

2009-08-05 Thread BobSharp
Could give it a try, yes. Can you please give an example ? thanks - Original Message - From: "Tom Livingston" To: "BobSharp" Sent: Tuesday, August 04, 2009 9:15 PM Subject: Re: [css-d] Layout recommendation ? Equal height columns is a tough one... Can you settle for fixed width

Re: [css-d] Where do I make a suggestion for the "Policies" page?

2009-08-05 Thread Benjamin Hawkes-Lewis
On 05/08/2009 08:32, Michael Adams wrote: > In fact the subscription page insists the archives are only available to > members. Either policy has changed or some member is pushing the mails > to a google list? Looks like someone subscribed using mail-archive.com in February this year: http://www.

[css-d] Thank You for Your Message

2009-08-05 Thread copeland
I am currently out of town until August 9th. I will have intermittent access to email; if there is something that needs immediate attention please contact Amy White at a...@copelandcasati.com Sincerely, Copeland Casati __ cs

Re: [css-d] Where do I make a suggestion for the "Policies" page?

2009-08-05 Thread Michael Adams
On Tue, 04 Aug 2009 20:28:49 -0700 Came this utterance formulated by Theresa Mesa to my mailbox: > Having refreshed my memory by reading the policies - so I don't > continually get my hands slapped - I have a suggestion for a snippet > of text to be added so that no one is surprised that the C