Re: [css-d] Can't get 3px jog bug fix to work

2008-07-21 Thread David Laakso
morten wrote: I am fighting with the 3px jog bug in IE6, but I can't seem to make it work. I have stripped it down to the xhtml below, which will still demonstrate the 3px jog bug despite the fix, which I have seen described several places on the web plus in CSS Mastery by Andy Bud. Have

Re: [css-d] All classes same?

2008-07-21 Thread Adam Ducker
Christopher wrote: Hi, Adam I think I understand you but I still have some questions, when I change the color for the aboutmepara it only changes the color of the second paragraph, how come not the first paragraph. And in terms of the underline you are saying that if you have more then one

[css-d] Background graphic on {body}

2008-07-21 Thread Christopher
Could someone tell me why my background graphic as you see on this page http://www.walkfar.ca/test/productionsite6.html http://www.walkfar.ca/test/productionsite6.html does not hug the base of the browser instead it's above it (it's the gradient graphic) it's a style on the {body} Thank You

Re: [css-d] All classes same?

2008-07-21 Thread Adam Ducker
Christopher wrote: How is this done ? What you mentioned I should do. I see so class one I change the color using the class, but with two it takes on the rule of .aboutmepara BUT if it had it's own class then it would not take the rule from aboutmepara ? That is correct. It's called

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Christopher
I don't understand. Shouldn't the body style just move the background image to the base how come it's not? Christian Kirchhoff wrote: The div#flashbarelementstwo is positioned absolutely. Therefore it is taken out of the regular boxflow and does not influence the sizes of containing boxes

[css-d] Styling Unordered Lists question

