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

2008-07-22 Thread Alan Gresley
Christopher wrote: Holly Bergevin wrote: I'm sorry, but since the CSS on your updated page is not changed as I suggested, I don't have any further time to re-debug what you've got there. Perhaps you could just try replacing your CSS with mine? Good luck. ~holly I replaced all your CSS

[css-d] Space between Border and Padding

2008-07-22 Thread Christopher
Hello, I would like to make a space around the border and the padding, is this possible ? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] Space between Border and Padding

2008-07-22 Thread David Laakso
Christopher wrote: Hello, I would like to make a space around the border and the padding, is this possible ? It is wearing thin, Christopher. -- A thin red line and a salmon-color ampersand forthcoming. http://chelseacreekstudio.com/

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

2008-07-22 Thread Jason Pruim
Hey tedd, the only I can add to this is there is a discussion going on right now on this on the web standards mailing list[1]. Might be worth looking into. [1]http://www.mail-archive.com/[EMAIL PROTECTED]/msg35787.html On Jul 21, 2008, at 8:04 PM, tedd wrote: Hi gang: Does anyone have

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Christopher
David Laakso wrote: Christopher wrote: Hello, I would like to make a space around the border and the padding, is this possible ? It is wearing thin, Christopher. ??? I decided to change some things, all I am asking is how to make a space between a border and the padding

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Bobby Jack
--- On Tue, 7/22/08, Christopher [EMAIL PROTECTED] wrote: From: Christopher [EMAIL PROTECTED] Subject: Re: [css-d] Space between Border and Padding To: css-d@lists.css-discuss.org Date: Tuesday, July 22, 2008, 3:46 PM David Laakso wrote: Christopher wrote: Hello, I would like to make a

Re: [css-d] Space between Border and Padding

2008-07-22 Thread David Laakso
Christopher wrote: David Laakso wrote: Christopher wrote: Hello, I would like to make a space around the border and the padding, is this possible ? It is wearing thin, Christopher. ??? I decided to change some things, all I am asking is how to make a space

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Christopher
I have tried almost everything, I just would like a space between the border and the padding so they don't touch. Bobby Jack wrote: --- On Tue, 7/22/08, Christopher [EMAIL PROTECTED] wrote: From: Christopher [EMAIL PROTECTED] Subject: Re: [css-d] Space between Border and Padding To:

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Rob Emenecker
I think there needs to be some clarification on the question. As it was worded, I would take it one of three ways. #1) To have a space that surrounds the combined area of the PADDING and the BORDER. #2) To have a space between the outside edge of the padding and the inside edge of the border.

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Bobby Jack
--- On Tue, 7/22/08, Christopher [EMAIL PROTECTED] wrote: I have tried almost everything, I just would like a space between the border and the padding so they don't touch. OK, the only motive I can possibly think for this is that you want two different background colours between the content

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Adam Ducker
Christopher wrote: I decided to change some things, all I am asking is how to make a space between a border and the padding In this instance there's only margin, border, padding on an element. Nothing in between really. http://www.w3.org/TR/REC-CSS2/box.html To adjust further you'd need to

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Rob Emenecker
I have tried almost everything, I just would like a space between the border and the padding so they don't touch. That won't happen with a simple padding and border construct. You would need to wrap your element in a DIV to achieve a nested double border, or border with gap between the

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Christopher
You see the box with the white border, at the top and bottom I would like a space between the dark blue box and the top and bottom white borders. http://www.walkfar.ca/productionsite9.html David Laakso wrote: Christopher wrote: David Laakso wrote: Christopher wrote:

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Christopher
You see the box with the white border, at the top and bottom I would like a space between the dark blue box and the top and bottom white borders. http://www.walkfar.ca/test/productionsite9.html http://www.walkfar.ca/productionsite9.html David Laakso wrote: Christopher wrote: David Laakso

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Bill Brown
Christopher wrote: I have tried almost everything, I just would like a space between the border and the padding so they don't touch. Hi Christopher, First off, please bottom post. It's very important to people who receive the digests of these emails that responses are placed below the

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Holly Bergevin
From: Christopher [EMAIL PROTECTED] I have tried almost everything, I just would like a space between the border and the padding so they don't touch. Sigh. I see you forgot how to bottom post. Christopher. In the scheme of building boxes with CSS, the border and the padding ARE right next to

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Christopher
Thank You everyone that does the trick, I get the space now :) Adam Ducker wrote: Christopher wrote: I decided to change some things, all I am asking is how to make a space between a border and the padding In this instance there's only margin, border, padding on an element.

