[WSG] Can't select text on IE

2005-11-15 Thread CHAUDHRY, Bhuvnesh
Title: Can't select text on IE






Hi,


I have written an html page based on CSS layout. The page has a parent div tag which contains many other div tags including one for Side Menu, one for Masthead and one for the Content.

The problem: Using IE6, I am unable to select a part of the text from the content area. When I try to select a para or a line, all the text on the page within the parent div tag including the side menu bar get selected.

Does anyone have any suggestions about this problem ?


Thanks


__


Bhuvnesh Chaudhry




*
This e-mail message (along with any attachments) is intended only for the named addressee and could contain information that is confidential or privileged.  If you are not the intended recipient you are notified that any dissemination, copying or use of any of the information is prohibited.  Please notify us immediately by return e-mail if you are not the intended recipient and delete all copies of the original message and attachments.


This footnote also confirms that this message has been checked for computer viruses.


*




RE: [WSG] Can't select text on IE

2005-11-15 Thread CHAUDHRY, Bhuvnesh
Title: Message



Paul,

It a 
simplecopy and paste requirement.

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
  Behalf Of Paul NooneSent: Wednesday, 16 November 2005 15:39 
  To: wsg@webstandardsgroup.orgSubject: RE: [WSG] Can't 
  select text on IE
  Why do you want to select the text? This might go some 
  way towards providing an adequate solution that doesn't involve totally 
  overhauling your stylsheet.
  
  
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of CHAUDHRY, 
  BhuvneshSent: Wednesday, 16 November 2005 3:03 PMTo: 
  wsg@webstandardsgroup.orgSubject: [WSG] Can't select text on 
  IEImportance: High
  
  Hi, 
  I have written an html page based on CSS layout. 
  The page has a parent div tag which contains many other div tags 
  including one for Side Menu, one for Masthead and one for the 
  Content.
  The problem: Using IE6, I am unable to select a 
  part of the text from the content area. When I try to select a para or a line, 
  all the text on the page within the parent div tag including the side 
  menu bar get selected.
  Does anyone have any suggestions about this problem 
  ? 
  Thanks 
  __ 
  Bhuvnesh 
  Chaudhry
  *
  This e-mail message 
  (along with any attachments) is intended only for the named addressee and 
  could contain information that is confidential or privileged. If you are not 
  the intended recipient you are notified that any dissemination, copying or use 
  of any of the information is prohibited. Please notify us immediately by 
  return e-mail if you are not the intended recipient and delete all copies of 
  the original message and attachments.
  
  
  This footnote also 
  confirms that this message has been checked for computer viruses.
  
  
  *
  
*
This e-mail message (along with any attachments) is intended only for the named addressee and could contain information that is confidential or privileged.  If you are not the intended recipient you are notified that any dissemination, copying or use of any of the information is prohibited.  Please notify us immediately by return e-mail if you are not the intended recipient and delete all copies of the original message and attachments.


This footnote also confirms that this message has been checked for computer viruses.


*




[WSG] nowrap: nowrap

2005-10-26 Thread CHAUDHRY, Bhuvnesh
Title: Message



Hi,

Is 
there any way to specify a"nowrap"for content ofa Table Header or a Table Cell ? I have tried 
nowrap: nowrap; but it doesn't 
work.

Any ideas?

Thanks

Bhuvnesh 
Chaudhry
*
This e-mail message (along with any attachments) is intended only for the named addressee and could contain information that is confidential or privileged.  If you are not the intended recipient you are notified that any dissemination, copying or use of any of the information is prohibited.  Please notify us immediately by return e-mail if you are not the intended recipient and delete all copies of the original message and attachments.


This footnote also confirms that this message has been checked for computer viruses.


*




[WSG] Table width in Firefox - Strange problem

2005-10-21 Thread CHAUDHRY, Bhuvnesh
Hi,

I have reproduced below the code of a simple html document. The table in
the document doesn't show up properly in Firefox 1.0.7. The Caption
totally ignores the specified width of the table extends to the full
width of the page.

With some other CSS, the whole table extends to the full width of the
page.

It works perfectly in IE6.

Can anyone offer any help ?

Thanks

Bhuvnesh Chaudhry


***


!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN
http://www.w3.org/TR/html4/loose.dtd;
html
head
titleUntitled Document/title
meta http-equiv=Content-Type content=text/html; charset=iso-8859-1
style type=text/css
!--
.try {
background-color: #CC;
border: thin solid #CC9900;
padding: 4px;
margin-left:30%; 
margin-right:30%;
width: 40%;
}
caption {
font: bold 120% Arial,sans-serif;
padding: 3px 0px 3px 0px;
border-top: thin solid #CC9900;
border-left: thin solid #CC9900;
border-right: thin solid #CC9900;
}
th {
background-color: #66;
text-align: left;   
}

