>>>Tim wrote:
>>> ...So, in Explorer they look about
>>> how I'd like them.
>>
>> I'm on Linux, so I don't have access to Explorer, but in the spirit of
>>
>>> large quotes somewhere reasonably placed at the start and end of each 
>>> one of
>>> my quotes
>>
>> how about this?
>>
>>
>> add to this:
>> blockquote p {
>>  position: relative;
>> }
>>
>> and replace these with:
>>
>> .bqstart {
>>  color: #666;
>>  font-size: 700%;
>>  position: relative;
>>  top: -0.2em;
>>  left: -0.1em;
>> }
>>
>> .bqend {
>>  color: #666;
>>  font-size: 700%;
>>  position: absolute;
>>  bottom: -0.8em;
>>  right: -0.2em;
>> }
>>
>> ---Tim
>
>
> Thanks Tim, however it looks pretty wacky in Explorer. ...I'll have to 
> give this some thought. I'm still new to CSS, so off the top of my head 
> I'm seeing a work around how to format the curly quotes for all the 
> different browsers.
>
> Brian

i meant to say: *not* seeing 

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to