Re: [WSG] Other character sets/languages

2005-02-27 Thread Gene Falck
Hi Dejan, You wrote: I thought nothing of the fact that I have not seen such a result in IE6 and Mozilla 1.7. Mozilla 1.7.5 still proudly displays an ugly BOM, IE doesn't. Hmm--very interesting. I have not seen any BOM effects even though I use Mozilla at home (IE6 at work) so I downloaded XVI32 an

Re: [WSG] Site check (esp. Mac): One House

2005-02-27 Thread David Laakso
On Mon, 28 Feb 2005 13:16:21 +1100, Seona Bellamy <[EMAIL PROTECTED]> wrote: *grin* Cool, thanks for the links. I'll have to check them out. I'm sure it will be much cheaper than buying a Mac. :) And then along comes a *nit-picking bozzo,* still on the back of the bus, with XP_SP2, who finds

[WSG] resizing dropdown boxes on FF

2005-02-27 Thread Andreas Boehmer
Does anybody know how to force dropdown boxes to increase their height on Firefox and Netscape when the font-size is being increased by the user? I know there are ways of doing that for checkboxes and radiobuttons using em-height, but I don't think that works with dropdown boxes. Currently the

RE: [WSG] Site check (esp. Mac): One House

2005-02-27 Thread Seona Bellamy
*grin* Cool, thanks for the links. I'll have to check them out. I'm sure it will be much cheaper than buying a Mac. :) Cheers, Seona. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Jan Brasna > Sent: Monday, 28 February 2005 12:42 PM > To: wsg@websta

Re: [WSG] Site check (esp. Mac): One House

2005-02-27 Thread Jeff Lowder - Accessibility 1st
Exactly what happened to me :) Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au > From: Jan Brasna <[EMAIL PROTECTED]> > Reply-To: > Date: Mon, 28 Feb 2005 02:42:08 +0100 > To: > Subject: Re: [WSG] Site check (esp. Mac): One House > >> about Macs because I can

Re: [WSG] Site check (esp. Mac): One House

2005-02-27 Thread Jan Brasna
about Macs because I can't check there You can. buy a Mac as a testing machine. :) Not necessarily. BTW you'll end up with a testing PC and using Apple regularly :) -- Jan Brasna aka JohnyB :: alphanumeric.cz | janbr

Re: [WSG] Site check (esp. Mac): One House

2005-02-27 Thread Jeff Lowder - Accessibility 1st
All looks good now. Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au > From: Seona Bellamy <[EMAIL PROTECTED]> > Reply-To: > Date: Mon, 28 Feb 2005 12:20:49 +1100 > To: > Subject: RE: [WSG] Site check (esp. Mac): One House > > Hi Jeff, > > Thanks for the tip.

Re: [WSG] XHTML 1.0, Tables and Firefox

2005-02-27 Thread Bert Doorn
G'day http://elmbrook.org/navigation2.html The border is in there only to show what's going on. In IE it looks fine. I assume it's user error. Any hints? Thanks. Jeff Set the row's line-height to 17px and the problem should be solved. But why use a table and images in the first place when it's just

RE: [WSG] Site check (esp. Mac): One House

2005-02-27 Thread Seona Bellamy
Hi Jeff, Thanks for the tip. I've made the change. Can you have a look at it and see if it has introduced any other unexpected results? I've checked it on IE6/Win and Mozilla and it seems to be fine, but I'm always a little nervous about Macs because I can't check there. One day I'll actually save

Re: [WSG] Site check (esp. Mac): One House

2005-02-27 Thread Jeff Lowder - Accessibility 1st
Hi Seona Mac Ie5 is having a real problem with the #mainNav ul {position: absolute} change this to float left and it should fix everything up. This shouldn't affect any other browsers. Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au > From: Seona Bellamy <[EMA

[WSG] Site check (esp. Mac): One House

2005-02-27 Thread Seona Bellamy
Hi guys, Can I have some people look over this site for me please? Especially Mac users, since I don't have a Mac to check it on but my client does (so I know she's going to comment on how it looks on a Mac). http://www.onehouseproductions.com Since I didn't have total control over the creation

Re: [WSG] getting two colums to be of the same height

