Re: [css-d] animated gif workaround for MS Outlook 2007

2008-09-30 Thread Ingo Chao
Aubrey Benasa wrote: Hi there, Has anyone found a workaround for incorporating animated gifs in html email rendered in Outlook 2007? or displaying a static image in the worst case scenario? Thanks, Aubrey http://msdn.microsoft.com/en-us/library/aa338201.aspx and Campaignmonitor

[css-d] ol list in IE problem

2008-09-30 Thread grovesdavid
Hello, The address below list the file and css, if you view the file in FF then IE the differences will be clear. I can live with this, if necessary, but would like to correct it if possible. have taken the actions of: Removing padding from IE, I tried removing the {list-style:none} from the

Re: [css-d] ol list in IE problem

2008-09-30 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: The address below list the file and css, if you view the file in FF then IE the differences will be clear. http://www.linkhomes2000.co.uk/main/mortgages/mortgages_types_1.php Make it... ol.lin { font-family:Trebuchet MS, verdana, arial, sans-serif; font-weight:bold;

[css-d] Property Group Compression

2008-09-30 Thread Tim Visher
Hello Everyone, I think there must be a way to compress the following style, but I can't figure it out. Help's appreciated. `h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {}` I think a much

Re: [css-d] Property Group Compression

2008-09-30 Thread Philippe Wittenbergh
On Sep 30, 2008, at 11:17 PM, Tim Visher wrote: I think there must be a way to compress the following style, but I can't figure it out. Help's appreciated. `h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6

Re: [css-d] Property Group Compression

2008-09-30 Thread Bobby Jack
--- On Tue, 9/30/08, Philippe Wittenbergh [EMAIL PROTECTED] wrote: what's wrong with using a class on those links ? Keeps the selector much shorter... .my-heading-links:link, .my-heading-links:visited {} I'd argue against that - much better, IMO, to keep the markup as clean as possible,

Re: [css-d] Property Group Compression

2008-09-30 Thread Gunlaug Sørtun
Bobby Jack wrote: It's a shame that there's no concept of 'inheritance' in CSS that would allow grouping of, for example, headings (h1-h6) or lists (ul, ol, dl). AFAIK, the W3C CSS WG is open for suggestions. If enough people suggest something along the same lines, and can back it up, they

Re: [css-d] animated gif workaround for MS Outlook 2007

2008-09-30 Thread Conyers, Dwayne
Aubrey Benasa [EMAIL PROTECTED] ink wired: Has anyone found a workaround for incorporating animated gifs in html email rendered in Outlook 2007? This most likely is not a valid CSS answer... I would try Microsoft Silverlight... or a more widely installed alternative, Flash. Of course, I

Re: [css-d] IE6 issue

2008-09-30 Thread Gunlaug Sørtun
Shanna Korby wrote: http://weddingelegancend.com/ This is giving me trouble in IE6. Does anyone know what the issue might be? The main content is being pushed below the sidebars. Delete this... !--[if IE] style type=text/css #outerWrapper #contentWrapper #content { zoom: 1; } /style

Re: [css-d] DOM-scripted content doesn't link toCSS in IE

2008-09-30 Thread Tim Dawson
Thierry Koblentz wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Tim Dawson Sent: Monday, September 29, 2008 8:38 AM To: css-d@lists.css-discuss.org Subject: Re: [css-d] DOM-scripted content doesn't link toCSS in IE Thierry

[css-d] giant gaping gap I can't close

2008-09-30 Thread Scott Thigpen
Hi, I have this big gap I can't figure out how to get rid of. If you look here (http://sthig.thigpendesigns.com/index.php/sthig/int/) you'll see an image about and then there is this abnormally large gap between that and the paragraph. How do I narrow that? here is my css

Re: [css-d] Property Group Compression

2008-09-30 Thread Tim Visher
@Phillipe: Mainly because they're _already_ header links. The a tag is in the context of header. As Bobby pointed out, the inclusion of a class there seems like unnecessary cluttering of the markup to accomplish a visual effect. I'm trying to stay away from doing that. @Gunlaug. That does flip my

Re: [css-d] giant gaping gap I can't close

2008-09-30 Thread Jim Nannery
Afternoon Scott You wrote; Hi, I have this big gap I can't figure out how to get rid of. If you look here (http://sthig.thigpendesigns.com/index.php/sthig/int/) you'll see an image about and then there is this abnormally large gap between that and the paragraph. How do I narrow that?

Re: [css-d] footer doesn't occupy width in IE6

2008-09-30 Thread Gunlaug Sørtun
Luc wrote: I have a footer that sticks to the bottom of the page but in IE6 i encounter a problem: the footer doesn't occupy the width of the container, i.o.w. it stops about 8px before reaching the left side of the container. Short on the right side at my end.

Re: [css-d] footer doesn't occupy width in IE6

2008-09-30 Thread Luc
Good evening Gunlaug, It was foretold that on 30/09/2008 @ 00:28:57 GMT+0200 (which was 19:28:57 where I live) Gunlaug Sørtun would write: Short on the right side at my end. oops ... my bad Page suffers from the auto-expansion bug in IE6 - something is too wide in there, making the

[css-d] More than one background image to body?

2008-09-30 Thread Hedley Finger
I would like to add a Gaussian blur drop-shadow to the right and bottom edges of the body element floating in the middle of the browser canvas. Most of the methods found suggest a massive background image displaced diagonally with negative margins. To avoid downloading a large albeit

[css-d] Div covering up sub menu in Safari

2008-09-30 Thread Jimmy
Hello all, This is my first post, although I have learned a tremendous amount from everyone's contribution so far. You guys are unbelievably helpful My issue is that my when I view my menu in Safari the sub menu drops down behind a div which contains a flash file. It works fine in my IE

Re: [css-d] More than one background image to body?

2008-09-30 Thread David Laakso
Hedley Finger wrote: I would like to add a Gaussian blur drop-shadow to the right and bottom edges of the body element floating in the middle of the browser canvas. Hedley Dunno. You got me. You're way over my head. Have you tried an Adobe Illustrator support forum?

Re: [css-d] More than one background image to body?

2008-09-30 Thread Philippe Wittenbergh
On Oct 1, 2008, at 10:24 AM, Hedley Finger wrote: I would like to add a Gaussian blur drop-shadow to the right and bottom edges of the body element floating in the middle of the browser canvas. Most of the methods found suggest a massive background image displaced diagonally with

Re: [css-d] More than one background image to body?

2008-09-30 Thread Peter Hyde-Smith
- Original Message - From: Hedley Finger [EMAIL PROTECTED] To: css-d css-d@lists.css-discuss.org Sent: Tuesday, September 30, 2008 8:24 PM Subject: [css-d] More than one background image to body? I would like to add a Gaussian blur drop-shadow to the right and bottom edges of the

[css-d] IE6 not working in XHTML

2008-09-30 Thread Cathy, Designer
For IE bugs I usually just keep widths and heights, padding and margins in separate boxes. And this site (www.tibbles.net/misc/blog) works fine in IE 5.5, and 7, 8, firefox, NN, and a bunch of others that I got screenshots for. What on earth is going on with 6.0?? I'm completely stuck here!

[css-d] vertical expansion of fixed layout

2008-09-30 Thread Keith LaFrenier
Hello, I'm a beginner designer in need of assistance. Any help is greatly appreciated. I exported a mock up design from photo shop into CSS and it generated a series of containers that were absolutely positioned. I scrapped the absolutely positioned containers and created a fixed layout

Re: [css-d] More than one background image to body?

2008-09-30 Thread christianz
Hedley, How about a link to a working example / sample code? I have put up an example at: http://www.golfteesgalore.com/ Check it first on Firefox or perhaps IE (or Netscape for oldtimers like me) then check it in Safari. You will see that the lefthand column now shows a capital G in the upper

[css-d] big gaping hole...again

2008-09-30 Thread Scott Thigpen
Hello, Well it seems I've hit a snag again with a giant gap between my heading and my body. Here is the blog http://sthig.thigpendesigns.com/index.php/sthig/weblog/ If you see, the title is fine but then there is giant gap between it and the body of text. I'm trying to figure how to eliminate

Re: [css-d] IE6 not working in XHTML

2008-09-30 Thread David Laakso
Cathy, Designer wrote: And this site (www.tibbles.net/misc/blog) works fine in IE 5.5, and 7, 8, firefox, NN, and a bunch of others that I got screenshots for. What on earth is going on with 6.0?? I'm completely stuck here! regards, Cathy Fix compliant browsers first--

Re: [css-d] big gaping hole...again

2008-09-30 Thread Scott Thigpen
nevermind, I fixed it S c o t t T h i g p e n Illustrative Designer art: http://www.sthig.com design: http://www.thigpendesigns.com photos: http://www.giantgreenjungle.com Phone: 770.527.3958 On Wed, Oct 1, 2008 at 12:29 AM, Scott Thigpen [EMAIL PROTECTED]wrote: Hello, Well it seems I've

Re: [css-d] footer doesn't occupy width in IE6

2008-09-30 Thread David Laakso
Luc wrote: Good evening list, I just did a quick check with Debugbar in IE to see if my footer sticks at the bottom of the viewport. Zooming at around 50% and less, it doesn't stick anymore. In Opera the footer behaves. Some kind of IE bug probably but i can't figure out what