Thread: CSS-Rätsel
View Single Post
Old 12-31-2014, 11:26 AM   #4
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
nazareno
meines Erachtens wirst es automatisch nicht gehen.

Workaround könnte ein SPAN Tag sein:
CSS:
Code:
.sign {
display: block;
font-size: 3em;
position: absolute;
margin-left:-0.8em;
float:left; 
margin-top:-23px;
color: #7a7a7a;
}
XHTML
Code:
<p>.... Nullam ut massa rutrum dolor placerat tempor accumsan eget purus.</p>
<blockquote><p><span class="sign">“</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ac tellus nunc. Phasellus imperdiet leo metus, et gravida lacus. Donec metus ligula, elementum at pellentesque pellentesque, suscipit...</p></blockquote>
Attached Files
File Type: epub sample1.epub (2.7 KB, 601 views)
Mark Nord is offline   Reply With Quote