我正在使用CSS样式来修复默认Facebook风扇框的样式。
问题在于,我不能将“明确:两者”的父帖后内容部分(其中称为“甲状腺颈部肿块的原因”)作为目标
我尝试了以下代码:
.-cx-PRIVATE-uiImageBlock__content{
clear: both;
}
但它似乎只能在我的电脑上运行,因为类名会根据你所使用的计算机而改变吗?
是否有办法定位该div,无论如何它对所有计算机/浏览器/操作系统都是“clear:both”?
以下是HTML内容:
<div class="clearfix"><a class="external -cx-PRIVATE-uiImageBlock__image -cx-PRIVATE-uiImageBlock__largeImage lfloat" aria-hidden="true" href="http://www.thyroid.com.au/blog/reasons-for-thyroid-neck-lumps/?ref=nf" rel="nofollow" target="_blank" data-ft="{"type":41,"tn":"E"}" tabindex="-1" onmouseover="LinkshimAsyncLink.swap(this, "http:\/\/www.thyroid.com.au\/blog\/reasons-for-thyroid-neck-lumps\/?ref=nf");" onclick="LinkshimAsyncLink.referrer_log(this, "http:\/\/www.thyroid.com.au\/blog\/reasons-for-thyroid-neck-lumps\/?ref=nf", "http:\/\/www.facebook.com\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fwww.thyroid.com.au\u00252Fblog\u00252Freasons-for-thyroid-neck-lumps\u00252F\u00253Fref\u00253Dnf&h=wAQEaywabAQFjkWBq_12A_eL7rVFG7Tv4gu0VXfElQqzWdA&s=1");"><img class="img" src="http://platform.ak.fbcdn.net/www/app_full_proxy.php?app=254577506873&v=1&size=z&cksum=6832c1a10fa088b2eb112fe71667be00&src=http%3A%2F%2Fwww.thyroid.com.au%2Fwp-content%2Fuploads%2F2011%2F10%2Fhyperthyroidism.jpg" alt=""></a><div class="-cx-PRIVATE-uiImageBlock__content "><div class="fsm fwn fcg"><div class="uiAttachmentTitle" data-ft="{"type":11,"tn":"C"}"><strong><a href="http://www.thyroid.com.au/blog/reasons-for-thyroid-neck-lumps/" target="_blank" onclick="LinkshimAsyncLink.referrer_log(this, "http:\/\/www.thyroid.com.au\/blog\/reasons-for-thyroid-neck-lumps\/", "http:\/\/www.facebook.com\/si\/ajax\/l\/render_linkshim_log\/?u=http\u00253A\u00252F\u00252Fwww.thyroid.com.au\u00252Fblog\u00252Freasons-for-thyroid-neck-lumps\u00252F&h=aAQHSUMCfAQEtYTi5yinio3ZiIIl7p6PPjwOzidpvNqkbYA&s=1");" rel="nofollow" onmouseover="LinkshimAsyncLink.swap(this, "http:\/\/www.thyroid.com.au\/blog\/reasons-for-thyroid-neck-lumps\/");">Reasons for Thyroid Neck Lumps</a></strong> </div><span class="caption" data-ft="{"tn":"L"}">Thyroid and Parathyroid Gland Surgery Sydney</span><div class="mts uiAttachmentDesc translationEligibleUserAttachmentMessage" data-ft="{"tn":"M"}">
Reasons for Thyroid Neck Lumps
Many people feel a lump in their neck and they immediately become afraid of the C word that no one ever wants to think about. However, this is not always the cause of a lump in the throat and it will be important to get an ...</div></div></div></div>
发布所有HTML都太大了,但这是我感兴趣的部分。
答案 0 :(得分:0)
如果您想定位所有div
,无论其名称是什么,只需使用div{ clear: both }
,如果您想定位特定的div,其名称可能会更改,您可以使用xpath
解决具体的div