:首字母读取<img/>标签

时间:2016-11-02 16:07:51

标签: html css image css3 pseudo-element

我的段落<p><img>中的p:first-letter开头,因此<img>不适用于<img>之后的文字

如果删除OpenFileDialog openFileDialog = new OpenFileDialog(); openFileDialog.Filter = "JPG|*.jpg;*.jpeg|PNG|BMP|*.bmp|GIF|*.gif|*.png|TIFF|*.tif;*.tiff"; if (openFileDialog.ShowDialog() == DialogResult.OK) { // }

,它确实有用

https://jsfiddle.net/zg93usfn/

2 个答案:

答案 0 :(得分:5)

这是不可能的

请参阅w3.org

  

:: first-letter伪元素代表an的第一个字母   element,如果没有任何其他内容(例如 images 或   内联表格)就行了。

答案 1 :(得分:0)

您可以将文本包装到任何中性html标签,然后使用字母间距。这只是使用CSS解决此问题的一种方法。