Re: [css-d] IE vs FF Textarea Font Size Inconsistent

2008-02-08 Thread Michael B Allen
On 2/8/08, Michael Adams [EMAIL PROTECTED] wrote: On Thu, 07 Feb 2008 11:43:00 -0500 Michael B Allen wrote: The font size in textarea elements on Firefox (on Linux at least) is about 70% the size of other input and select elements in the same form whereas in IE the font size is roughly

Re: [css-d] IE vs FF Textarea Font Size Inconsistent

2008-02-08 Thread Bruno Fassino
On Feb 8, 2008 8:59 AM, Michael B Allen [EMAIL PROTECTED] wrote: http://www.ioplex.com/~miallen/test.html I think I see the problem. In FF it seems the following CSS only affects textarea and NOT input text fields: input, select, textarea { font-size: 70%; } FF applies correctly

Re: [css-d] IE vs FF Textarea Font Size Inconsistent

2008-02-08 Thread Michael Adams
On Fri, 08 Feb 2008 11:06:56 +0100 Mihai M__nu wrote: Hi Michael, Your problem is typographic. The font used for text area is smaller than the font used for inputs (default fonts are sans-serif for input select, and fixed for text area - on Linux those fonts are configured system

Re: [css-d] IE vs FF Textarea Font Size Inconsistent

2008-02-08 Thread Mihai Mănuţă
Hi Michael, Your problem is typographic. The font used for text area is smaller than the font used for inputs (default fonts are sans-serif for input select, and fixed for text area - on Linux those fonts are configured system wide, they can be anything you choose). It is strongly dependent on

Re: [css-d] CSS directed at Firefox Mac or just FIrefox PC

2008-02-08 Thread James Leslie
You should be able to send different stylesheets using a combination of JavaScript OS detection and the methods on here: http://24ways.org/2007/conditional-love HTH James __ css-discuss [EMAIL PROTECTED]

Re: [css-d] start an ordered list at a number 1

2008-02-08 Thread Arlen Walker
On Feb 7, 2008, at 6:32 PM, Kathy Wheeler wrote: My question is - do these (and other) rather handy (and annoyingly deprecated) HTML attributes have a CSS equivalent? It's called counters. http://www.w3.org/TR/REC-CSS2/generate.html#counters

[css-d] Off Topic: IE Voodoo Doll - Just Had To Share!

2008-02-08 Thread Elli Vizcaino
I want one for my desk! http://chisa.deviantart.com/art/Internet-Explorer-plush-voodoo-64451947 Elli Looking for last minute shopping deals? Find them fast with Yahoo! Search.

Re: [css-d] IE vs FF Textarea Font Size Inconsistent

2008-02-08 Thread Michael B Allen
On 2/8/08, Michael Adams [EMAIL PROTECTED] wrote: If you add helvetica to that font family that caters to most Mac and Linux users as well. font-family: Tahoma, Arial, Helvetica, sans-serif And what happens if I want monospace (which I do)? So basically what you're saying is that there's

Re: [css-d] IE vs FF Textarea Font Size Inconsistent

2008-02-08 Thread Michael B Allen
On 2/8/08, Mihai Mănuţă [EMAIL PROTECTED] wrote: And no, the font-size properly affects ALL (input, select and text area) in FF on Linux. That's not what I'm seeing. This page has no font-size change: http://www.ioplex.com/~miallen/test100.html Whereas this page has font-size: 70%:

Re: [css-d] Off Topic: IE Voodoo Doll - Just Had To Share!

2008-02-08 Thread Andrew Gaffney
Elli Vizcaino wrote: I want one for my desk! http://chisa.deviantart.com/art/Internet-Explorer-plush-voodoo-64451947 They should really mass-produce and sell those things. However, I'm sure Microsoft would slap them down with a lawsuit after a day :/ -- Andrew Gaffney agaffney.org

[css-d] IE6 Win broken page feedback

2008-02-08 Thread Rob Emenecker
Hi all, I've got a site that works well in IE7 and FF2, but IE6 appears to be giving me some fits (in MS Virtual machine anyway). If you have access to IE6 and FF2, please take a look at: http://www.italiascornercafe.com/menu.html What in the CSS is either (a) not supported by IE6, or (b)

Re: [css-d] IE6 Win broken page feedback

2008-02-08 Thread Rob Emenecker
I see you're using the child operator to style the elements in the menu list (e.g. the in div.mSelectList a ). That operator isn't supported in IE6, so it's not seeing any of the rules that use it. That was fairly painless to fix. Still some spacing issues, but that's a minor detail at

Re: [css-d] Off Topic: IE Voodoo Doll - Just Had To Share!

2008-02-08 Thread Jason Pruim
On Feb 8, 2008, at 1:54 PM, Andrew Gaffney wrote: Elli Vizcaino wrote: I want one for my desk! http://chisa.deviantart.com/art/Internet-Explorer-plush-voodoo-64451947 They should really mass-produce and sell those things. However, I'm sure Microsoft would slap them down with a lawsuit

Re: [css-d] Suckerfish Drop-Down breaks on IE6

2008-02-08 Thread John Gribben
John Gribben wrote: http://windows.pedrera.com/clients/greenbaum/nav.asp There is a conceptual problem and a bug. z-index does apply to positioned elements only. Some of your z-indexes are set on non-positioned elements. Remove them, they are distracting. From the inside: The

Re: [css-d] Off Topic: IE Voodoo Doll - Just Had To Share!

2008-02-08 Thread Eric A. Meyer
At 10:22 AM -0800 2/8/08, Elli Vizcaino wrote: I want one for my desk! http://chisa.deviantart.com/art/Internet-Explorer-plush-voodoo-64451947 Amusing, yes, and definitely creative, but you're right, it's definitely off-topic. I should talk, though: I have a voodoo doll in my office that

Re: [css-d] IE vs FF Textarea Font Size Inconsistent

2008-02-08 Thread Bruno Fassino
On Feb 8, 2008 5:01 PM, Michael B Allen wrote: And what happens if I want monospace (which I do)? I think that if you explicitly set a font-family (not only 'monospace', but something like: textarea { font-family: courier new, monospace; } then you will get something more like you want in FF

[css-d] Problem with header img in IE6/7

2008-02-08 Thread Krystian - Sunlust
Hello, I have a problem with header image, somehow there's some white space between header image and navigation, only in IE6/7. I'm sure it's something simple that I just can't comprehend... also, if you notice any more issues, please let me know. address is: http://sunlust.newlocal.co.uk

[css-d] Problem with header img in IE6/7

2008-02-08 Thread Krystian - Sunlust
ah, regarding the footer, don't look at it, it's not yet made, I'm in process of getting something neat there, so at the site it's just a dodgy background color and some basic markup. Regards -- Krystian - Sunlust __

Re: [css-d] Problem with header img in IE6/7

2008-02-08 Thread David Laakso
Krystian - Sunlust wrote: I have a problem with header image, somehow there's some white space between header image and navigation, only in IE6/7. I'm sure it's something simple that I just can't comprehend... also, if you notice any more issues, please let me know. address is:

Re: [css-d] printing online forms

2008-02-08 Thread Jessica Tanny
Thank you Stephan and Richard for taking the time to make some comments regarding CSS for rendering the print version of online forms... I played around with my print stylesheet taking your suggestions into consideration (see my original message below for all relevant links). My ultimate goal

Re: [css-d] Problem with header img in IE6/7

2008-02-08 Thread Gunlaug Sørtun
Krystian - Sunlust wrote: Hello, I have a problem with header image, somehow there's some white space between header image and navigation, only in IE6/7. I'm sure it's something simple that I just can't comprehend... also, if you notice any more issues, please let me know.

Re: [css-d] list bullet not showing; spacing in IE6

2008-02-08 Thread neal
Try separating the background rule: .list)1 li {background: url(_img/bullet-nav.gif); background-repeat:no-repeat; background-position; 5px 50%;} also try putting position: relative; in there see which one works Neal .list01 li { padding: 0px 0pt 0px 14px; background:

Re: [css-d] IE vs FF Textarea Font Size Inconsistent

2008-02-08 Thread Felix Miata
On 2008/02/08 23:49 (GMT+1300) Michael Adams apparently typed: If you add helvetica to that font family that caters to most Mac and Linux users as well. font-family: Tahoma, Arial, Helvetica, sans-serif Helvetica, while very nice on Mac, is quite the opposite on Linux.

Re: [css-d] IE vs FF Textarea Font Size Inconsistent

2008-02-08 Thread Michael B Allen
Wow. This is a pretty serious analysis. I've decided that, based on previous experiences, the best thing when faced with a quirky CSS issue is usually to do as little as possible. Which is to say, for now, I'm going to just do nothing and not try to resize the text in form fields at all. But

Re: [css-d] IE vs FF Textarea Font Size Inconsistent

2008-02-08 Thread Felix Miata
On 2008/02/07 11:43 (GMT-0500) Michael B Allen apparently typed: The font size in textarea elements on Firefox (on Linux at least) is about 70% the size of other input and select elements in the same form whereas in IE the font size is roughly the same across all form elements. I suspect this

Re: [css-d] Suckerfish Drop-Down breaks on IE6

2008-02-08 Thread Ingo Chao
John Gribben wrote: John Gribben wrote: http://windows.pedrera.com/clients/greenbaum/nav.asp There is a conceptual problem and a bug. z-index does apply to positioned elements only. ... From the inside: The second level has z-index+position, but it is nested inside positioned elements

Re: [css-d] start an ordered list at a number 1

2008-02-08 Thread Bob Rosenberg
At 18:22 -0500 on 02/07/2008, Tim White wrote about Re: [css-d] start an ordered list at a number 1: You can use ol start=x (whatever number you need) to start a list at a new number. Or, you can use li value=x to skip numbering within a list. Both attributes are deprecated, so they are only