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. -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: css-d@lists.

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] 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 du

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" Sent: Satu

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 lea

[css-d] Underneath Box Problem in IE

2005-05-14 Thread Arthur Dodd
Hey everyone, I'm using images to round corners of boxes and in IE there is an extra solid bar between the boxes, using the background color from the contents of the box. It doesn't happen in Firefox. Please take a look and let me know if you see any probs I need to change. I'm stumped here. 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; Casper Shafer's Family in America Home Page as Casper Shafer's Family in America Home Page will do. Both DIVs and H1s are block level elements. _

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

2005-05-14 Thread Schalk Neethling
Arnie I may be misunderstanding your question but, for it is worth, check out the CSS ZenGarden[http://www.csszengarden.com/]. Here the same XHTML document gets 'skinned' by one external style sheet to achieve a bunch of different layout and look and feel results. Arnie Shafer wrote: Can someon

[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 page

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. _

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

[css-d] EM vs % values for padding/margin and width

2005-05-14 Thread Leo Smith
Hi Folks, When using EM values for font sizes, it seems optimal to then use EM values for any margin-top, padding-top, margin-bottom, or padding-bottom values for the content elements (p, ul, ol, etc). This way, when text is resized, the vertical distance between content elements increases prop

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

2005-05-14 Thread Steve Clason
On 5/14/2005 3:05 PM Jeff Chastain wrote: Maybe a dumb question, but is it possible and if so, what would it look like to write a style rule that is based upon the combination of an id and class value on one tag? For example, I would like to see the following two tags styled differently ...

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

2005-05-14 Thread Gunlaug Sørtun
Jeff Chastain wrote: ... I would like to do it as above so that some shared styles could be done based upon the ID and the differences between the two divs could be done based upon the class. It will work just fine as you have described it. regards Georg -- http://www.gunlaug.no _

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

2005-05-14 Thread Adrian Yee
Hi Ingo, > uh, nested iframes, contenteditable=true, IE6, script pop-ups, hmm, did > you say you cannot omit that? ;) hehe, yeah I forgot to mention how those were related to the test. :) > Funny is the white gap you encountered is related to the > border-width: Interesting, never thought of c

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

2005-05-14 Thread Jeff Chastain
Maybe a dumb question, but is it possible and if so, what would it look like to write a style rule that is based upon the combination of an id and class value on one tag? For example, I would like to see the following two tags styled differently ... Is this possible, or do I just need to s

Re: [css-d] Site check and disappearing dt

2005-05-14 Thread David Laakso
On Sat, 14 May 2005 12:32:10 -0400, Scott Hamm <[EMAIL PROTECTED]> wrote: 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" pag

[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? -- Pow

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 _

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 Uwe Kaiser
ephi schrieb: In order to understand what was happening, I changed the background color to black. And voila, there's an extra top spaces (perhaps padding) that I don't know how it got there. This should help: dl a:hover { background: transparent;} <<<== change here /* Without background here,

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. ... http

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

2005-05-14 Thread Roman Rudenko
On Fri, 13 May 2005 22:27:23 -0700, ephi <[EMAIL PROTECTED]> wrote: I'm using the "Pure CSS PopUp" technique, and end up with strange things happens when I hover over the menu, the upper menu dissapears. (see here: http://ephi.f2o.org/sementara/white.html) In order to understand what was happeni

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

2005-05-14 Thread Ingo Chao
ephi schrieb: ... http://ephi.f2o.org/sementara/white.html ... In order to understand what was happening, I changed the background color to black. And voila, there's an extra top spaces (perhaps padding) that I don't know how it got there. Can any of you help me? Just some explanations or pointin

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: > > > foo > foo > > > > 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 > normal html ta