[WSG] input/text random background color in IE?

2005-06-27 Thread Vaska . WSG
Why is it that IE turns the background of some input/text elements to light yellow? I can't find any information as to why or how it's doing this...and I want to stop it. Anybody know what this is about? Thanks, v ** The discussion list

Re: [WSG] input/text random background color in IE?

2005-06-27 Thread Vaska . WSG
o, autofill...i bet it has to do with how i name my form elements... ok, then it makes sense and 'no', i wouldn't want to turn that off. i don't see it actually, i'm on a mac. when i'm on a pc testing stuff i see this though and i've always wondered what it is... the mystery has

Re: [WSG] problem with utf-8 page encoding

2005-06-07 Thread Vaska . WSG
I see that it is possible, but how many folks use it? Like an individual or a small business...is it common enough (yet)? The below links aren't working in Safari... I've been researching how alot of open source cms's and blog tools deal with this issue and they don't. Most of them either

Re: [WSG] problem with utf-8 page encoding

2005-06-06 Thread Vaska . WSG
You really need to give us the URL of the page that this occurs on so others can test it. It's on my dev server. If you really want to see a test page (where the images aren't working and alot of the css is totally in outerspace right now) it's here. http://www.vaska.com/wsg/08test.php  We

[WSG] tr onmouseover or class:hover

2005-06-06 Thread Vaska . WSG
I've been fishing for an answer to this but I can't find one. I know I've read somewhere in the past that if you want to change the color of a table row TR I need to use: class='transparent' onmouseover=this.className='over'; onmouseout=this.className='transparent'; I would certainly

Re: [WSG] problem with utf-8 page encoding

2005-06-06 Thread Vaska . WSG
tee, or really any Chinese person on this list, one thing that I've been cuious about is how do you deal with creating urls. this could sound extremely naive and i'm sorry for that. it's my understanding that use of latin1 characters only is allowed to make a url...or create folders etc...

Re: [WSG] Character encoding

2005-06-05 Thread Vaska . WSG
For some reason, I feel I have to escape every character that is not a letter or number. I was feeling the same, and working on it, when this thread arrived. At the time it appeared I was looking up numeric entity lists in Cyrillic and adapting them to a conversion_map function (for PHP).

[WSG] problem with utf-8 page encoding

2005-06-05 Thread Vaska . WSG
I'm not sure what the deal is, but when I bring up a page in my system it doesn't encode properly at first. I have to go the browser options and change it to utf-8. The funny thing is that utf-8 is my default as set in all my browsers. This is my header... !DOCTYPE html PUBLIC -//W3C//DTD

Re: [WSG] Regarding foreign languages

2005-06-03 Thread Vaska . WSG
Vaska, you¨re still mixing those: I think you are mixing two things which should be separated. The first problem is the language of the page (defined in the header) The second problem is how to create a non-ascii character He is right. I've already identified that I will be using utf-8.

[WSG] Regarding foreign languages

2005-06-02 Thread Vaska . WSG
Am I allowed to ask about non-CSS things here? In particular, I'm trying to deal with how to handle inputs of Chinese characters via some forms. What I'm wondering is... - will utf-8 suffice? - do I need to specify html xmlns=http://www.w3.org/1999/xhtml; xml:lang='en' lang='en' as ZN? is

Re: [WSG] Regarding foreign languages

2005-06-02 Thread Vaska . WSG
It's for a multilanguage site and base language will be English. Everything on the form will be English except the actual input (textarea). Would it hurt anything if I just kept the lang declaration as EN in the header? Or, since the input will be Chinese should it be ZN? Or, do I need to

Re: [WSG] Style PRE with word wrap?

2005-06-01 Thread Vaska . WSG
It's a pretty solution, but it doesn't word-wrap...at least not in Safari. Make your browser window thinner and see what happens? What I'm doing is no different except that I'm going through the trouble of having php count the number of tabs and then using that information to insert the

[WSG] Style PRE with word wrap?

2005-05-31 Thread Vaska . WSG
I'm trying to make a page that will display some source code. The PRE tag works very will with retaining \t and \n but I can not find a way to make it wrap words. Words fly off the monitor... I've been reading around (via Google) and I find others with similar problems but no solution. Is

Re: [WSG] Style PRE with word wrap?

2005-05-31 Thread Vaska . WSG
Thanks for the discussion folks... Actually, because I can't really find a way to get by on the word-wrap issue and also the use of indents (as they appear in the code) I've done all of this in php without code or pre. It uses nbsp;'s for the tabs (preg_replace(/\t/...). Aside from

Re: [WSG] Style PRE with word wrap?

