iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-01-2003, 12:18 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Aug 2003
Location: Worldwide
Posts: 8,170
Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9
Default CSS Issue - Can you help me please?

For the sake of the accessibility of my web site, I use by quotes the tag <q>. Though, while the symbols "..." do not appear in IE, I have added them manualy.

Though in Opera in looks like this: ""..."" - DOUBLE!

Is there a way in CSS to fix this problem?

Example see here: http://www.webnauts.net/css_final/accessibility.shtml

Thanks in advance for your help!
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO
Reply With Quote
  #2 (permalink)  
Old 11-01-2003, 02:18 PM
Narasinha's Avatar
WebProWorld Pro
 
Join Date: Aug 2003
Location: Urbana, Illinois, US
Posts: 232
Narasinha RepRank 1
Default Re: CSS Issue - Can you help me please?

Quote:
Originally Posted by Webnauts
For the sake of the accessibility of my web site, I use by quotes the tag <q>. Though, while the symbols "..." do not appear in IE, I have added them manualy.

Though in Opera in looks like this: ""..."" - DOUBLE!
In looking at the page with Opera 7.21 I only see single quotation marks around the quoted text. I notice the <span> container you placed around the marks. Did that solve the problem?

Internet Explorer does not place the quotation marks around quoted text, but Opera does. MOzilla Firebird also adds them. Did it double them without the <span> container?

I have used the <q>quote</q> tag on my home page. I did add the cite="source" attribute to the one I used. I have <q cite="http://dictionary.reference.com">definition</q> but as far as I know, only Netscape 6+ uses this attribute so far.

I did just find the CSS used to control the quotation marks, but it doesn't solve your initial problem:

Code:
q:before { content: "\0022" } q:after { content: "\0022" }

- OR - (for 2 levels of quote embedding)

* { quotes: "\0022" "\0022" "'" "'" }
q:before { content: open-quote }
q:after { content: close-quote }
The only problem is that this does not seem to have any effect on Internet Explorer. It does have the desired effect in Opera and Firebird, letting you choose the quotation characters which will be used. Check http://www.eskimo.com/~bloo/indexdot...ate/quotes.htm for further information.

Hope this helps,
Narasinha
Reply With Quote
  #3 (permalink)  
Old 11-01-2003, 02:38 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Aug 2003
Location: Worldwide
Posts: 8,170
Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9
Default

Thanks Narasinha for your great help.
I though have fixed the problem.
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 09:44 PM.



Search Engine Optimization by vBSEO 3.3.0