I am looking for a reliable cross-browser pull-quote solution in CSS.
See for instance, http://www.sitepoint.com/examples/pullquotes/
The problem seems at first to be sure that it functions across all
browsers, but there seem to be a few very similar solutions, so that
is probably not a major hurdle.
However, just to complicate things, I want to have it "inline" (http://
www.tizag.com/cssT/inline.php)
The reason I want this is that I want to use it as a blogging "plug-
in" - and I want to share this plugin with others. I can't expect them
all to include a CSS file, so I want to do it inline, then users can
post something like ...
"I went down the pub last night, because [[pq:I like beer]]. Hilarity
ensued"
The problem is that "first-letter" seems to be a block level
attribute, so I am not sure if I can use it inline...
Can it be done? Can someone show me how to inline - for instance - the
example from http://www.sitepoint.com/examples/pullquotes/
Thank you very much in advance.
See for instance, http://www.sitepoint.com/examples/pullquotes/
The problem seems at first to be sure that it functions across all
browsers, but there seem to be a few very similar solutions, so that
is probably not a major hurdle.
However, just to complicate things, I want to have it "inline" (http://
www.tizag.com/cssT/inline.php)
The reason I want this is that I want to use it as a blogging "plug-
in" - and I want to share this plugin with others. I can't expect them
all to include a CSS file, so I want to do it inline, then users can
post something like ...
"I went down the pub last night, because [[pq:I like beer]]. Hilarity
ensued"
The problem is that "first-letter" seems to be a block level
attribute, so I am not sure if I can use it inline...
Can it be done? Can someone show me how to inline - for instance - the
example from http://www.sitepoint.com/examples/pullquotes/
Thank you very much in advance.
Comment