[css-d] All the same color

2008-07-22 Thread Christopher
I know I'm doing something wrong, I have the following code: div id=flashbox div class=flashboxcolor id=flashboxborder2/div div class=flashboxcolor id=flashboxborder3/div /div Now what I am after is that each of the id all share the same color so when I apply lets say white to the

Re: [css-d] All the same color

2008-07-22 Thread Svend Tofte
2008/7/22 Christopher [EMAIL PROTECTED]: div id=flashbox div class=flashboxcolor id=flashboxborder2/div div class=flashboxcolor id=flashboxborder3/div /div Now what I am after is that each of the id all share the same color so when I apply lets say white to the flash box the other

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

2008-07-22 Thread bruce . somers
And for the sake of the list sanity and etiquette, PLEASE BOTTOM POST!!! http://en.wikipedia.org/wiki/Bottom_post Can someone please explain what is so great about bottom-posting? I find myself scrolling down through long columns of already familiar content, just to see whether the new

Re: [css-d] All the same color

2008-07-22 Thread Christopher
Svend Tofte wrote: 2008/7/22 Christopher [EMAIL PROTECTED]: div id=flashbox div class=flashboxcolor id=flashboxborder2/div div class=flashboxcolor id=flashboxborder3/div /div Now what I am after is that each of the id all share the same color so when I apply lets say white to

Re: [css-d] All the same color

2008-07-22 Thread Marshal Horn
are you sure they don't specify their own color? Try taking their ID attributes off and see if the text turns white. On Tue, Jul 22, 2008 at 8:45 AM, Christopher [EMAIL PROTECTED] wrote: Svend Tofte wrote: 2008/7/22 Christopher [EMAIL PROTECTED]: div id=flashbox div

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

2008-07-22 Thread Kevin Doyle
And for the sake of the list sanity and etiquette, PLEASE BOTTOM POST!!! http://en.wikipedia.org/wiki/Bottom_post Can someone please explain what is so great about bottom-posting? I find myself scrolling down through long columns of already familiar content, just to see whether the new

Re: [css-d] All the same color

2008-07-22 Thread Kevin Doyle
2008/7/22 Christopher [EMAIL PROTECTED]: div id=flashbox div class=flashboxcolor id=flashboxborder2/div div class=flashboxcolor id=flashboxborder3/div /div Now what I am after is that each of the id all share the same color so when I apply lets say white to the flash box the other

[css-d] Rounded Corners Problem - IE7

2008-07-22 Thread Jim McIntyre
[Apologies if this shows up on the list multiple times. I posted Friday, and again yesterday, from my work email address but nothing made it to the list. I'm trying from an alternate address now.] Hi folks, I'm working on this page:

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

2008-07-22 Thread David Laakso
Kevin Doyle wrote: And for the sake of the list sanity and etiquette, PLEASE BOTTOM POST!!! http://en.wikipedia.org/wiki/Bottom_post Can someone please explain what is so great about bottom-posting? I find myself scrolling down through long columns of already familiar content,

Re: [css-d] Why is my img padding margin collapsing in IE?

2008-07-22 Thread David Laakso
Hayden's Harness Attachment wrote: I miss placed the URL you gave me, however, I did save most of the code in http://www.choroideremia.org/new/crf_header.php. First of all I am confused why the OrangeRed background color sticks to the text Choroideremia Research Foundation Inc. and does not

Re: [css-d] Why is my img padding margin collapsing in IE?

2008-07-22 Thread French, Angela K (MHTG)
Regarding the font size, it could be an issue of your IE7 browser being set to display ClearType which I have found to be larger. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Laakso Sent: Tuesday, July 22, 2008 2:24 PM To: Hayden's Harness

Re: [css-d] All the same color

2008-07-22 Thread Christopher
I have removed the class but it's still happening, also do you know how to get rid of the space between the red horizontal bar and the yellow horizontal bar? (I know the page has some errors, those will be fixed) http://www.walkfar.ca/test/productionsite9.html are you sure they don't specify

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

2008-07-22 Thread Bill Brown
David Laakso wrote: Kevin Doyle wrote: And for the sake of the list sanity and etiquette, PLEASE BOTTOM POST!!! http://en.wikipedia.org/wiki/Bottom_post Can someone please explain what is so great about bottom-posting? Posting to a discussion list is different from normal email

[css-d] How do you measure a box element in pixels

2008-07-22 Thread Christopher
Anyone know how to measure a box element in pixels to get the height ? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

[css-d] Page Margin Problems

2008-07-22 Thread Christopher
How come when I move the .aboutmetxt padding the other paragraphs move too? and when I adjust the #aboutme margins the #flashbox margins move too? View here: http://www.walkfar.ca/test/productionsite9.html __ css-discuss [EMAIL

[css-d] Safari Menu Issue

2008-07-22 Thread Taryn Regish
Hi Everyone- I am working on a site that has a dropdown menu. I can get it to look ok, in most browsers, except I am having an issue with Safari. The link to the website is: http://wickedrun.com/sandbox/appleinn/ The stylesheet is available here:

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

2008-07-22 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] Safari Menu Issue

