[WSG] Re: IE 6 Nightmare plus new margin problem

2010-04-28 Thread Jason Byer
Hello again, I stated earlier that after I got help on my previous IE6 problem that my mainContent div was shifted over to the left in Firefox. http://www.jasonbyer.com/dev/new/ So I tried adding a margin-left: 181px since the width of the left nav div is 180px. That worked in Firefox

Re: [WSG] Re: IE 6 Nightmare plus new margin problem

2010-04-28 Thread Kevin Ireson
Hi Jason, Try removing display-inline. you dont need it when you use float. Kevin From: Jason Byer Sent: Wednesday, April 28, 2010 9:13 AM To: wsg@webstandardsgroup.org Subject: [WSG] Re: IE 6 Nightmare plus new margin problem Hello again, I stated earlier that after I got help on my

Re: [WSG] Re: IE 6 Nightmare plus new margin problem

2010-04-28 Thread David Dorward
On 28 Apr 2010, at 09:43, Kevin Ireson wrote: Try removing display-inline. you dont need it when you use float. Yes, you do. It fixes the IE double margins on floats bug. -- David Dorward http://dorward.me.uk *** List

RE: [WSG] Re: IE 6 Nightmare plus new margin problem

2010-04-28 Thread Thierry Koblentz
I stated earlier that after I got help on my previous IE6 problem that my mainContent div was shifted over to the left in Firefox. http://www.jasonbyer.com/dev/new/ 1. remove display:inline from #mainContent 2. remove the left margin on the div with no ID (the one that follows #ddtopmenubar)

[WSG] title attribute and semantic data

2010-04-28 Thread Dani Iswara
In some blog machines/engines/themes, title attribute usually has the same text as in anchor link. Eg. in post title with rel=bookmark. Redundant information, based on Web accessibility point of view. But http://www.w3.org/2003/12/semantic-extractor.html, Semantic Data Extractor tool built by W3C

Re: [WSG] title attribute and semantic data

2010-04-28 Thread Benjamin Hawkes-Lewis
On Wed, Apr 28, 2010 at 6:07 PM, Dani Iswara daniisw...@gmail.com wrote: In some blog machines/engines/themes, title attribute usually has the same text as in anchor link. Eg. in post title with rel=bookmark. Redundant information, based on Web accessibility point of view. But

Re: [WSG] two Safari issues

2010-04-28 Thread tee
On Apr 28, 2010, at 3:38 PM, Chris F.A. Johnson wrote: On Wed, 28 Apr 2010, tee wrote: On Apr 25, 2010, at 2:51 PM, tee wrote: In this site, if you click on Accordion menu, in the second (last) menu, Safari shows a rectangular outlined block; hover to the Links' menu, you can see the

Re: [WSG] two Safari issues

2010-04-28 Thread Chris F.A. Johnson
On Wed, 28 Apr 2010, tee wrote: On Apr 28, 2010, at 3:38 PM, Chris F.A. Johnson wrote: On Wed, 28 Apr 2010, tee wrote: On Apr 25, 2010, at 2:51 PM, tee wrote: In this site, if you click on Accordion menu, in the second (last) menu, Safari shows a rectangular outlined block; hover to

Re: [WSG] two Safari issues

2010-04-28 Thread tee
On Apr 28, 2010, at 3:31 PM, tee wrote: On Apr 25, 2010, at 2:51 PM, tee wrote: In this site, if you click on Accordion menu, in the second (last) menu, Safari shows a rectangular outlined block; hover to the Links' menu, you can see the extra outlined block. Seems to be related to

Re: [WSG] two Safari issues

2010-04-28 Thread David Laakso
tee wrote: In this site, if you click on Accordion menu, in the second (last) menu, Safari shows a rectangular outlined block; hover to the Links' menu, you can see the extra outlined block. Seems to be related to hover but I can't anything in my code that is causing it.

Re: [WSG] two Safari issues

2010-04-28 Thread tee
On Apr 28, 2010, at 5:27 PM, Chris F.A. Johnson wrote: In a Web standards group, validation is always an issue. In a web standards group, validation is always an issue ONLY to those who are not able to distinguish the difference of the errors. If there are errors, how do you know

Re: [WSG] title attribute and semantic data

2010-04-28 Thread Dani Iswara
Benjamin, I do agree with the redundancy of title attribute and its device/mouse dependant--not fully accessible. -- Regards, Dani Iswara http://daniiswara.net/ *** List Guidelines: