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.
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:
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
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
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
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
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.
_
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
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
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.
_
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
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
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 ...
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
_
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
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
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
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
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
_
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
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,
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
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
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
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
25 matches
Mail list logo