2008-07-22 Thread Adam Ducker
Taryn Regish wrote: I am working on a site that has a dropdown menu. ... The link to the website is: http://wickedrun.com/sandbox/appleinn/ In Safari, the dropdown menu displays in a horizontal line under the main navigation. I can't figure out why the menu works in IE6, IE7, Opera,

Re: [css-d] Safari Menu Issue

2008-07-22 Thread Taryn Regish
Well that worked, however, now the menu instead of being lined up along the right edge, is now moved to the left edge in both Opera and Safari. But the menu stayed in the same location on IE6 and Firefox. Any ideas? This works for me, setting a width on the UL element. I've had a similar

Re: [css-d] Safari Menu Issue

2008-07-22 Thread Adam Ducker
Taryn Regish wrote: Well that worked, however, now the menu instead of being lined up along the right edge, is now moved to the left edge in both Opera and Safari. But the menu stayed in the same location on IE6 and Firefox. Try setting an exact EM width instead of 100%. It seemed to be

[css-d] Margin Problems

2008-07-22 Thread Christopher
How come when I move the .aboutmetxt class margins the other paragraphs classes move too? And when I adjust the #aboutme margins the #flashbox margins move too, why is this? View here: http://www.walkfar.ca/test/productionsite9.html http://www.walkfar.ca/

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

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

[css-d] Body background image shifting in Firefox 3.01

2008-07-22 Thread RePost
I've noticed that my body background image is shifting about 1px to the left in Firefox 3.01 only, causing some white space to show on the left border. Has anyone else experienced a similar problem? This did not occur in previous versions of FF, or in any other browser. Site:

Re: [css-d] Body background image shifting in Firefox 3.01

2008-07-22 Thread Philippe Wittenbergh
On Jul 23, 2008, at 11:11 AM, RePost wrote: I've noticed that my body background image is shifting about 1px to the left in Firefox 3.01 only, causing some white space to show on the left border. Known Bug. https://bugzilla.mozilla.org/show_bug.cgi?id=446284 (it is actually a very old

Re: [css-d] Body background image shifting in Firefox 3.01

2008-07-22 Thread RePost
Thanks so much, Philippe. The follow-up, naturally, is, anybody got a hack or workaround? Philippe Wittenbergh wrote: Known Bug. https://bugzilla.mozilla.org/show_bug.cgi?id=446284 (it is actually a very old isue that has become more visible due to a checkin between Fx3.0 and Fx 3.01. In

Re: [css-d] Body background image shifting in Firefox 3.01

2008-07-22 Thread Philippe Wittenbergh
On Jul 23, 2008, at 11:39 AM, RePost wrote: Thanks so much, Philippe. The follow-up, naturally, is, anybody got a hack or workaround? Philippe Wittenbergh wrote: Known Bug. https://bugzilla.mozilla.org/show_bug.cgi?id=446284 (it is actually a very old isue that has become more visible

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

2008-07-22 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.

[css-d] classes moving

2008-07-22 Thread Christopher
I'm having a problem, when I move the about me class it also moves the paragraphs below it which I don't want to occur. If you look at the page you'll see the about me and then the paragraphs when I move the about me text the paragraphs move too. Also I'm trying to get the contact with email

Re: [css-d] Body background image shifting in Firefox 3.01

2008-07-22 Thread RePost
Philippe Wittenbergh wrote: A quick fix that works with some test pages here: wrap all of your contents in a div and attach the background-image to that div. The problem with that is, I designed the body background image to display the shadow border that extends to the right and left

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

2008-07-22 Thread Alan Gresley
Carol Huddleston wrote: 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] Safari Menu Issue

2008-07-22 Thread Alan Gresley
Taryn Regish wrote: Well that worked, however, now the menu instead of being lined up along the right edge, is now moved to the left edge in both Opera and Safari. But the menu stayed in the same location on IE6 and Firefox. Any ideas? Yes, your using Stu Nichols nested list drop down