Re: [css-d] ie-- spacing of vertically stacked letters

2006-08-18 Thread Uwe Kaiser
condary h4.c2, #secondary h4.c3 { ... } > Seeking fix for ie or 55 gallon drum of aspirin. > Thanks. > ~dL > Hi David, I looks as the "O" of MORE is a minimum to wide to fit. At the first glance I'd say, to widen the "H4" from 1em to 1.1em or 1.15em should do th

[css-d] MSIE 4/PC and display:inline

2006-08-14 Thread Uwe Kaiser
moin, moin I'd appreciate if someone could point out, how to persuade MSIE 4/PC to display an unordered list horizontally. Even NS 4 is able to understand an "li {display: inline}". thanks in advance, Uwe Kaiser -- ___

[css-d] Firefox and "del" and "ins"

2006-07-31 Thread Uwe Kaiser
to me why FF behaves this way, please. Thanks in advance, Uwe Kaiser [1] These two elements [del/ins] are unusual for HTML in that they may serve as either block-level or inline elements (but not both). They may contain one or more words within a paragraph or contain one or more block-level

Re: [css-d] problem with horizontal tabbed menu - IE

2006-07-28 Thread Uwe Kaiser
incutio.com/?page=ListTabs Another good starting point is: http://www.d.umn.edu/itss/support/Training/Online/webdesign/ and there: "Cascading Style Sheets" http://www.d.umn.edu/itss/support/Training/Online/webdesign/css.html As an alternative you could feed google with: "css l

Re: [css-d] List in IE

2006-07-26 Thread Uwe Kaiser
left margin of 0px, MSIE/PC won't display the bullets, I guess. < http://meyerweb.com/eric/css/list-indent.html > Regards, Uwe Kaiser -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

[css-d] Firefox and generated content

2006-07-09 Thread Uwe Kaiser
Is this a known bug, or has anybody noticed this behavior already? Thanks, Uwe Kaiser __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7

[css-d] IE 7 : combining dynamic pseudo-classes

2006-06-04 Thread Uwe Kaiser
@beta tester Does anybody know, whether MSIE 7 is supporting the following CSS? a:link {color: blue} a:hover {color: red} a:visited {color: gray} a:visited:hover {color: black} <== supported or not? Yours, sincerely Uwe Kai

Re: [css-d] Div with text, vertical align, again.. {BUMP}

2006-05-27 Thread Uwe Kaiser
On 27.05.2006 10:20, Uwe Kaiser wrote: > On 26.05.2006 22:32, Scott Haneda wrote: > >>> I have read every vertical align thing out there, setting to table >>> display >>> is not something I am into: >>> >>> <http://www.newgeo.com/web/css/ni

Re: [css-d] Div with text, vertical align, again.. {BUMP}

2006-05-27 Thread Uwe Kaiser
dding-left: 10px; /* background: #315563; */ top: 12px; margin-top: -0.6em; /* value is corresponding with the line-height of 1.2 in this case. */ } dasdas |d dasdas Regards, Uwe Kaiser _

Re: [css-d] site check please

2006-04-14 Thread Uwe Kaiser
ument typ declaration as it 'text/html' is. http://www.experts-exchange.com/Web/Web_Languages/JavaScript/Q_20483232.html http://www.xml.com/pub/a/2003/03/19/dive-into-xml.html http://ln.hixie.ch/?start=1091626816&count=1 Furthermore it is not al

Re: [css-d] floating column and background

2006-04-13 Thread Uwe Kaiser
an adequate parent element, for instance. Regards, Uwe Kaiser __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -

Re: [css-d] - width being ignored

2006-03-18 Thread Uwe Kaiser
reason is, that the specification of CSS2.1 define it this way: http://www.w3.org/TR/2005/WD-CSS21-20050613/visudet.html#the-width-property http://www.w3.org/TR/2005/WD-CSS21-20050613/visufx.html regards, Uwe Kaiser _

[css-d] character box and glyph's hight

2006-02-17 Thread Uwe Kaiser
ormation about which browser in combination with which font is using the maximum ascenders and descenders for content area. The only font with really tall ascenders and descenders I know, is Zapfino. < http://www.linotype.com/1175/

Re: [css-d] Doctype and CSS

2006-01-17 Thread Uwe Kaiser
http://slashdot.org/~Quantum%20Jim/journal/111067 > I hope, that hepls a bit. Uwe Kaiser __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ S