2005-05-31 Thread Vaska . WSG
I think this will do the trick. It's a little odd, and I'll have to test this out more, doing a preg_match_all to determine how many \t's there are (so we know what class='tab$number' to use), but I think in most instances this will suffice. Thanks for pointing this solution out...v On

[WSG] 100% table in 775px div w/overflow:auto

2005-05-26 Thread Vaska . WSG
Certainly modern browsers (Safari, Firefox, Mozilla) handle what I'm trying to do, but IE is mucking this up. I'd post a link but this is on an internal dev server... I have a div that is 775px wide and 300px tall with overflow:auto. Inside there is a table (for tabular type data) that is

Re: [WSG] 100% table in 775px div w/overflow:auto

2005-05-26 Thread Vaska . WSG
Yeah, the typo was from a fast typist... ;) I think Rowan's solution will just have to do. I do make a point to specify to users that it's highly recommended they use a 'modern' browser - complete with a link to Firefox. So, I think that will just have to cover this problem well enough...

Re: [WSG] multiple columns and 100% height

2005-04-18 Thread Vaska . WSG
No, that's not it. Now I'm totally dying because I can't find it. Some guy had figured out, and I believe had tested a way to audtomatically keep column heights at equal heights to each other. No javascript and it didn't even appear to be a hack. He made some comment that he stared at his

Re: [WSG] multiple columns and 100% height

2005-04-16 Thread Vaska . WSG
Fauxcolumns isn't it. Darn, I can't believe I didn't put this link in my read me files... On Apr 16, 2005, at 5:28 PM, David wrote: Also a case for faux columns... http://www.alistapart.com/articles/fauxcolumns/ A short while ago somebody wrote an article about achieving 100% height divs

[WSG] typographic challenge with css

2005-03-31 Thread Vaska . WSG
Hi folks: I'm trying to do something and I'm not sure if this is possible. What I want to do is write simple sentence constructed of left floated divs...like... div class='sentence'This/div div class='sentence'is/div div class='sentence'a/div div class='sentence'sentence./div The tricky part,

Re: [WSG] typographic challenge with css

2005-03-31 Thread Vaska . WSG
Thanks for that. I was missing the span display:block...plus I had forgotten the simplicity of a floated div that doesn't have a width applied to it. *) except old buggy browsers, ofcourse Yep...it's will work in IE5/Mac is it's just span (without display:block) oddly enough, otherwise it

Re: [WSG] Floated right div gets pushed below the left

