but that it is not yet implemented.
So, sometimes I hit the "send" button a little too soon.
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://cs
eans that, for a given element, the property takes
the same computed value as the property for the element's parent."
HTH,
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/c
n to move the ID, or did you just replace it, like so:
If this last is true, your selector should be this:
* html>body #hNav dd
So you see, it is hard to give you a straight answer unless we see
the markup, too.
HTH,
-Adam Kuehn
_
uot;, and your second selector is not getting applied.
Try using .stats td.calign as your selector, instead. This has
specificity of 0,0,2,1 and should therefore solve your problem
(assuming I have understood the issue correctly).
1. &
patch to fix that.
Meanwhile, it is probably OT for the list, except to note that the
default is likely to give an unexpected result here and there.
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/
han
"Reply-To". I don't think Gmail's interface allows that. So the
short answer is that you'll need to hit reply to all.
Please see
<http://css-discuss.incutio.com/?page=CssDiscussListHeaders> for more
information as to why the l
lared in the markup, the browser is treating it as an intrinsic
width. The browser is therefore expanding the table beyond its
declared width to accommodate the intrinsic content width plus the
border. Declare the image width to be 722px, and it should line up.
HTH,
vel or too deep, you probably need to rethink your
design, anyway. Font-size should be set sparingly.
HTH,
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- htt
then you will be forced to use classes. There is no way
currently in CSS to do something to a parent (or the sibling of a
parent) based on the child.
HTH,
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/
on the page?
I am aware of no reliable way to neutralize this behavior in CSS. Sorry,
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio
is, but just for purposes of the
archive, he wrote this exactly backwards. IE/Mac FAILS to read URLs
enclosed by SINGLE quotes. It DOES read URLs enclosed with
double-quotes or no quotes at all.
HTH,
-Adam Kuehn
__
cs
the reset the text-align value for child
elements that need a different value.)
HTH,
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.
allow the header div to grow with text resizing.
This way you can also avoid IE hacking.
HTH,
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://c
dcoded) counter out
of the normal block box. You may have to tweak some margin/padding
values on the list and list items to make all browsers display the same.
>Thanks for thinking about it, though.
You're welcome.
1. <http://www.w3
nd
just hardcode it into the HTML, setting the list-style-type to
none. I don't know of any other practical way to do what you are asking.
HTH,
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailma
ight be
one way to help the community. In any case, since we know that
line-height: 2; is correct, I would argue that there is no need
whatever to make the validator happy. It is a tool to help you, and
you should feel free to ignore it whenever you are certain it
nt manner?
You can't put conditional comments directly into a stylesheet at
all. Typically, they are used to serve up a link to an independent
IE-only stylesheet, like this:
Note that the conditional comments do not appear inside a style
block, but are used directly in the
e sure to
document that you are testing IE7 *beta 2*. That way as Microsoft
releases updated beta versions, we will have our bug reports properly
catalogued by applicable version, and can delete any reports of
issues they fix (or can update the entries if the fixes are only partial).
Thanks
ere is no way to "uninherit" or "zero out"
a property value. Once a property has a value, you need to
explicitly override that value.
I don't know if that makes a difference to you or not, but I wanted
to note it since there are times when this can be an issue
(espe
uot;block" and therefor don't take up 100% width.
If they are links, inline display means they are not clickable over
the entire width and height; only the text itself can be
clicked. Floating links are clickable anywhere. On the
you overlooked a possible problem. See
the code validation page on the Wiki for more info.
HTH,
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-d
d be:
item1
item2
item2a
I'm guessing that will fix most if not all of your problems. If it
is any consolation, this is an easy and quite common mistake. The
validator is your friend.
HTH,
-Adam Kuehn
_
he right is hidden. But this behavior, too, is identical
in both browsers. What differences do you see? Perhaps you might
post a complete page, in case something else is interfering.
-Adam Kuehn
__
css-discuss [EMAIL PROTECT
declarations in the stylesheet, the import statement
must precede them.
1. <http://www.w3.org/TR/CSS21/syndata.html#at-rules>
HTH,
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/lis
hich apply here, as
well. You have many font-size declarations scattered throughout your
stylesheet. In general, you should be careful not to over-declare
your fonts, especially with chained selectors, as you have done
here. I didn't specifically check your second example, but I
me reason why you cannot use a table,
you could float each item to the left. The floated times would get
text-align: right, and the floated descriptions would get text-align:
left. Each floated time would also need clear: left applied. Apply
widths, padding, and margins as needed.
But do co
ything conflicting, or you have coincidentally over-ridden the bad effects.
HTH,
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
t of properties you can use to
trigger the redraw in IE/Win:
<http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp>.
HTH,
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/m
oth classes. Zoe's method will
apply the rule to any element with *either* class in all
browsers. That is probably not what you want.
FWIW, support for multiple class selectors is supposedly on the fix
list for IE7.
HTH,
-Adam Kuehn
__
Philippe Wittenbergh wrote:
>On 10 Jan 2006, at 3:21 am, Adam Kuehn wrote:
>
> >>> [1] http://www.littleandreid.com/mentaidyn/about
> >>>
> >>>
> >>> Home
> >>> >>> id="menu_about">About
> >>> [-
At 02:56 PM 1/9/2006, Adam Kuehn wrote:
>At 02:11 PM 1/9/2006, CJ Larson wrote:
>> > > > id="menu_about">About
>> >
>> > Note we have just changed the class="active" to id="active". Your
>> > global CSS file would the
ive {background-color: foo;}
>
>One note about this: now he has two IDs instead of one ID and one
>class.
Which is, of course, perfectly valid. There is nothing wrong with
attaching two IDs to a single element, so long as the attribute
values are unique within the document.
-Adam K
s your selector a whole level of
specificity higher. See
<http://www.w3.org/TR/CSS21/cascade.html#specificity> for more information.
There is at least one CMS system that doesn't like to generate
elements with ID attributes. However, that is a flaw with the CMS,
not with this use of
7;t, and it is worth noting
the correction for users searching the archives.
HTH,
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
ke it best for
you. Read and decide for yourself.
Good luck,
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
till need the full URL to avoid quirks mode,
deductions from the Microsoft pages notwithstanding.
QED.
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-di
r HTML4.01 or XHTML1.0, and if [there is
>nothing - not even whitespace] preceding the doctype, then IE6 will
>render in "standards-compliant" mode.
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-di
h progressive rendering (i.e. speed) in mind. There
are a few CSS3 properties that may have more significant effects, but
for now, if browsers support it, it is probably fast enough not to
make much difference.
Mind you, this is anecdotal and somewhat speculative. I know of no
formal testin
any case, this particular issue is largely a matter of choice, and
either way is not clearly better than the other. Personally, I use
both methods from time to time, depending on the particular context.
-Adam Kuehn
__
css-
I can do that pretty well all by myself.)
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
the row if you
had some rows which you wanted to style differently from other rows
in the same table. The way you chose will distinguish "tclass"
tables from other tables which don't have the class, but will
otherwise style all the rows within each "tclas
while display: table-cell and
its siblings could be useful in certain places in the real world,
they actually aren't, simply because the vast majority of the
population uses a browser that doesn't support those values. Maybe soon.
-Adam Kuehn
__
perhaps they won't count for you. Do them, anyway. :-)
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
w quickly one can learn that way.
Positioning in CSS is a "problem" in the sense that it is the
steepest part of the CSS learning curve. But if you hang in there,
you'll be able to do everything you could with tables
. See
<http://css-discuss.incutio.com/?page=ClassesVsIds>. It is worth
your time to just browse the Wiki for awhile. For the situation you
describe, either will work, but the ID is definitely more
specific. See <http://www.w3.org/TR/CSS21/cascade.html#specificity>
for the details
rom the text, and probably
the most desirable in actual practice.
Is that clear as mud?
-Adam Kuehn
Durham, NC
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
k anything concrete has made
it into the draft specs, yet, and I'm certain nothing useful is
supported by actual browsers at this time.
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.or
ion, Philippe.
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
make IE happy, you will need to declare a width on the float.
HTH,
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
discuss.org/policies.html>. Let's keep the posting
civil, please.
Thank you,
-Adam Kuehn
CSS-D List Moderator
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ
user, and
> > neither is the bytes used (wasted?) on transmitting it.
>
>To wrap up:
>http://www.kuro5hin.org/story/2004/2/15/71552/7795
And let's really have that be a wrap on this off-topic thread, please.
Thanks,
-Adam Kuehn
CSS-D List Moderator
___
ure "ideal" font, a
reasonably generic specific fall-back, and you'll add the really
generic fall-back. That part is done completely correctly, even if
the named fonts are quite different. The trick is in making a
flexible layout that accommodates this way of doing business.
ing things up will fix the problem. On the other hand, if I
clean up after things are working, occasionally something will break.
As a general method of working, I find it is best to keep things
ordered as I go along.
HTH,
--
-Adam Kuehn
_
y css on these issues. I'm inclined to ignore these issues
with the validator, but at some point I'm going to have to explain to my
bosses exactly WHY the code doesn't validate and why that's ok.
Just to reiterate, the code DOES validate, which should go a long way
toward
mething could go wrong that can't be mechanically
checked. If a human check shows everything is fine, the warnings can
be safely ignored.
If there is some other reason for having all those inherits in there,
hopefully Phillipe's pages will suggest s
doesn't work for some reason, post the URL to the forum and
we can take a closer look to see if something is interfering.
HTH,
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
ie-in with
CSS does not make this thread germane to the list mission. The
thread should still come to an end, please.
Thanks,
--
-Adam Kuehn
CSS-D List Moderator
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/ma
mailing list. Please send your
responses to Trevor off-list, and feel free to continue your
discussions there. There should be no more posts on this topic
hitting the list.
Thanks,
--
-Adam Kuehn
CSS-D List Moderator
__
css
to have a vendor implement a
spec-in-progress to prove that the spec itself is intelligible and
implementable. That helps the whole community. Once the spec
stabilizes, the vendor can simply remove the prefix.
Mozilla is doing this in exactly the correct way.
--
-
n of the spec carefully. It is very important
to understanding how CSS works.
HTH,
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
s others have
suggested.
Sorry there is no easy answer for this particular problem.
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incu
class or use some
kind of contextual selector to single out the ones you want. The
most practical solution will depend on your specific situation. If
you can provide some more details (best: provide a URL), we could
express more definite opinions as to the best method.
--
-Adam Kuehn
1/cascade.html#specificity>
Good luck,
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
ound: none;
}
HTH,
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
ot that's a "good" thing to do) then this is the place for you.
Thanks,
--
-Adam Kuehn
CSS-D List Moderator
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- htt
color: #039; border-bottom: 1px solid #039;}
Add the following to your specific rule for the navigation:
ul#main-nav li a {
border-bottom: none;
}
I believe that should take care of it, but let me know if not.
HTH,
--
-Adam
TW, I'd remove those tags, too. Use bottom margin or padding
to get the spacing you need.
HTH,
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discu
ead off-list now,
please, and spare our servers the extra load. Michael summed up the
thread arguments pretty well, and unless someone has some other
practical application aspect that applies and has not yet been
mentioned, everyone should probably be willing to leave it there.
Thanks,
--
-A
lements in between the classed divs (arbitrary
text nodes would be OK, but not actual elements). We don't know the
full layout, so this method may or may not be suitable for Grillo's
needs.
Having said all that, I agree with Sam that the best method (and
probably the only cross-browser m
MPUTED value of a
line-height to inherit should you use a unit
value. Using units on line-heights is a very
common way to break a website.
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listin
syndata.html#value-def-length>
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
tor with .photoBlock will always apply, regardless of
cource order.
HTH,
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
particular page and make sure.
More information is available on the Wiki:
<http://css-discuss.incutio.com/?page=CodeValidation>.
HTH,
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/li
installed
on this browser? That is usually where unexplained bits of yellow
background come from. Disable auto-fill, and that should take care
of it.
HTH,
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css
times it doesn't matter so much.
Incidentally, if they are not floated, the clear is irrelevant unless
there are preceding floats. The ability to clear can be another
advantage or disadvantage of floating, depending on the layout.
HTH,
--
-
your particular project, them the explicit assignment of
the "auto" value would certainly be a fine idea and in any case will
not harm the display in newer browsers.
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
htt
filters to use
for this purpose, see the Wiki.)
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org --
indeed smart enough to set and send correct caching
headers with the files, so your server won't have to pre-process
every CSS call but will update when you change the contents of the
PHP files. Very slick.
--
-Adam Kuehn
_
27;t mind using hacks (see
the Wiki), you can set the min-height, and then feed a height value
only to IE/Win. That should make IE do what you want, too.
Good luck,
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.
Scott Glasgow wrote:
Adam Kuehn wrote:
Scott Glasgow wrote:
If I hit Reply All, it does go to the list, but sends a separate
copy to the sender (which can be annoying to the recipient, I would
imagine). [...]
This page was written for you:
<http://css-discuss.incutio.com/?p
t;Avoid duplicate copies
of messages?" Set this to "Yes" if you are one of those people who
would be annoyed by getting both a list copy and a personal copy of a
Reply To All message.
Now all should be right with the world.
Presented as a public service,
--
on Al at all. It's just that this topic has been known
to reach Holy War status. I'd rather not see that on the list. Very
messy.
Thanks,
--
-Adam Kuehn
CSS-D List Moderator
__
css-discuss [EMAIL PROTECTED]
htt
you want in some other way. I don't have
IE to play with right now, but perhaps someone else knows a solution
for that browser off the top of their head.
Good luck,
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http:
y see cross-posts. If you
really need to post to more than one list, send a completely separate
message to each.
Thanks,
--
-Adam Kuehn
CSS-D List Moderator
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/ma
f questions, for those who don't want to wait for an answer on
the list.
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incuti
e may be a JavaScript way to read the
default style on and then apply them to the header. That's out
of scope for this list, however.
Good luck,
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailm
specific site, IE/Mac may well not
be worth the trouble.
Good luck,
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported
ts based on the readonly attribute?
In IE with only CSS? No. As you noted, you can do it with CSS if
you add classes, and you can also use Javascript. But as of now, IE
does not accept attribute selectors.
Sorry,
--
-Adam Kuehn
___
testing on other Mac browsers (Opera 7.54,
Safari 2.0, and IE 5.2), none of them display the
cut-off bug, but none transmutes the "ß"
character to "SS", either. Damned if you do,
damned if you don't, it seems.
--
-Adam Kuehn
__
ou want.
Your call as to whether or not that method offends your
sensibilities. Some people really hate doing it that way, but it
does work.
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/li
Sam Brown wrote:
--- Adam Kuehn <[EMAIL PROTECTED]> wrote:
Are there comments
in your style sheet? If so, remove them and the
problem should go
away.
Note, this bug is triggered by comments in the HTML
(between floated elements), not by comments in the
style sheet.
Yes, that
ain place to go when you are looking for an IE
bug.
Good luck,
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
this kind of error is to validate your code before posting. See
<http://css-discuss.incutio.com/?page=CodeValidation> for more on
that subject.
Good luck,
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-dis
ll get you pointed in the right direction.
--
-Adam Kuehn
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
master/redesign/
I explicitly deny being smarter than you, but I do have some
experience with IE/Mac, which does not like URLs enclosed in single
quotes. Use no quotes or double quotes in your image URLs, and
everything will work just fine.
Nice site, BTW.
ution.
The list marker uses the same styling as the list item, but you need
to make them different. The only way to do that is to add an
enclosing element (such as a span) for the list item contents.
Sorry about that,
--
-Adam
button.
That is all,
--
-Adam Kuehn
CSS-D List Moderator
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
ome other behavioral language) to discover the
EPL and assign it as a z-index value.
In any case, since we're talking about stuff that isn't even drafted,
yet, let alone implemented, perhaps we should take this off-list.
--
-Adam Kuehn
to go with that. I
don't even see that what you are asking for is even in any of the
CSS3 drafts, although the Presentation Levels module comes closest.
Without "decrement", though, you'd still need to explicitly de
ar Windows user. If you are careful, you
should be fine.
1. I intentionally am not discussing whether or not that is a good
practice. That's a personal decision not particularly relevant to
the list.
Good luck,
--
-Adam Kuehn
___
1 - 100 of 128 matches
Mail list logo