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

2010-12-02 Thread Chetan Crasta
Here is a detailed article on creating HTML emails: http://articles.sitepoint.com/article/code-html-email-newsletters On Thu, Dec 2, 2010 at 1:53 AM, Bobby Jack bobbykj...@yahoo.co.uk wrote: --- On Wed, 12/1/10, Albert van der Veen albert.lijs...@xs4all.nl wrote: I'm setting up an HTML

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

2010-12-02 Thread Philip Taylor (Webmaster, Ret'd)
Chetan Crasta wrote: Here is a detailed article on creating HTML emails: http://articles.sitepoint.com/article/code-html-email-newsletters And here is a much shorter, much simpler one : just don't. Philip Taylor __

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

2010-12-02 Thread Albert van der Veen
Hi all, Thanks for the very helpfull info and links. I will get rid of the DL construct after all, as it turns out to be impossible to render this correctly in Outlook 2007. @Bobby: the example you mention is indeed an exact illustration of the problem I'm encountering. Great website for an

[css-d] Visibility: hidden contingent on value of content or href attribute of inner element ?

2010-12-02 Thread Philip Taylor (Webmaster, Ret'd)
A CMS, over which I have no control, auto-generates a number of the following blocks (with different values for the hrefs, background-images, and the textual content of the innermost A element) : div class=album_box a

Re: [css-d] Visibility: hidden contingent on value of content or href attribute of inner element ?

2010-12-02 Thread Chetan Crasta
Since In CSS an element cannot be selected based on its children, I think the only way this can be achieved is by using javascript. On Thu, Dec 2, 2010 at 3:30 PM, Philip Taylor (Webmaster, Ret'd) p.tay...@rhul.ac.uk wrote: A CMS, over which I have no control, auto-generates a number of the

Re: [css-d] Visibility: hidden contingent on value of content or href attribute of inner element ?

2010-12-02 Thread Chetan Crasta
Looks like absolute urls are blocked. Try this: div.album_box a[href$=gallery/sandbox-3228] , div.album_box a[href$=gallery/sandbox-3228] + div.album_title , div.album_box a[href$=gallery/sandbox-3228] + div.album_description , div.album_box a[href$=gallery/sandbox-3228] + div.clear_both {

Re: [css-d] Visibility: hidden contingent on value of content or href attribute of inner element ?

2010-12-02 Thread Chetan Crasta
There were some mistakes in the selectors, my fault for not testing them first! Anyway, this will work: div.album_box a[href$=gallery/sandbox-3228] , div.album_box a[href$=gallery/sandbox-3228] + div.album_title , div.album_box a[href$=gallery/sandbox-3228] + div.album_title +

Re: [css-d] Visibility: hidden contingent on value of content or href attribute of inner element ?

2010-12-02 Thread Chetan Crasta
To target div.album_box when it is the first child element of its parent: div.album_box:first-child { visibility:hidden; } For this to work the markup should be something like this: div class=parent div class=album_boxthis is the first-child of parent, it will be hidden/div div

Re: [css-d] Visibility: hidden contingent on value of content or href attribute of inner element ?

2010-12-02 Thread Chetan Crasta
visibility:hidden makes an element invisible, but the element still occupies space. To make an element completely disappear from the flow, use display:none ~C On Thu, Dec 2, 2010 at 4:57 PM, Philip Taylor (Webmaster, Ret'd) p.tay...@rhul.ac.uk wrote: Excellent, now there Chetan : _Sandbox is

Re: [css-d] Visibility: hidden contingent on value of content or href attribute of inner element ?

2010-12-02 Thread Chetan Crasta
The following removes the gap. .album_box { height:auto; max-height:150px; } IE6 does not support max-height so use a conditional comment to specify an IE6-only stylesheet that restores the original height declaration in IE6. ~C On Thu, Dec 2, 2010 at 5:04 PM, Chetan Crasta

[css-d] Site Revision

2010-12-02 Thread Del Wegener
Good Day; In response to the comments I received about a week ago, I have made quite a few changes to the proposed redesign of one of my sites. http://www.drdelmath.com/playpen/tableless_single_index_page2.html Because I have ripped this page from its normal moorings, the links do not work. I

Re: [css-d] Site Revision

2010-12-02 Thread Claude Needham
On Thu, Dec 2, 2010 at 9:27 AM, Del Wegener d...@delweg.com wrote: Good Day; In response to the comments I received about a week ago, I have made quite a few changes to the proposed redesign of one of my sites. http://www.drdelmath.com/playpen/tableless_single_index_page2.html Because I have

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

2010-12-02 Thread Steve Axthelm
Campaign monitor has some really good info on html email the capabilities of various email clients: http://www.campaignmonitor.com/resources/category-archive/cat/designing-and-building-emails/ HTH, -Steve -- Steve Axthelm stev...@pobox.com

Re: [css-d] Site Revision

2010-12-02 Thread David Laakso
On 12/2/10 12:27 PM, Del Wegener wrote: In response to the comments I received about a week ago, I have made quite a few changes to the proposed redesign of one of my sites. http://www.drdelmath.com/playpen/tableless_single_index_page2.html Del Lighten up a little, organize it, and

Re: [css-d] Site Revision

2010-12-02 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: Thursday, December 02, 2010 3:58 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] Site Revision On 12/2/10 12:27 PM, Del Wegener wrote: In

Re: [css-d] Site Revision

2010-12-02 Thread Del Wegener
In response to the comments I received about a week ago, I have made quite a few changes to the proposed redesign of one of my sites. http://www.drdelmath.com/playpen/tableless_single_index_page2.html Del Lighten up a little, organize it, and make it readable-- or you'll put all your math

[css-d] does anyone know of...

2010-12-02 Thread Matthew P. Johnson
A css lightbox/shadowbox I can put a photo thumbnail gallery in? Essentially a web page with applicable code. Such a gallery like the one in the following link: http://applegateelements.com/new/lightweight%20image%20gallery.shtml Sincerely, Matthew P. Johnson | Eco I.T. 708 Bay

Re: [css-d] does anyone know of...

2010-12-02 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: Thursday, December 02, 2010 5:11 PM To: css-d@lists.css-discuss.org Subject: [css-d] does anyone know of... A css lightbox/shadowbox I can put a

Re: [css-d] does anyone know of...

2010-12-02 Thread David Laakso
On 12/2/10 8:30 PM, Matthew P. Johnson wrote: http://applegateelements.com/new/lightweight%20image%20gallery.shtml The photo gallery only. When I added the code to the site I am working on it pushed the nav down from the header image so I am looking for a backup in case I can't figure out