--
/style
/head

body
pI don't know why the header of teh table stretches itself to the
width of the page./p
p It works perfectly on IE6. What am I doing wron here ? /p
table cellpadding=0 cellspacing=0 class=try
captionChair/caption
  tr
thYear/th
thCountry/th
  /tr
  tr
td1999-2001 /td
tdCanada /td
  /tr
  tr
td2007 /td
tdSouth Africa /td
  /tr
/table
/body
/html

*
This e-mail message (along with any attachments) is intended only for the named 
addressee and could contain information that is confidential or privileged.  If 
you are not the intended recipient you are notified that any dissemination, 
copying or use of any of the information is prohibited.  Please notify us 
immediately by return e-mail if you are not the intended recipient and delete 
all copies of the original message and attachments.

This footnote also confirms that this message has been checked for computer 
viruses.

*

Title: Untitled Document





I don't know why the header of teh table stretches itself to the width of the page.
 It works perfectly on IE6. What am I doing wron here ? 

Chair
  
Year
Country
  
  
1999-2001 
Canada 
  
  
2007 
South Africa 
  





[WSG] Embeded video?

2005-03-07 Thread CHAUDHRY, Bhuvnesh
Hi List,

I have a need to embed a video clipping on one of my web pages. I have a
couple of questions about that:

Quest A. When I try to validate the html page containing the video, I
get following 2 errors:


Error 1

Below are the results of attempting to parse this document with an SGML
parser. 

Line 56, column 19: there is no attribute SRC

embed src=../_Images/1988_Onwards/Security-Prev26.wmv/embed/p


Error 2

Line 56, column 64: element EMBED undefined

embed src=../_Images/1988_Onwards/Security-Prev26.wmv/embed


Quest B. Currently I have the video as a .wmv file. Do I need to make
them available in some alternate format as well e.g. .mpeg, QuickTime
etc. to be fully compliant with W3C guidelines?

Thanks for your help.

Bhuvnesh Chaudhry



*
This e-mail message (along with any attachments) is intended only for
the named addressee and could contain information that is confidential
or privileged.  If you are not the intended recipient you are notified
that any dissemination, copying or use of any of the information is
prohibited.  Please notify us immediately by return e-mail if you are
not the intended recipient and delete all copies of the original message
and attachments. 

This footnote also confirms that this message has been checked for
computer viruses.


*


**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



[WSG] What about embeded video?

2005-03-03 Thread CHAUDHRY, Bhuvnesh
Hi List,

I have a need to embed a video clipping on one of my web pages. I have a
couple of questions about that:

Quest A. When I try to validate the html page containing the video, I
get following 2 errors:


Error 1

Below are the results of attempting to parse this document with an SGML
parser. 

Line 56, column 19: there is no attribute SRC

embed src=../_Images/1988_Onwards/Security-Prev26.wmv/embed/p


Error 2

Line 56, column 64: element EMBED undefined

embed src=../_Images/1988_Onwards/Security-Prev26.wmv/embed


Quest B. Currently I have the video as a .wmv file. Do I need to make
them available in some alternate format as well e.g. .mpeg, QuickTime
etc. to be fully compliant with W3C guidelines?

Thanks for your help.

Bhuvnesh Chaudhry


*
This e-mail message (along with any attachments) is intended only for the named 
addressee and could contain information that is confidential or privileged.  If 
you are not the intended recipient you are notified that any dissemination, 
copying or use of any of the information is prohibited.  Please notify us 
immediately by return e-mail if you are not the intended recipient and delete 
all copies of the original message and attachments. 

This footnote also confirms that this message has been checked for computer 
viruses.

*


**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



[WSG] Graph descriptions: Summary, details or both

2004-11-21 Thread CHAUDHRY, Bhuvnesh
Hello list,

I have been providing [D] links to the descriptions for the graphs on my
website. However, the descriptions are basically limited to summaries of
the graphs, telling about the axis, type of data plotted and the
important trends or may be a couple of figures.

Now, I am not sure whether a summary is enough or the descriptions
should also detail the underlying data. Its easy for a normal reader to
either study a graph in detail or just give it a quick glance to get an
idea about, say, the trend. How are we supposed to make it equally easy
for people with visual disabilities ? Should we have two [D] links - one
taking to the summary and the other to the detailed analysis of the
graph so that the user can decide his option ?

Any ideas and/or examples would be appreciated ?

Thanks

Bhuvnesh Chaudhry



*
This e-mail message (along with any attachments) is intended only for the named 
addressee and could contain information that is confidential or privileged.  If 
you are not the intended recipient you are notified that any dissemination, 
copying or use of any of the information is prohibited.  Please notify us 
immediately by return e-mail if you are not the intended recipient and delete 
all copies of the original message and attachments. 