Re: [css-d] css & fonts

2006-01-06 Thread Uwe Kaiser
f the background. I agree with you by 99.9% ... since I never use to agree by 100% ;-) Best Uwe Kaiser __ 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/

Re: [css-d] css & fonts

2006-01-06 Thread Uwe Kaiser
ment it is relative to the default font size of the user's system. Since MSIE/PC is working internally in points, it's default font size is always 12pt. 12 points could be 12 pixels as well as 20 pixels. Regards, Uwe Kaiser __

Re: [css-d] getting images to vertical align center with lists

2006-01-02 Thread Uwe Kaiser
fox will align them at the text base/bottom approximately. With IE > they're rather high. > In order to get more control, you should consider to use a background-image instead of bullets. < http://css.maxdesign.com.au/listutorial/

Re: [css-d] height 100% not working?

2006-01-01 Thread Uwe Kaiser
et a min-height of 100%, instead. > > > A second problem is that IE doesn't show the style sheet at all. As long as you are using a syntax to filter MSIE, you won't get another result. < http://www.dithered.com/css_filters/css_only/index.php > Regards, Uwe Kaiser __

Re: [css-d] Double Margin Bug in WinIE

2005-12-28 Thread Uwe Kaiser
: 5px; margin: 0; font-size: .9em;<=== remove this [1] background-color: #fff; border:#A1A4AA 1px solid; } [1] Set a font size to #sidebar instead, if you need. Best, Uwe Kaiser P.S. I'm working since a couple of months with WP and I've had th

Re: [css-d] Content not centering in IE

2005-12-26 Thread Uwe Kaiser
Thanks! > > Debbie On the foot of every posting you can see the following link to the FAQ: List wiki/FAQ -- http://css-discuss.incutio.com/ And there: Tips & Tricks # CenteringBlockElement - how to center a block element Regards, Uwe Kaiser ___

Re: [css-d] Box Model

2005-12-21 Thread Uwe Kaiser
ra 8/9 is missing): < http://hsivonen.iki.fi/doctype/ > The minimum to switch browsers to Compat1 in (X)HTML is: Regards, Uwe Kaiser __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/c

Re: [css-d] Headings sometimes not working in Firefox

2005-12-20 Thread Uwe Kaiser
es bigger than normal text size. Regards, Uwe Kaiser __ 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/

Re: [css-d] Blocks wrapping

2005-12-19 Thread Uwe Kaiser
a more serious explanation, take a look at: < http://css.maxdesign.com.au/listamatic/about-boxmodel.htm > To avoid such problems in the future, don't use left and right paddings on an containing block with a fixed width, and use left and right ma

Re: [css-d] em or % in width

2005-11-28 Thread Uwe Kaiser
developer uses *EM or %* for font-sizing, because MSIE is working intern in points and not in pixels, as the others do. Regards, Uwe Kaiser __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] em or % in width

2005-11-28 Thread Uwe Kaiser
sing 120 DPI as a standard logical resolution on their laptops, when the installed OS is XP. Or they are using a feature of MSIE 6 [1] which often results in ugly graphics. We have had a discussion about it here on css-d already. [1] <http://msdn.microsoft.com/workshop/author/dhtml/overvi

Re: [css-d] TEXTAREA wrap="off" - a CSS alternative?

2005-11-27 Thread Uwe Kaiser
lines -- is there any way > around this problem other than to use a depreciated rule? > An alternative could be to use Javascript in order to insert 'wrap=off' via a 'node'. You could keep clean your markup this way. Regards, Uwe Kaiser ___

Re: [css-d] minimum height proporty

2005-11-20 Thread Uwe Kaiser
help you getting your goal. #middle { min-height: 450px; height: auto !important; height: 450px; } MSIE/PC will apply the 450px height. Other browsers understand !important (including IE/Mac) and will apply auto height instead. Regards, Uwe Kaiser _

Re: [css-d] media="screen, projection"

2005-10-08 Thread Uwe Kaiser
is correct. Regards, Uwe Kaiser __ 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

Re: [css-d] Vertically aligning image and text

2005-09-30 Thread Uwe Kaiser
On 30.09.2005 04:55, JJ wrote: I need to display a map legend. This consists of a vertical list of images with a text explanation (never more than a few words) immediately to the right of each image. What is best way to display the image (26px tall) and then the text (about 12px tall) on the

Re: [css-d] Borders on link in focus

