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

2010-12-01 Thread Chetan Crasta
I've integrated the javascript, have a look at it here: http://roughtech.com/t/indexcssslideshow.html BTW, I suggest you change the DTD to XHTML 1.0 transitional or get rid of the deprecated HTML and use the HTML 4.01 DTD. Cheers, Chetan On Wed, Dec 1, 2010 at 4:22 AM, Jody Levinson

[css-d] Outlook 2007 and DL/DD tag

2010-12-01 Thread Albert van der Veen
Hi all, I'm setting up an HTML newsletter and come across a problem in Outlook 2007 on Windows. The images in the left column are wrapped in a DL tag with the image in a DT and the caption in a DD tag. In Outlook there is a left margin present in the DD, although I defined that as 0, both in

Re: [css-d] span:link and span:visited

2010-12-01 Thread Claude Needham
On Tue, Nov 30, 2010 at 4:00 PM, Michael McGinnis mcsty...@biographiks.com wrote: Using Javascript, clicking on a span either shows or hides a div. But I want to make the span disappear after I click on it. I see that I can style span:hover and span:active, but not span:visited, since it's not

Re: [css-d] Outlook 2007 and DL/DD tag

2010-12-01 Thread Albert van der Veen
Thanks Chris, but padding is already set to 0 (you can have a look at the source at the aforementioned address). On 1-12-2010 15:12, Chris Akins wrote: Could it be padding rather than a margin that's causing the issue? Just a guess, but maybe worth trying? Seems like with unordered lists,

Re: [css-d] Outlook 2007 and DL/DD tag

2010-12-01 Thread Climis, Tim
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d- boun...@lists.css-discuss.org] On Behalf Of Albert van der Veen Sent: Wednesday, December 01, 2010 8:46 AM To: CSS Discuss Subject: [css-d] Outlook 2007 and DL/DD tag Hi all, I'm setting up an HTML

[css-d] change width of CSS dropdowns?

2010-12-01 Thread Debbie Campbell
I'm having a problem making the width of the dropdown parts of the main menu wider here: http://www.redkitecreative.com/projects/camper/your-trip/going-west/ I'm not sure what CSS selector I need to be editing, I've tried #primary-menu li li, #primary-menu ul ul and #primary-menu li li a

Re: [css-d] span:link and span:visited

2010-12-01 Thread David Laakso
On 11/30/10 7:00 PM, Michael McGinnis wrote: Using Javascript, clicking on a span either shows or hides a div. But I want to make the span disappear after I click on it. I see that I can style span:hover and span:active, but not span:visited, since it's not actually a link. But is there a

Re: [css-d] change width of CSS dropdowns?

2010-12-01 Thread Chetan Crasta
The width is being set by Javascript, however you can override it using this: #primary-menu ul li ul { width:200% !important; } Of course 200% is just an example, you can choose any width you like. Cheers, Chetan On Wed, Dec 1, 2010 at 10:06 PM, Debbie Campbell d...@redkitecreative.com wrote:

Re: [css-d] change width of CSS dropdowns?

2010-12-01 Thread David Laakso
On 12/1/10 11:36 AM, Debbie Campbell wrote: I'm having a problem making the width of the dropdown parts of the main menu wider here: http://www.redkitecreative.com/projects/camper/your-trip/going-west/ I'm not sure what CSS selector I need to be editing, I've tried #primary-menu li li,

Re: [css-d] how do i get rid of space at the top of page

2010-12-01 Thread Matthew P. Johnson
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of david Sent: Tuesday, November 30, 2010 10:45 PM To: css-d Subject: Re: [css-d] how do i get rid of space at the top of page Matthew P. Johnson wrote:

Re: [css-d] how do i get rid of space at the top of page

2010-12-01 Thread Matthew P. Johnson
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Matthew P. Johnson Sent: Wednesday, December 01, 2010 11:27 AM To: 'css-d' Subject: Re: [css-d] how do i get rid of space at the top of page -Original Message-

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

2010-12-01 Thread Jody Levinson
Thank you, Chetan, I've got it working now! See http://evamoon.net I was curious about the purpose of the connect-css.css you added. It doesn't seem to be needed for the page to work. Also, can you tell me how to vary the time between slides? I've been looking at the js but I'm not seeing it.

Re: [css-d] Outlook 2007 and DL/DD tag

2010-12-01 Thread Bobby Jack
--- On Wed, 12/1/10, Albert van der Veen albert.lijs...@xs4all.nl wrote: I'm setting up an HTML newsletter and come across a problem in Outlook 2007 on Windows. This is an excellent resource for information on cross-email-client support for HTML: http://www.email-standards.org/ In fact,

Re: [css-d] how do i get rid of space at the top of page

2010-12-01 Thread David Laakso
[Matthew P. Johnson] There is a small white space above the Applegate Elements graphic at the top of the page. I usually avoid this with the code I have in the css but for some reason it is still there. [Matthew P. Johnson] nevermind. I figured it out.:) *** In what OS/browser did you see

Re: [css-d] change width of CSS dropdowns?

2010-12-01 Thread Debbie Campbell
Thanks, that works perfectly. -- Debbie On 12/1/2010 10:06 AM, Chetan Crasta wrote: The width is being set by Javascript, however you can override it using this: #primary-menu ul li ul { width:200% !important; } Of course 200% is just an example, you can choose any width you like. Cheers,

[css-d] floating newsletter links in IE8?

2010-12-01 Thread Greg Wilker
Hello Everyone, Anyone know why the Past Newsletters element is not floating to the right properly in IE8? It is perfect in FF... http://dogtrekker.com TIA, Greg greg wilker | video/web producer __ css-discuss

Re: [css-d] floating newsletter links in IE8?

2010-12-01 Thread David Laakso
On 12/1/10 5:54 PM, Greg Wilker wrote: Hello Everyone, Anyone know why the Past Newsletters element is not floating to the right properly in IE8? It is perfect in FF... http://dogtrekker.com TIA, Greg Looks the same to me in FF, and IE 6/7/8 on this end... Best, ~d -- :: desktop and

Re: [css-d] floating newsletter links in IE8?

2010-12-01 Thread Greg Wilker
-Original Message- From: David Laakso Subject: Re: [css-d] floating newsletter links in IE8? On 12/1/10 5:54 PM, Greg Wilker wrote: Anyone know why the Past Newsletters element is not floating to the right properly in IE8? It is perfect in FF... http://dogtrekker.com

Re: [css-d] how do i get rid of space at the top of page

2010-12-01 Thread Matthew P. Johnson
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of David Laakso Sent: Wednesday, December 01, 2010 12:41 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] how do i get rid of space at the top of page [Matthew P.

Re: [css-d] floating newsletter links in IE8?

2010-12-01 Thread David Laakso
On 12/1/10 6:26 PM, Greg Wilker wrote: -Original Message- From: David Laakso Subject: Re: [css-d] floating newsletter links in IE8? On 12/1/10 5:54 PM, Greg Wilker wrote: Anyone know why the Past Newsletters element is not floating to the right properly in IE8? It is perfect in

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

2010-12-01 Thread Chetan Crasta
The connect-css.css got included because I saved your webpage from my browser. The slideshow does not require it. Remove it if you don't need it. In the javascript file slidefadinger.js , line 19 determines the granularity of the fade. That is, the smaller the number, the smoother the fade. I