2008-07-21 Thread Karl Bedingfield
Hi all, I have been reading with interest this page (http://www.cssnewbie.com/example/style-unordered-lists/#five) and would love to achieve example 5 (it uses :hover pseudo-class) to work with IE6. Does anyone know of a way to create this effect that would also work with IE6? -- Kind Regards

Re: [css-d] Styling Unordered Lists question

2008-07-21 Thread Adam Ducker
Karl Bedingfield wrote: I have been reading with interest this page (http://www.cssnewbie.com/example/style-unordered-lists/#five) and would love to achieve example 5 (it uses :hover pseudo-class) to work with IE6. Does anyone know of a way to create this effect that would also work with

Re: [css-d] Background graphic on {body}

2008-07-21 Thread David Hucklesby
On Mon, 21 Jul 2008 11:17:54 -0400, Christopher wrote: Could someone tell me why my background graphic as you see on this page http://www.walkfar.ca/test/productionsite6.html http://www.walkfar.ca/test/productionsite6.html does not hug the base of the browser instead it's above it (it's the

Re: [css-d] Styling Unordered Lists question

2008-07-21 Thread David Hucklesby
On Mon, 21 Jul 2008 18:17:12 +0100, Karl Bedingfield wrote: Hi all, I have been reading with interest this page (http://www.cssnewbie.com/example/style-unordered-lists/#five) and would love to achieve example 5 (it uses :hover pseudo-class) to work with IE6. Does anyone know of a way to

[css-d] [help needed] dt / dd with multiple lines in IE

2008-07-21 Thread Neil Lee
Hi folks - I'm working on getting a design working in Windows IE and I've come up against an issue I can't seem to work around. I have a definition list where the dt and dd are inlined and floated left to put them at the same level. This is working well as long as both elements are no

Re: [css-d] [help needed] dt / dd with multiple lines in IE

2008-07-21 Thread Adam Ducker
Neil Lee wrote: Is there any way to fix this so that IE handles the multiple lines of text correctly instead of bunching the dd together? I'm not having any luck with your current HTML. May have to settle for a workaround if nobody else here can come up with a solution... -Adam Ducker

Re: [css-d] [help needed] dt / dd with multiple lines in IE

2008-07-21 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Neil Lee Sent: Monday, July 21, 2008 12:04 PM To: CSS Discuss Subject: [css-d] [help needed] dt / dd with multiple lines in IE Hi folks - I'm working on getting a design working in

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Christopher
If #flashbarelementstwo is causing the extra spacing can that not be removed so that the background image on the body won't have that space? P. Colin Manikoth wrote: It is behaving correctly on 'body' element. The container div#flashbarelementstwo is causing the extra spacing. Why isn't the

[css-d] CSS and cell phones.

2008-07-21 Thread tedd
Hi gang: Does anyone have any references on what css rules cell phones honor? For example, I just discovered that css padding and css margins are not respected by the cell phones I've seen. What's also interesting that some observes nbsp; as a html space and others don't -- so even html is

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Christopher
What methods do I have to resolve it? P. Colin Manikoth wrote: Yes, you can structure your document any way you like. No, there is no quick fix. I was simply answering your question of what was causing it. How you choose to resolve it, is up to you. Best of luck, -colin On 7/21/08

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Holly Bergevin
From: Christopher [EMAIL PROTECTED] If #flashbarelementstwo is causing the extra spacing can that not be removed so that the background image on the body won't have that space? http://www.walkfar.ca/test/productionsite6.html If you remove the negative top margins on #topbar and .aboutmeheader,

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Christopher
I removed the negative top margin from .aboutmepara and put it to 0 the space is still there. Holly Bergevin wrote: From: Christopher [EMAIL PROTECTED] If #flashbarelementstwo is causing the extra spacing can that not be removed so that the background image on the body won't have that

Re: [css-d] CSS and cell phones.

2008-07-21 Thread Marshal Horn
I beleive Opera follows everything except the page width, but with the other browsers, there's no telling. On Mon, Jul 21, 2008 at 4:04 PM, tedd [EMAIL PROTECTED] wrote: Hi gang: Does anyone have any references on what css rules cell phones honor? For example, I just discovered that css

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Holly Bergevin
From: Christopher [EMAIL PROTECTED] I removed the negative top margin from .aboutmepara and put it to 0 the space is still there. Holly Bergevin wrote: From: Christopher [EMAIL PROTECTED] If #flashbarelementstwo is causing the extra spacing can that not be removed so that the

[css-d] Menu Bar Not Lined Up in IE7

2008-07-21 Thread Carol Huddleston
I've worked on this a little bit more. This all looks okay in Safari, FF and Opera, but in IE7 the left navigation links are pushed over to the left. Also, the background gradient should be all the way over to the left side of the logo, but it's not.

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Christopher
The gap is still there. http://www.walkfar.ca/test/productionsite7.html Holly Bergevin wrote: From: Christopher [EMAIL PROTECTED] I removed the negative top margin from .aboutmepara and put it to 0 the space is still there. Holly Bergevin wrote: From: Christopher [EMAIL

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Peter Hyde-Smith
- Original Message - From: Christopher [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Monday, July 21, 2008 7:58 PM Subject: Re: [css-d] Background graphic on {body} The gap is still there. http://www.walkfar.ca/test/productionsite7.html Holly Bergevin wrote: From:

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Christopher
Peter Hyde-Smith wrote: - Original Message - From: Christopher [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Monday, July 21, 2008 7:58 PM Subject: Re: [css-d] Background graphic on {body} The gap is still there. http://www.walkfar.ca/test/productionsite7.html

Re: [css-d] Menu Bar Not Lined Up in IE7

2008-07-21 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Carol Huddleston Sent: Monday, July 21, 2008 5:57 PM To: css-d@lists.css-discuss.org Subject: [css-d] Menu Bar Not Lined Up in IE7 I've worked on this a little bit more. This all looks

[css-d] Background gap on {body} v2

2008-07-21 Thread Christopher
I still have that gap on at the bottom of the page (the dark blue) and my page now validates no errors in HTML and CSS. So does anyone please have any solution so I can get rid of that gap, please? __ css-discuss [EMAIL

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Holly Bergevin
From: Christopher [EMAIL PROTECTED] The gap is still there. http://www.walkfar.ca/test/productionsite7.html Replace your CSS for that page with the following - you don't need the HTML comment in your embedded style sheet. body { margin: 0px; padding: 0px; background:

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Christopher
http://www.walkfar.ca/test/productionsite7.html updated Holly Bergevin wrote: From: Christopher [EMAIL PROTECTED] The gap is still there. http://www.walkfar.ca/test/productionsite7.html Replace your CSS for that page with the following - you don't need the HTML comment in your

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Christopher
See what I did and what I need to change, to hopefully fix it by taking a look at the updated page. Holly Bergevin wrote: From: Christopher [EMAIL PROTECTED] The gap is still there. http://www.walkfar.ca/test/productionsite7.html Replace your CSS for that page with the following

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Christopher
I copied from the CSS you did and some if it went all wonky, and the gap was still there. Holly Bergevin wrote: From: Christopher [EMAIL PROTECTED] The gap is still there. http://www.walkfar.ca/test/productionsite7.html Replace your CSS for that page with the following - you

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Christopher
Isn't there one or two settings specifically that is causing this? Holly Bergevin wrote: From: Christopher [EMAIL PROTECTED] The gap is still there. http://www.walkfar.ca/test/productionsite7.html Replace your CSS for that page with the following - you don't need the HTML

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Holly Bergevin
From: Christopher [EMAIL PROTECTED] See what I did and what I need to change, to hopefully fix it by taking a look at the updated page. The gap is still there. http://www.walkfar.ca/test/productionsite7.html ~holly wrote: Replace your CSS for that page with the following - [snipped

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Christopher
Holly Bergevin wrote: From: Christopher [EMAIL PROTECTED] See what I did and what I need to change, to hopefully fix it by taking a look at the updated page. The gap is still there. http://www.walkfar.ca/test/productionsite7.html ~holly wrote: Replace

Re: [css-d] Background graphic on {body}

2008-07-21 Thread Christopher
Christopher wrote: Holly Bergevin wrote: From: Christopher [EMAIL PROTECTED] See what I did and what I need to change, to hopefully fix it by taking a look at the updated page. The gap is still there.