2005-09-08 Thread Uwe Kaiser
this effect? We have had this topic of discussion about four weeks ago. < http://archivist.incutio.com/viewlist/css-discuss/61474 > For MSIE, there is another way to style the dotted border, but I just can't remember how. Rega

OFF-LIST RE: [css-d] styling the label

2005-09-04 Thread Uwe Kaiser
nless you float it. I uploaded a simple example file that demonstrates it. In this example I used the border-top to keep the text centered vertically if one changes the font-size. < http://www.kriton.de/TEST/_Formular.html > Regards,

Re: [css-d] A way to force overflow in one direction only

2005-08-26 Thread Uwe Kaiser
scrollbars should appear. Reference: http://www.xulplanet.com/references/elemref/ref_StyleProperties.html http://www.communitymx.com/content/article.cfm?cid=528A0 I don't think that Safari or Opera is supporting any equivalent. Regards, Uwe K

Re: [css-d] Absolute Position Problem with IE

2005-08-25 Thread Uwe Kaiser
;left: 0;" to the positioned Menu should do the job. Regards, Uwe Kaiser -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

Re: [css-d] A Firefox 1.0.6, Opera 8.02, Netscape 8.0.3.3 - 2 MINOR problems

2005-08-12 Thread Uwe Kaiser
hen I increase the font size, or use a minimum font size of 22px (16pt in IE6, respectively). B.t.w., most destroyed it looks in IE6. _That's_ your problem. Regards, Uwe Kaiser -- __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Firefox issue - Link outline on click

2005-08-09 Thread Uwe Kaiser
Hi, Philippe Many thanks for the suggestion. About one year ago I was searching for a solution to visually eliminate the outline-box, too. But I couldn't find a satisfying one :( But now, it seems to became a nice day, today :-) Uwe Kaiser Philippe Wittenbergh schrieb: On 9 Aug

Re: [css-d] Force rollover background image reload

2005-08-08 Thread Uwe Kaiser
need to use a server side scripting language (i.e. PHP, ASP). The trick is, to rename the GIFF randomly, and to load every time the same image, but with another name. Regards, Uwe Kaiser -- __ css-discuss [EMAIL PROTECTED]

Re: [css-d] problem with layout on dell

2005-08-05 Thread Uwe Kaiser
://msdn.microsoft.com/workshop/author/dhtml/overview/highdpi.asp Regards, Uwe Kaiser -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/

Re: [css-d] hacks in IE7 ?

2005-08-04 Thread Uwe Kaiser
Zoe M. Gillenwater schrieb: I personally use the star html hack for IE all the time, so I really hope they don't fix that in IE7. Zoe They will do -- if I understood it right. http://blogs.msdn.com/ie/archive/2005/07/29/445242.aspx#445550 Regards, Uwe K

Re: [css-d] Non breaking items

2005-08-04 Thread Uwe Kaiser
never was included in any standard, therefore every validation will fail - but it is most widely supported. 2) ... 3) ... Regards, Uwe Kaiser -- They are just hrefs with a class set to them, so like this: 1 2 3 4 5 6 Here is my css: a.topLinks { font-size: 11px; padding: 4px

OFF-LIST Re: [css-d] Is there any workaround to this bug (overflow:visible;)?

2005-08-03 Thread Uwe Kaiser
astelosnoar.com/studies/aboutCSS/IE_bugs_hacks/overflow_visible.htm ------------ Uwe Kaiser wrote: Another way is to give the paragraph a negative right margin (e.g. margin-right: -5em;). If you give the '#sidebar' or '#sidebarContents' any right or left pa

Re: [css-d] Is there any workaround to this bug (overflow:visible;)?

2005-08-02 Thread Uwe Kaiser
ay the line will keep its vertical position, when the user is changing font size. */ } Another way is to give the paragraph a negative right margin (e.g. margin-right: -5em;). Both of them is _not_ for the "normal use", but may help you in certain situations.

Re: [css-d] Formatting ordered lists

