Re: [css-d] auto width td's

2005-05-14 Thread Justin Patrin
On 5/13/05, Scott Haneda [EMAIL PROTECTED] wrote: I have tabular data: table tr tdfoo/td tdfoo/td tr /table The tr... /tr parts repeat a few times, but anyway, I want them to just snug up against the type in them, which I can not seem to make happen, whereas a

Re: [css-d] IE6 in standards compliant mode + iframes = extra 2 pixel 'padding'

2005-05-14 Thread Ingo Chao
Adrian Yee schrieb: ... I've been updating my wysiwyg editor to use standards compliant html. One of the things I've run into is that IE6 in standards compliant mode is adding a 2 pixel 'padding' on the right and bottom between the CSS border of the iframe and the contents of the iframe. ...

Re: [css-d] Head Scratchers

2005-05-14 Thread Ingo Chao
Frank McClung schrieb: I'm new to CSS, so please forgive these very simple questions. It's not as simple as mentioned. 2. #nextstep and #ebay are correct in Firefox, but the #submast background image is still covered up. Correct the 'ddd' typos: paddding: 0px; in your stylesheet. You should

Re: [css-d] hover makes previous list mysteriously dissapear in IE 6.0

2005-05-14 Thread Ingo Chao
Uwe Kaiser schrieb: This should help: dl a:hover { background: transparent;} == change here /* Without background here, dl a:hover dt {background: value;} will not funktion at all. */ dl a:hover dt {background: #FFF; } == add this or just dl a:hover { background:1%;} Ingo

[css-d] Site check and disappearing dt

2005-05-14 Thread Scott Hamm
Here is my first public site: http://www.firstbaptistchurchofmilford.org/index.php There is no contents in Home Page, but please check other links. It looks good in FF, but Pastor's image disappeared in Meet Our Pastor page. I tried to fix with no avail. How do I get around to it? --

RE: [css-d] Space below left nav

2005-05-14 Thread Rutgers
Thanks, your suggestion worked as prescribed! Ian -Original Message- From: Uwe Kaiser [mailto:[EMAIL PROTECTED] Sent: May 13, 2005 11:19 PM To: Rutgers Subject: Re: [css-d] Space below left nav Hi Rutgers, The solutuion with background-image will function only, if the left navigation

Re: [css-d] Style rule based upon ID and Class?

2005-05-14 Thread jack fredricks
as the others have said, but keep this in mind; the ID selector has higher specificity. This means that if you have these two conflicting rules; #explorer {border:1px RED solid;} and .explorer {border:1px BLUE solid;} the border of the div will be RED.

[css-d] I just do not understand style sheets.

2005-05-14 Thread Arnie Shafer
Can someone explain how a web site , using only one external style sheet, and all of the pages using a common template could render different displays. There should be a 4px border around the Page-title. on most pages it is there on at least one it is not there. Also, on several pages, the

Re: [css-d] I just do not understand style sheets.

2005-05-14 Thread jack fredricks
1. have you validated your CSS? 2. have you validated all of your pages (html)? you really shouldnt have to do this; div id=page-title h1Casper Shafer's Family in America br / Home Page/h1 /div!-- PAGE TITLES -- as h1Casper Shafer's Family in America br / Home Page/h1

Re: [css-d] I just do not understand style sheets.

2005-05-14 Thread Roger Roelofs
Arnie, On May 14, 2005, at 7:54 PM, Arnie Shafer wrote: Can someone explain how a web site , using only one external style sheet, and all of the pages using a common template could render different displays. There should be a 4px border around the Page-title. on most pages it is there on at

Re: [css-d] I just do not understand style sheets.

2005-05-14 Thread Arnie Shafer
Thanks Jack, I had made some recent changes (which were all invalid). I withdraw my request for help until I get them all fixed. It will take some time. Arnie - Original Message - From: jack fredricks [EMAIL PROTECTED] To: Arnie Shafer [EMAIL PROTECTED] Cc: css-d list

Re: [css-d] I just do not understand style sheets.

2005-05-14 Thread Arnie Shafer
Thanks Callum. I am going blind. Arnie - Original Message - From: Callum Mcleod [EMAIL PROTECTED] To: Arnie Shafer [EMAIL PROTECTED] Sent: Saturday, May 14, 2005 9:24 PM Subject: Re: [css-d] I just do not understand style sheets. On the home page (no border showing), this is due to

RE: [css-d] Head Scratchers

2005-05-14 Thread Frank McClung
Ingo. Thanks so much for fixing the IE doubled margin issue and moving #submast up to where it should be. I've felt a bit lost in the sea of CSS hacks (I'm trying to resist the urge to go back to tables!). CSS-Discuss is the only thing keeping me from drowning! Still have 2 issues with this page:

RE: [css-d] Head Scratchers

2005-05-14 Thread Frank McClung
Cancel that last request on why #submast wasn't showing the background url...bad path. All is well...for now! Thanks. / Frank -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ingo Chao Sent: Saturday, May 14, 2005 7:36 AM To: [EMAIL PROTECTED] Cc: