[EMAIL PROTECTED] wrote:
> How are people handling putting quotes on q tags?
> I used a quote yesterday and while moz (I think) and Safari both had
> quotes built in, IE did not. Is there a definitive approach?
> I though I might do it manually (and thus reliably), but setting
> q {
>   quotes: none;
>  }
> didnt seem to affect the compliant browsers.

This works in Firefox 0.8, no idea about other browsers:

q:before, q:after {
        content: "";
}

> Lea
> ~ and if anyone can tell me what to call the little blocks of
> text that
> are pulled out and the surrounding paragraph wraps around it,
> I will be
> forever in your debt! Makes googling difficult when you can't remember
> what the silly things are called

Pull quotes?
http://desktoppub.about.com/library/glossary/bldef-pullquote.htm

-- 
 Lindsay Evans.
 Developer,
 Red Square Productions.

 [p] 8596.4000
 [f] 8596.4001
 [w] www.redsquare.com.au

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

Reply via email to