2005-07-25 Thread Uwe Kaiser
n properly until Wednesday so all help is greatly appreciated. Regards, Keith. Hi Keith, I hope I understood you right. < www.kriton.de/TEST/liste-PC.htm > Regards, Uwe Kaiser __ css-discuss [EMAIL PROTECTED

Re: [css-d] Newbie - Positioning Problem (I think)

2005-07-23 Thread Uwe Kaiser
the same place > regardless of the length of the page. > I know - it's not perfect - but I'm just learning! > In my opinion, you should give the html element a height of 100.02% or 100.03%. This way Mozilla and friends should permanently display the vertical sc

[css-d] [Thanks ] shorthand background:url(file.extension);

2005-07-11 Thread Uwe Kaiser
Thanks for the answers. For the future, I will set both foreground *and* background, or none of it. Regards, Uwe Kaiser -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

[css-d] shorthand background:url(file.extension);

2005-07-11 Thread Uwe Kaiser
nd I don't understand, why it could/should be important, since this is the initial value anyway, and there is no earlier declaration to overwrite. Prevention? Every background information would be appreciated. Regards, Uwe Kaiser -- ___

Re: [css-d] Vertical Text for Castle Hotel Menu (Italy)

2005-07-09 Thread Uwe Kaiser
102dpi, but when I manually control it, the horizontal resolution is 109dpi and the vertical one is 107dpi. Regards, Uwe Kaiser > >>Small hint: Screen resolutions are 96px/in, which is why we try to >>layout web pages with 740px of print width. 740px = 7.7 inches which >

Re: [css-d] font-size-adjust:.58;

2005-07-04 Thread Uwe Kaiser
whole document, such as > 100% or 100,01%... > If anyone has more infos, discuss this point, or just tell me this is > not a way to go... I'll be glad... > > Guillaume. It sounds great. Send me the list of brow

[css-d] visibility for screenreaders

2005-07-03 Thread Uwe Kaiser
xt? Many thanks in advance, Uwe Kaiser -- __ 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/

Re: [css-d] Vertical Text [CSS3 writing-mode]

2005-07-01 Thread Uwe Kaiser
quot;writing-mode": http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/writingmode.asp http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/writingMode.htm http://www.w3.org/TR/2002/WD-css3-text-20021024/#Progression http://www.w3.org/TR/20

[css-d] Hidden from Opera 7 only

2005-06-29 Thread Uwe Kaiser
{overflow: hidden}". (Opera older than 7, MSIE/Mac etc.) Opera 7 needs to see "body {overflow: hidden}". All modern browsers don't care about hidden or not, I guess. The best would be to use a hack especially for Opera 7.

[css-d] IE/Mac - position: fixed and clickable links

2005-06-23 Thread Uwe Kaiser
<http://www.fu2k.org/alex/css/frames/examples>, but I couldn't get a satisfying answer there. Thanks in advance, Uwe Kaiser -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

[css-d] What is wrong with my "myhover.htc" ?

2005-06-20 Thread Uwe Kaiser
me; element.className += ' over'; } function Out() { element.className = Originalvalue; } regards, Uwe Kaiser -- __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

[css-d] How to avoid hovering named anchors?