This footnote also confirms that this message has been checked for computer 
viruses.

*


**
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] PDF to HTML conversions

2004-10-05 Thread CHAUDHRY, Bhuvnesh
There are a few tools and some suggestions to make PDF documents
accessible but do you think there is one solution/process/tool which can
actually convert a typical PDF file containing 

2 column text flow
a few graphs
a couple of tables
and a few images

into a usable (not only accessible) document for the web?

I still have a feeling that you can click on all these links to gather
some information but at the end of the day you still don't have a
solution.

I just feel helpless. 


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Kershaw, Lilania
Sent: Tuesday, 5 October 2004 15:57 
To: [EMAIL PROTECTED]
Subject: RE: [WSG] PDF to HTML conversions


OminPage is an OCR program. Haven't used it yet, but supposed to convert
PDFs to any document type - word, excel, htm, etc, and retain
formatting. pretty cheap too, under 1K

Lilania Kershaw 



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Chris Bentley
Sent: Tuesday, 5 October 2004 3:44 PM
To: [EMAIL PROTECTED]
Subject: Re: [WSG] PDF to HTML conversions


 Does anyone have ideas about the tools in market to convert PDF into 
 HTML

http://sourceforge.net/projects/pdftohtml/

cheers, Chris

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**




*
This e-mail message (along with any attachments) is intended only for the named 
addressee and could contain information that is confidential or privileged.  If you 
are not the intended recipient you are notified that any dissemination, copying or use 
of any of the information is prohibited.  Please notify us immediately by return 
e-mail if you are not the intended recipient and delete all copies of the original 
message and attachments. 

This footnote also confirms that this message has been checked for computer viruses.

*


**
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] PDF to HTML conversions

2004-10-04 Thread CHAUDHRY, Bhuvnesh
Thanks Russ, for the quick reply.

The link you sent is quite informative but as Bruce Maguire also
believes, do you know of any GOOD PDF to HTML converters ?

Regards

Bhuvnesh

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of russ - maxdesign
Sent: Tuesday, 5 October 2004 08:50 
To: Web Standards Group
Subject: Re: [WSG] PDF to HTML conversions


 The WE04 was great but unfortunately none of the speakers discussed 
 the issue of making PDF files accessible. I am currently facing this 
 problem.


You may be after tagged pdf's:
http://www.planetpdf.com/enterprise/article.asp?ContentID=6067
http://www.webaim.org/techniques/acrobat/
(links straight from Google)

You may have noticed that the subject of pdf's was quite explosive at
WE04. Some believe that PDF's should be avoided where-ever possible,
while others believe that if you make pdf's as accessible as possible
then you have done you bit.

Bruce Maguire (HEROC) believes that currently developers should try to
provide pdf content in some other form - such as html.

HTH
Russ


**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**




*
This e-mail message (along with any attachments) is intended only for the named 
addressee and could contain information that is confidential or privileged.  If you 
are not the intended recipient you are notified that any dissemination, copying or use 
of any of the information is prohibited.  Please notify us immediately by return 
e-mail if you are not the intended recipient and delete all copies of the original 
message and attachments. 

This footnote also confirms that this message has been checked for computer viruses.

*


**
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] Search Tool

2004-07-29 Thread CHAUDHRY, Bhuvnesh
Do you want to include a Search Tool or a keyword ?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of amer amer
Sent: Thursday, 29 July 2004 13:30 
To: [EMAIL PROTECTED]
Subject: [WSG] Search Tool


Hi Guys,

I am a beginner in HTML and CSS, I need to include a Search Tool (by 
entering a keyword to search inside my website) in my new website, does 
anyone help me in that?

Thank you in advance.

Regards,

Am

_
Share a single photo or an entire photo slide show right inside MSN(r) 
Messenger. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU
=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
  Start enjoying all the benefits of MSN(r) Premium right now and get
the 
first two months FREE*.

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 




*
This e-mail message (along with any attachments) is intended only for the named 
addressee and could contain information that is confidential or privileged.  If you 
are not the intended recipient you are notified that any dissemination, copying or use 
of any of the information is prohibited.  Please notify us immediately by return 
e-mail if you are not the intended recipient and delete all copies of the original 
message and attachments. 

This footnote also confirms that this message has been checked for computer viruses.

*


*
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] Disapearing list in Firefox 0.9

2004-07-01 Thread CHAUDHRY, Bhuvnesh
I have just put the test page on a web server. The URL is:

http://www.rba.gov.au/BC_Test/overview.jsp

The stylesheets are:

http://www.rba.gov.au/BC_Test/_Stylesheets/conf04_presentation.css
http://www.rba.gov.au/BC_Test/_Stylesheets/Conf04-advanced.css
http://www.rba.gov.au/BC_Test/_Stylesheets/conf04_media.css

