Re: [WSG] float problem in IE

2005-04-27 Thread tee
Hi Jorge, thanks for helping out. I first tried your method, it didn't work, then I removed the clear declaration, didn't work; then taken out display: inline. None of that work. Spent another hour on sites regarding the float issue on ie, still couldn't get it right. Finally something hit me

RE: [WSG] new mycareer.com.au design

2005-04-27 Thread Mike Kear
Nice Job, Peter. You have every right to be proud of it. Incidentally I'm not sure why you'd want a max salary field, unless you've ever heard of someone saying what??? No!!! You're not going to pay me that much! I'm only going to work for half that That's certainly an expression I can't

RE: [WSG] new mycareer.com.au design

2005-04-27 Thread Lea de Groot
On Wed, 27 Apr 2005 16:08:12 +1000, Mike Kear wrote: Incidentally I'm not sure why you'd want a max salary field, unless you've ever heard of someone saying what??? No!!! You're not going to pay me that much! I'm only going to work for half that That's certainly an expression I can't

Re: [WSG] divs are shrinking when i move my mouse over them in IE6, how can i fix this?

2005-04-27 Thread Ingo Chao
Jeroen Verburgh schrieb: I'm not really sure it has anything to do with the contents of the floating divs, because none of them move around. When I move my mouse over a hyperlink, then all floating divs following the one containing this link move a little. Maybe shrinking isn't the most accurate

Re: [WSG] new mycareer.com.au design

2005-04-27 Thread Chris Stratford
Wow its a great looking site! I would have to agree that it does take its time to load (and I am on a 10 megabit connection here too). Love the tabs and the whole navigation set - definatly easy for me to find what I want. I did some searches because I am looking for a 6month internship as an

RE: [WSG] new mycareer.com.au design

2005-04-27 Thread Townson, Chris
On a quick inspection of the code, it looks great! Congratulations. Far and away the best jobs site I've seen, from astandards point of view. One point: I noticed that a number of the form element labels lacked the for="" attribute to associate them with the appropriate input. I would

RE: [WSG] divs are shrinking when i move my mouse over them in IE6, how can i fix this?

2005-04-27 Thread Jeroen Verburgh
a fix would be: delete this hack, and double-wrap the page body div id=pagewrapper div id=page div class=float.../div ... /div /div /body #pagewrapper { margin: 0pt auto; width: 600px; } #page { width: 600px; } Thanks Ingo, your suggestion worked miracles! Jeroen

[WSG] Web Standards in Estonia

2005-04-27 Thread nene
Hi, I have recently conducted a survey of web standards use on Estonian web pages. From 2005-02-11 to 2005-02-13 most of Estonian web pages (21,905) were checked for validation. Also some other data was collected: the use doctypes, character sets and HTML elements. There is a not-so-short

RE: [WSG] Where should information go

2005-04-27 Thread Hugues Brunelle
Hello Tim, I've been thinking about the subject a while ago and after consulting some of my friends, we thought about these possibilities (because everyone has it's own methods and thoughts) : - H stand for headings... Then the business name would be in H1 tag (playing with span for IR to call

[WSG] Voice family box model hack

2005-04-27 Thread Stevio
Can someone explain how the following works? #container { position: relative; min-height: 100%; height: 100%; voice-family: \}\; voice-family: inherit; height: auto; } htmlbody #container { height: auto; } Which browsers do and do not use the height

Re: [WSG] Voice family box model hack

2005-04-27 Thread Kornel Lesinski
On Wed, 27 Apr 2005 15:30:59 +0100, Stevio [EMAIL PROTECTED] wrote: Can someone explain how the following works? Put subject of your email in Google search box and hit I'm feeling lucky. -- regards, Kornel Lesiski ** The discussion list for

Re: [WSG] Voice family box model hack

2005-04-27 Thread Thierry Koblentz
Stevio wrote: Can someone explain how the following works? Hi Stephen, You may want to read this: http://tantek.com/CSS/Examples/boxmodelhack.html Then this: http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp Unless I'm missing something, the latter is a simpler and -

[WSG] why IE do it?

2005-04-27 Thread Evandro
Hello, after a long time reading and learning in the list, i am starting with webstandards and facing some problems. Why IE do not print the bullets in the unordered list li? I've tested in Opera 6, mozzila, firefox, netscape,.(Win) links: http://www.inf.ufrgs.br/~miletto/vivi/cv.html

Re: [WSG] why IE do it?

2005-04-27 Thread Jorge Colon
Hi, Manara. It's because you have list-style-type:none in your "#menu2 ul li selector." - Original Message - From: Evandro To: wsg@webstandardsgroup.org Sent: Wednesday, April 27, 2005 4:12 PM Subject: [WSG] why IE do it? Hello,

Re: [WSG] why IE do it?

2005-04-27 Thread Juergen Auer
On 27 Apr 2005 at 17:12, Evandro wrote: Why IE do not print the bullets in the unordered list li? I've tested in Opera 6, mozzila, firefox, netscape,.(Win) links: http://www.inf.ufrgs.br/~miletto/vivi/cv.html Hello Evandro, it looks like the problem in the thread 'Bullets not showing

Re: [WSG] new mycareer.com.au design

2005-04-27 Thread Peter Ottery
hi, thanks for your kind words and feedback peoples. have tried to quickly answer those main questions below: re Just curious to know what the many lines of CDATA code achieve and the reason for putting them inline? no idea personally :) , but the dev guy says it's definitely something we want

RE: [WSG] Sydney WSG meeting tonight

2005-04-27 Thread Mike Kear
I'd love to be there, but sadly Thursday nights is bad for me I have a totally inflexible other commitment. But I wish you all well, and I'll be thinking of you while I try to keep my eyelids from drooping with the boredom of what I have to do instead. Cheers Mike Kear Windsor, NSW, Australia

[WSG] Alternate Links

2005-04-27 Thread Chris Kennon
Hi, The summer line for ckimedia features a flash version that featured an html navigation bar, currently set to display: none. Each page is a separate swf, the text links allow the user to navigate outside flash. It was suggested that these links be removed. For accessibility reasons I

Re: [WSG] Web Standards in Estonia

2005-04-27 Thread Kazuhito Kidachi
Hi Rene, 2005/4/27, [EMAIL PROTECTED] [EMAIL PROTECTED]: There is a not-so-short writing about it at: http://triin.net/2005/04/27/Web_Standards_in_Estonia The report is quite interesting to me. Now that you've opened the tool you used to the public, so I may try to execute similar survey here

Re: [WSG] why IE do it?

2005-04-27 Thread miletto
hi, thanks for your hints and advices Mario and Juergen. it is ok now. -- Manara Citando Juergen Auer [EMAIL PROTECTED]: On 27 Apr 2005 at 17:12, Evandro wrote: Why IE do not print the bullets in the unordered list li? I've tested in Opera 6, mozzila, firefox, netscape,.(Win)

[WSG] site check please - Rowing History

2005-04-27 Thread Hope Stewart
I've been working on a huge site for over a year and it still has a long way to go. Unfortunately, I had not heard about Web Standards until well after starting this site, but it's never too late! The latest section I'm about to add to the site is totally CSS and not a table in sight, except for

Re: [WSG] Web Standards in Estonia

2005-04-27 Thread James Ellis
Hi Rene Very interesting information. What surprises me is not the number of pages that have incorrect doctypes but the number of html documents missing the html and/or body tag.. about 3%. Regards james On 4/27/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have recently conducted a