2005-06-19 Thread Uwe Kaiser
So I tried this: :link, :active { background: #white; } :hover { background: #yellow; } It seems to work, but I don't know, whether this is a 'official' way to achieve what I intend. I wonder, if somebody could give me any background information. Thanks in

Re: [css-d] Challenge for the bored CSS develoer

2005-06-14 Thread Uwe Kaiser
nger be generous enough to write out a tutorial for > it... > Hi Abyss, I can't imagine, that it should be very difficult to produce any page with or without using tables, that breaks in every browser on W2K, as yours. Uwe Kaiser ___

Re: [css-d] Opera doesn't refresh page after resizing with respect to fix positioned elements

2005-06-14 Thread Uwe Kaiser
e if Opera provided some means via DOM to perform its > "reload from cache" command - which is much cleaner than reloading > from the server. Thanks to all for for help and clearing background information. Uwe Kaiser _

[css-d] Opera doesn't refresh page after resizing with respect to fix positioned elements

2005-06-14 Thread Uwe Kaiser
iner/CSS1Compat-fixedpos Is this a well-known feature? If it is, how can I fix it? (All I know is, to cause Opera reloading the page via script.) regards, Uwe Kaiser __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/m

Re: [css-d] MSIE italics bug - Holly Hack don't do it

2005-06-12 Thread Uwe Kaiser
Bruno Fassino schrieb: Uwe Kaiser wrote: An italic styled h1 element is destroying the layout on: <http://www.kriton.de/CSS/rounded/rounded.html> In order to reproduce the effect, you need to decrease the viewport until the width is near the small range of pixels before the line of h1 e

Re: [css-d] MSIE italics bug - Holly Hack don't do it

2005-06-12 Thread Uwe Kaiser
Gunlaug Sørtun schrieb: Uwe Kaiser wrote: Does it means, there is no satifying solutionat all? Of course there is a solution to the italic bug... I "kill" it all the time. Paste this into your page, and see if it's close enough for your taste. (only tested in IE6, Opera

[css-d] MSIE italics bug - Holly Hack don't do it

2005-06-12 Thread Uwe Kaiser
bed on <http://www.positioniseverything.net/explorer/italicbug-ie.html> already, but nothing could help - except a fixed width of the h1 element. Does it means, there is no satifying solution at all? regards, Uwe Kaiser __ css-discuss [EMAIL PROTECT

Re: [css-d] A question about the best practice to name css styles - classes and IDs

2005-06-10 Thread Uwe Kaiser
nd up only, at the time, but it is IMO correct CSS2.1 syntax. Browsers, as MSIE 5 and Opera older 7 can't tell #Nav and #nav apart. In some special constallations Opera 5/6 can differ it, though! regards, Uwe Kaiser __ c

Re: [css-d] Box model problem??

2005-06-07 Thread Uwe Kaiser
side: "The page can't be displayed Try this and that ...". There seems to be something wrong, I guess. regards, Uwe Kaiser __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wi

Re: [css-d] expanded ie6 margins

2005-06-04 Thread Uwe Kaiser
ive #container a width of 20%, and #left of 100%, please. regards, Uwe Kaiser __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Suppo

[css-d] so-called web designers, listen to me.

2005-06-04 Thread Uwe Kaiser
ttings, and set a dark background-color and a bright (white) text-color, and try to surf with this settings, please. Please, please, please, "forget" to set both or none of it. Uwe Kaiser, a highly annoyed surfer. __ c

Re: [css-d] a little confused on these hacks on which browser they pertain to

2005-06-02 Thread Uwe Kaiser
ttp://www.l-c-n.com/IE5tests/hiding/ regards, Uwe Kaiser __ 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/

Re: [css-d] CSS - Looking Down the Road....

2005-05-27 Thread Uwe Kaiser
eif (IE 7 will be a completely new browser) { We can hope for a better CSS support = true; document.write("hope dies last") } else ... regards, Uwe Kaiser -- __ css-discuss [EMAIL PROTECTED] http://www.css-disc

Re: [css-d] Base font size

2005-05-26 Thread Uwe Kaiser
owser bugs 3) http://css-discuss.incutio.com/?page=FontSize http://css-discuss.incutio.com/?page=UsingFontSize http://css-discuss.incutio.com/?page=ForceFontSize regards, Uwe Kaiser -- __ css-discuss [EMAIL PROTE

[css-d] Vertical centering

2005-05-26 Thread Uwe Kaiser
Hi, It is just an idea of how to center a container vertically. Don' care about german text. http://www.kriton.de/CSS/zentrieren/alle-zentriert.html regards Uwe Kaiser __ css-discuss [EMAIL PROTECTED] http://ww

Re: [css-d] Why using file extension ".css"

2005-05-24 Thread Uwe Kaiser
Many thanks for the prompt and proper help. Uwe Kaiser __ 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

Re: [css-d] Why using file extension ".css"

2005-05-24 Thread Uwe Kaiser
Christian Heilmann schrieb: On 5/24/05, Brian Cummiskey <[EMAIL PROTECTED]> wrote: Uwe Kaiser wrote: Do we really need the extension ".css"? And if yes, why? There may be a better reason behind this, but... the extention triggers the webserver to serve the page in the pro

Re: [css-d] Images vs inline styles vs width/height

2005-05-24 Thread Uwe Kaiser
David Laakso schrieb: On Tue, 24 May 2005 17:01:51 -0400, Uwe Kaiser <[EMAIL PROTECTED]> wrote: Two interesting articels: By Dave Shea http://www.mezzoblue.com/archives/2005/05/10/image_attrib/index.php By Dimitri Glazkov http://glazkov.com/blog/archive/2005/04/18/430.aspx regar

Re: [css-d] Images vs inline styles vs width/height

2005-05-24 Thread Uwe Kaiser
Two interesting articels: By Dave Shea http://www.mezzoblue.com/archives/2005/05/10/image_attrib/index.php By Dimitri Glazkov http://glazkov.com/blog/archive/2005/04/18/430.aspx regards Uwe Kaiser -- jack fredricks schrieb: david laasko wrote recently; Move the inline styles for all