2005-02-27 Thread Lindsay Evans
Hi Marco, Faux Columns are probably your best bet. On Mon, 28 Feb 2005 00:29:24 +0100, Marco van Hylckama Vlieg <[EMAIL PROTECTED]> wrote: > Is there any cross browser, standards compliant way to get those two > grey columns to be the same heigh

Re: [WSG] getting two colums to be of the same height

2005-02-27 Thread Jeff Lowder - Accessibility 1st
Sorry for not putting a reference there: http://www.bobbyvandersluis.com/articles/presentationaljavascript.php Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au > From: Jeff Lowder - Accessibility 1st <[EMAIL PROTECTED]> > Reply-To: > Date: Mon, 28 Feb 2005 11:21:

Re: [WSG] getting two colums to be of the same height

2005-02-27 Thread Jeff Lowder - Accessibility 1st
The only other way that I can think of is with JavaScript 'offSetHeight' Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au > From: Marco van Hylckama Vlieg <[EMAIL PROTECTED]> > Reply-To: > Date: Mon, 28 Feb 2005 01:02:04 +0100 > To: > Subject: Re: [WSG] getting

Re: [WSG] getting two colums to be of the same height

2005-02-27 Thread Marco van Hylckama Vlieg
So I take it it's _impossible_ to also have this work correctly in MSIE as well? If so I'm not gonna take the hassle because two third of my visitors are MSIE anyway :( Marco -- Marco van Hylckama Vlieg Senior Internet Developer email: [EMAIL PROTECTED] www: http://www.i-marco.nl/ On Feb 2

Re: [WSG] getting two colums to be of the same height

2005-02-27 Thread Stevio
From: "Marco van Hylckama Vlieg" <[EMAIL PROTECTED]> Is there any cross browser, standards compliant way to get those two grey columns to be the same height? Use tables ;-) Stephen -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.306 / Virus Database: 266.5.1 - R

Re: [WSG] getting two colums to be of the same height

2005-02-27 Thread Jeff Lowder - Accessibility 1st
Check Roger's article out: http://www.456bereastreet.com/archive/200406/equal_height_boxes_with_css_par t_ii/ Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au > From: Marco van Hylckama Vlieg <[EMAIL PROTECTED]> > Reply-To: > Date: Mon, 28 Feb 2005 00:29:24 +010

[WSG] getting two colums to be of the same height

2005-02-27 Thread Marco van Hylckama Vlieg
Hi folks, This is something I've been wondering about for a long time. If you look at my blog: http://www.i-marco.nl/weblog/ Is there any cross browser, standards compliant way to get those two grey columns to be the same height? It would make the whole thing look a lot better. What I'd like is th

[WSG] Site critique and problem - www.mondotron.com

2005-02-27 Thread Mondo | Mondotron
Hi all Long term reader / first time poster - just about to launch a new site: http://www.mondotron.com and we'd appreciate any critique. The site enables users to generate free wallpaper/background images for phones/PDAs/messaging applications through the use of a Flash interface. Also, there

Re: [WSG] XHTML 1.0, Tables and Firefox

2005-02-27 Thread Gez Lemon
I wrote: > I mention a similar effect when transitional > HTML documents are served as application/xhtml+xml, whcih forces Apologies, that should read XHTML documents, as only the most unstable person would deliver an HTML document as application/xhtml+xml Best regards, Gez

Re: [WSG] XHTML 1.0, Tables and Firefox

2005-02-27 Thread Gez Lemon
> Here in Firefox on Windows I see space below the top row > of images: > http://elmbrook.org/navigation2.html > The border is in there only to show what's going on. In > IE it looks fine. I assume it's user error. Any hints? Thanks. > Jeff It's because Firefox is rendering the document in standar

[WSG] XHTML 1.0, Tables and Firefox

2005-02-27 Thread Jeff Oien
Here in Firefox on Windows I see space below the top row of images: http://elmbrook.org/navigation2.html The border is in there only to show what's going on. In IE it looks fine. I assume it's user error. Any hints? Thanks. Jeff BTW this has to be somewhat self contained as far as CSS code for now

Re: [WSG] Web Standads Skyscraper - Anyone knows how to?

2005-02-27 Thread David R
Genau Lopes Jr. wrote: Hi, I am developing some different advertising and would like to know, how can i create a slide layer that appears on righr side of browser, only when the screen resolution is more than 1024x768 pixels. My layer should be 150 px x 600 and will be layered at right side of