2005-03-25 Thread Vaska . WSG
Nice. We're currently in a prototype stage so I won't really think about the final solution until next week (but I'm downloading your markups right now). Thanks very much, vaska On Mar 25, 2005, at 12:28 AM, Andrew Hawthorne wrote: Hi Vaska, I think I may have a solution for you -- negative

Re: [WSG] you've been framed! - Pt2 : overflow

2005-03-25 Thread Vaska . WSG
Javascript...calculate the height of the window or even a particular div (like the one that the overflow is inside of)...and then apply height to the div in question (based upon the calculated heights of things minus some amount perhaps)...not the most elegant way to things however...

Re: [WSG] you've been framed! - Pt2 : overflow

2005-03-25 Thread Vaska . WSG
Check this out...not sure if it's what you want, but I found an article about it for you... http://www.stunicholls.myby.co.uk/layouts/frame.html Doesn't work in IE5 but I think if you dig around enough you could find somebody who has solved this problem... good luck...v On Mar 25, 2005, at

Re: [WSG] you've been framed!

2005-03-24 Thread Vaska . WSG
As far as I'm concerned, when you have a great long scrolling list (for example) and you want (need) to keep the nav stuff stationary, frames represent the ONLY way to do it. The ONLY? What about: div style='width:300px;height:300px;overflow:auto;' !-- put your stuff in here -- /div That seems to

Re: [WSG] Who's putting javascript in my code?

2005-03-24 Thread Vaska . WSG
i had a similar problem recently...we figured out after a week that it wasn't just on my end...although the host claimed they had checked everything, the server had a virus (that was connect to a java applet on another site that was a known home for hackers)...hopefully your problem isn't nearly

Re: [WSG] Targeting Mac IE5.1 on OSX

2005-02-14 Thread Vaska . WSG
I can't find the exact webpage, but it is possible to arget IE on Mac...like this...it's an odd hack that does work... .innerbox { /* commented backslash for IE5-Mac \*/ background: url(../imgs/bg-menu-test.png) repeat !important; /* end hack */ background: #666; height: 36px; padding: 6px 0 0

[WSG] Inline list with images, no text

2005-02-09 Thread Vaska . WSG
Aside from an example over at Shaun Inmans great site, has anybody come up with a reasonable method for creating an inline list that hides the text (via text-indent) and uses image swapping on hover via css? Inman's is great, but after experimenting with what he has done it doesn't hold up

[WSG] 1px shift on inline list for visited links only

2005-01-30 Thread Vaska . WSG
I can't quite figure out why my list (site navigation) shifts to the right 1px every time I hover over an item that has a link that I've already visited - in Safari and Firefox on the mac at least. It doesn't effect links that I have not visited. I've validated both the page and the css and I

[WSG] Background does not show up

2005-01-21 Thread Vaska . WSG
Sorry, this is on an internal server that's not accessible to the outside. I'm having a strange little bug that is showing up in Safari 1.2.4 (oddly, it works fine in IE). I have a container div and then a content div inside of that. The content div has a margin at the top of 150px. When

Re: [WSG] Background does not show up

2005-01-21 Thread Vaska . WSG
Ah gee, after having this in the back of my head for two days I get a solution the second after I posted this (I'll wait three days in the future). Unless somebody has a more solid solution (like exactly why it does that) this does the trick and doesn't get in the way of the design. ;)

Re: [WSG] Another amazing css zen garden entry

2004-12-17 Thread Vaska . WSG
It's not beautiful if you zoom your text. ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting help

Re: [WSG] Space problem in CSS menu with IE5.0

2004-12-10 Thread Vaska . WSG
Perhaps it's the line-height in #jour? Looks like it's about 12px extra there...you might need to add that to #jour a...v On Dec 10, 2004, at 1:08 PM, Antonio wrote: I can't solved a space problem in a CSS menu that only affects IE5.0: XHTML: http://kalimeo.com/menu CSS:

Re: [WSG] Design Philosophy

2004-05-13 Thread Vaska . WSG
I'm following behind the curve on this one as it seems people have put this to rest. However, I really do not want to be grouped into a category of people who believe in standards above all else. I am a print designer first and foremost. My response, below, was really more about shock than

[WSG] reference entity year end with ; ???

2004-05-12 Thread Vaska . WSG
It's frustrating as it can be very difficult to find information about these things via Google. Anyways, I'm getting alot of error messages when I validate - in particular I'm getting messages like this: 7. Line 50, column 40: cannot generate system identifier for general entity year td

Re: [WSG] reference entity year end with ; ???

2004-05-12 Thread Vaska . WSG
Thanks, all of this is just making more stupid by the second... ;) On 12 May 2004, at 17:15, Chatham, Will wrote: What it's trying to say is that you need to change your '' to the 'amp;' entity in your URL's. The XHTML validator is trying to parse year, which isn't valid. Check out this

Re: [WSG] Design Philosophy

2004-05-12 Thread Vaska . WSG
Yes, but are there any really hard statistics about what the public is doing. We know roughly 7% don't use or diable javascript. But what about disabling styles? On 12 May 2004, at 16:13, Jeremy Flint wrote: On the web, you really have NO control over your site once it is public. Users have

Re: [WSG] reference entity year end with ; ???

2004-05-12 Thread Vaska . WSG
Thanks Justin, It's clear to me. But what I can't figure out is why I've never noticed this one before? Really...I'm just amazed this hasn't crossed my path before... It will probably only take a couple of hours to make all the changes, not very much in the grand scheme of things...v On 12

Re: [WSG] Problems with tables and two fixed-width columns

2004-05-11 Thread Vaska . WSG
On 11 May 2004, at 15:41, Philippe Wittenbergh wrote: For one - you have a width defined container (#middle) next to a floated box, this is sometimes (hmm) problematic in IE - the 3px jog is messing things up. Do you think so? I have a space in between the left and middle divs that is left

Re: [WSG] Problems with tables and two fixed-width columns

2004-05-11 Thread Vaska . WSG
Since it seems like a rather common problem... My solution certainly required the box model hack. Plus instead of left and right floats I used only left floats. All my column widths are obviously fixed. Perhaps things were helped by the fact that only one of the tables required a width of

Re: [WSG] Textarea problem

2004-05-10 Thread Vaska . WSG
This is really a pain. The problem I can see is that with a liquid layout I need to specify an actual width for the middle column (the left and right columns both being fixed-width) - so the solution is not so easy. Holly's hack didn't work and besides I rarely use hacks as I generally

[WSG] Textarea problem

2004-05-09 Thread Vaska . WSG
I'm having a problem with a textarea. It will display properly on the page (which has three div columns) but when a person begins to input data it automatically expands (to the right) so it occupies two columns instead of just the middle column. I've never seen anything like this before...

[WSG] Validator Question re SHORTTAG YES

2004-05-04 Thread Vaska . WSG
I'm not sure what this means actually. This is from a table in my code which is for tabular data, not for layout. ??? Am I correct in assuming that the validator does not like the 'nowrap'? And that probably being the case, and since I do need it, is there some other betther method for

[WSG] advice re min-height

2004-04-22 Thread Vaska . WSG
I'm not sure if my understanding of min-height is correct. What I want to do is set a min-height on a div and then when there is too much info it will automatically expand itself. Apparently, I need to use height as well for M$ browsers but what I don't quite understand is how do the other

Re: [WSG] Show/hide layers without javascript (was: [WSG] How to do some things)

2004-03-31 Thread Vaska . WSG
Thanks all, I guess the many explanations explain just why I've never done it with pure CSS before. I'll go back to my javascript and have a coke and a smile. ;) On 31 Mar 2004, at 07:28, scott parsons wrote: Well it depends upon the exact behaviour desired, and the browsers you want to

Re: [WSG] Trimming the fat

2004-03-25 Thread Vaska . WSG
I haven't been following how things are going on PHP5, but do we have a target on when this might be a full stable release (and then have to really start dealing with it)? v On 25 Mar 2004, at 06:38, Justin French wrote: PHP5 looks to have some VERY NICE features in the form of Tidy, which

[WSG] Scrollbars in IE6 (PC)

2004-03-24 Thread Vaska . WSG
Hi everybody... I'm having a terrible time trying to figure out just why IE6 (Windows XP) is throwing scrollbars at me when I view a page in a frame - I'm really not sure what the trick is to this (if there is one). I hate to ask dumb or redundant questions, but this one is really nagging.

Re: [WSG] Scrollbars in IE6 (PC)

2004-03-24 Thread Vaska . WSG
Yes, but it's not the overflow of the div, it's the frame itself. The page is going larger than the frame window - meaning, the divs aren't respecting the size of the window. Sorry if my explanation was confusing on that point. ;) On 24 Mar 2004, at 09:40, [EMAIL PROTECTED] wrote: I'm not

Re: [WSG] FireFox

2004-02-11 Thread Vaska . WSG
I don't know if this is common knowledge, but I haven't seen anybody mention this - if this has been reported before sorry. Firefox has an extension called EditCSS that allows you to edit CSS live in your browser. Actually, you can view and edit any CSS from any site (only your machine).

Re: [WSG] Font weight weirdness in Safari 1.2?

2004-02-11 Thread Vaska . WSG
Hi Todd, I don't have a solution for you, but I too can see the same problem - using Safari 1.2. v On 11 Feb 2004, at 07:07, Hugh Todd wrote: Hey, this is sort of an OT post, but affects my CSS development, so... I'm testing my pages as I go along (coding in BBEdit). But I'm finding that

Re: [WSG] Background PNGs in IE/Win?

2004-01-30 Thread Vaska . WSG
What about YoungPup's solution to transparentizing pngs? It seems it's been updated, but worthy reading on the subject... http://www.youngpup.net/?request=/snippets/sleight.xml Jv On 30 Jan 2004, at 04:16, Chris Blown wrote: Just for the record... I wouldn't recommend using this, but it does

Re: [WSG] Russ' point from last night's meeting

2004-01-16 Thread Vaska . WSG
Do people really code/tweak for NS4? My netscape traffic generally ranges less than 3% and I can only imagine that a very small chunk of that is actually NS4. Am I missing something? v On 16 Jan 2004, at 11:10, James Ellis wrote: Hi all For those who didn't make it, Russ in his

Re: [WSG] re: Sarari CSS

2004-01-15 Thread Vaska . WSG
Thanks Russ, Actually, that's not quite it, but it's pretty good. If I manage to find it again (I spent about an hour trying yesterday) I'll send a note along - it also had a nice discussion about producing hacks for the various browsers. Vaska On 14 Jan 2004, at 19:34, russ weakley wrote:

[WSG] re: Sarari CSS

2004-01-14 Thread Vaska . WSG
Hi all, I actually hate to ask this, but awhile back I found a resource that had all the possible (both currently supported and not) CSS attributes for the Safari browser. Additionally, it also had Mozilla I believe. Does anybody know where I might find this (these)? Actually, I guess this

Re: [WSG] A few links...

2004-01-07 Thread Vaska . WSG
russ, i just wanted to mention that these links you provide perdiodically have really been helping me get up to speed with css - thank you very much! if you're ever in brussels, i'll gladly buy you a beer... and happy 2004 to the list...v On 07 Jan 2004, at 21:18, russ weakley wrote:

Re: [WSG] Vertical align text middle no work?

2003-12-18 Thread Vaska/WSG
yes, that would work great, however...i can't force the height (sorry i didn't mention this previously) because it will wonk up another div where the height is being set by javascript to fill all the available space in the window it can (minus the top div height of course)... what i have done,