[css-d] Why using file extension ".css"

2005-05-24 Thread Uwe Kaiser
the extension ".css"? And if yes, why? regards Uwe Kaiser __ 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/

Re: [css-d] user adjusted font sizing in browsers

2005-05-21 Thread Uwe Kaiser
} /* inherited scaling factor= 1.5 */ p {font-size: 1.3em} /* font-size= 16px, line-height= 24px [1] */ [1] The exact line-height depends on the rounding algorithm of the used browser. Some displays a line-height of 23px. regards, Uwe Kaiser

Re: [css-d] user adjusted font sizing in browsers

2005-05-20 Thread Uwe Kaiser
ze, because browsers are made for that. My grandma is using MSIE6/PC. And if she wants to increase the font-size a developer has set on 8pt, than she do it, in oposition with this developer she knows how. BTW. MSIE has this ability since version 4 (released 11.11. 1997)

Re: [css-d] [ot] page breaks in all but opera 8

2005-05-20 Thread Uwe Kaiser
Even the zooming of MSIE is different. All the browsers behave as expected. You may call it a "phenomenon", if you like. regards, Uwe Kaiser __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css

[css-d] browser hack "@import" - the second

2005-05-19 Thread Uwe Kaiser
additional script inside the document? What are you thinking about the construction at all? How do I have to handle Safari? I have no Mac, and Apple says, Safari behaves similarly Mozilla -- wich I doubt. Do I need a special section for Safari? Every suggestion would be appreciated. regards, Uwe Kai

[css-d] browser hack "@import"

2005-05-19 Thread Uwe Kaiser
. */ body {margin: 0; etc.} /* lot of styles here. */ @import url(msie.css); I know, that MSIE/PC will import "msie.css" against the rules. Does any other browser import it too, or can I use it as a hack? Thanks in advance, Uwe Kaiser <[EM

Re: [css-d] Colouring bullets

2005-05-16 Thread Uwe Kaiser
-- one list, many options: < http://css.maxdesign.com.au/listamatic/ > Background images for bullets: < http://css.maxdesign.com.au/listutorial/ > CSS Design -- Taming Lists: < http://www.alistapart.com/articles/taminglists/ >

Re: [css-d] Separating Style Sheets - Structure and Color

2005-05-16 Thread Uwe Kaiser
f the tool's users -- along with hybris -- is laziness ;-) Uwe Kaiser PS. To be serious, IMHO there is no comparable tool for this job. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/c

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

2005-05-15 Thread Uwe Kaiser
2px dotted red; padding: 5px 1em;} .hidden.text {display: none;} .text {display: block; color: #000;} Congratulations, you are using browser XY! regards, Uwe Kaiser <[EMAIL PROTECTED]> __ css-discuss [EMAIL

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

2005-05-14 Thread Uwe Kaiser
out background here, "dl a:hover dt {background: value;}" will not funktion at all. */ dl a:hover dt {background: #FFF; } <<<== add this regards, Uwe Kaiser <[EMAIL PROTECTED]> __ css-discuss

[css-d] CSS-filter MSIE 5/PC

2005-05-13 Thread Uwe Kaiser
3px; } MSIE 5/PC interprets it (wrongly) as: every descendant 'LI' of an element with the ID 'Nav' or 'nav'. This filter is tested under W2K only. Does anybody know wether another browser is able to interpret this too. (Mac especiall

Re: [css-d] Rendering bug or not?

2005-05-12 Thread Uwe Kaiser
etter-spacing use in headlines etc. only. Even than you need to use 'hacks' to get an so-so equal result in different browsers. Regards, Uwe Kaiser __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/li

Re: [css-d] Opera and background-image (even version 8.01)

2005-05-11 Thread Uwe Kaiser
Ingo Chao schrieb: > ... thanks for the fun :) Don't mention it! Ah ... Ok. We should take it with composure. I know, always be nice ... So I will enlarge the bitmap for some few pixels. Have a nice day Uwe __ css-discuss [EMAIL

[css-d] Opera and background-image (even version 8.01)

2005-05-11 Thread Uwe Kaiser
nother solution for this problem? Thanks in advance, Uwe Kaiser <[EMAIL PROTECTED]> -- omnes omnia omnino [Jan Amos Komenský] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List w