Thanks

Bhuvnesh Chaudhry

-Original Message-
From: Ben Bishop [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 1 July 2004 16:51 
To: [EMAIL PROTECTED]
Subject: Re: [WSG] Disapearing list in Firefox 0.9


Hi Bhuvnesh,

 When I hover the mouse over an un-ordered list, the list simply 
 disappears in FireFox 0.9. Does anybody have a remedy ?

Let's check we have all the available information on this one:

You have an unstyled unordered list inside the body of an otherwise empty, yet valid 
(x)HTML page - and when this page is rendered in Firefox 0.9 and the mouse pointer 
moved over the list, the list disappears?

Is your page publicly accessible (and if so, can you provide a URL)?

Regards,
Ben
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



*
This e-mail message (along with any attachments) is intended only for the named 
addressee and could contain information that is confidential or privileged.  If you 
are not the intended recipient you are notified that any dissemination, copying or use 
of any of the information is prohibited.  Please notify us immediately by return 
e-mail if you are not the intended recipient and delete all copies of the original 
message and attachments. 

This footnote also confirms that this message has been checked for computer viruses.

*


*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



[WSG] Disapearing list in Firefox 0.9

2004-06-30 Thread CHAUDHRY, Bhuvnesh
Title: Message



Hi,

When I 
hover the mouse over an un-ordered list, the list simply disappears in FireFox 
0.9. Does anybody havea remedy ? If this has been discussed before, could 
you please direct me to the resource.

Thanks

Bhuvnesh 
Chaudhry

*
This e-mail message (along with any attachments) is intended only for the named addressee and could contain information that is confidential or privileged.  If you are not the intended recipient you are notified that any dissemination, copying or use of any of the information is prohibited.  Please notify us immediately by return e-mail if you are not the intended recipient and delete all copies of the original message and attachments. 

This footnote also confirms that this message has been checked for computer viruses.

*




RE: [WSG] Ordered list mark-up

2004-06-08 Thread CHAUDHRY, Bhuvnesh
Any more thoughts on this one please ?

-Original Message-
From: Bert Doorn [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 8 June 2004 11:13 
To: [EMAIL PROTECTED]
Subject: RE: [WSG] Ordered list mark-up


G'day

Well, the specs appear to have provision for it.  Unfortunately the vast majority of 
browsers do not (yet) seem to support it.

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0//EN
 HTML
HEAD
  TITLEContent alignment in the marker box/TITLE
  STYLE type=text/css
   LI:before { 
   display: marker;
   content: ( counter(counter,lower-alpha) ) ;
   counter-increment: counter;
   width: 3em;
   text-align: center;
   }
  /STYLE
   /HEAD
   BODY
 OL
   LI This is the first item.
   LI This is the second item.
   LI This is the third item.
 /OL
   /BODY
 /HTML

I've tested this code in Opera 7.5, MSIE 6, Mozilla 1.6 and Firefox 0.8.  It worked 
only in Opera, where it displayed both the regular 1 and the (a) like this:

  1. (a) This is the first item. 
  2. (b) This is the second item.
  3. (c) This is the third item.

(you'd need to set the ol's list-style to none, to suppress the numbers)

The others just showed a numbered list:

  1. This is the first item. 
  2. This is the second item.
  3. This is the third item.

Perhaps others have experimented with this and found a way for it to work in other 
browsers.

Regards
--
Bert Doorn, Better Web Design
www.betterwebdesign.com.au
Fast-loading, user-friendly websites

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



*
This e-mail message (along with any attachments) is intended only for the named 
addressee and could contain information that is confidential or privileged.  If you 
are not the intended recipient you are notified that any dissemination, copying or use 
of any of the information is prohibited.  Please notify us immediately by return 
e-mail if you are not the intended recipient and delete all copies of the original 
message and attachments. 

This footnote also confirms that this message has been checked for computer viruses.

*


*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



[WSG] Ordered list mark-up

2004-06-07 Thread CHAUDHRY, Bhuvnesh
Title: Ordered list mark-up





Hi guys,


I was wondering if you could tell me how to mark-up an ordered list using CSS so that the bullets are enclosed in parenthesis, e.g.

(a) Text piece 1
(b) Whatever


Thanks


Bhuvnesh Chaudhry





*
This e-mail message (along with any attachments) is intended only for the named addressee and could contain information that is confidential or privileged.  If you are not the intended recipient you are notified that any dissemination, copying or use of any of the information is prohibited.  Please notify us immediately by return e-mail if you are not the intended recipient and delete all copies of the original message and attachments. 

This footnote also confirms that this message has been checked for computer viruses.

*