Jump to content
  • 0

Помогите скрыть div


БлагоѨръ
 Share

Question

<div class="content__left content__along" data-min-height="793" style="min-height: 793px;">

<style>
#vw2wukgldi{overflow: hidden;
position: relative;
height: 23px;
padding: 5px 0 7px 7px;
background: #f2f2f2;
line-height: 18px;
white-space: nowrap;}
</style>

<div id="vw2wukgldi">
<img alt="" style="width:0;height:0;position:absolute;visibility:hidden;" src="https://rs.mail.ru/d20185091.gif?sz=4&rnd=157083199&ts=1473023234&sz=4">
<script type="text/javascript">
(function(){
	app.Dollars.showDirect(131207, "worm", {
		  stat_id: 723102
		, site_charset: 'utf-8'
		, type: 'row'
		, ad_format: 'direct'
		, title_font_size: 2
		, font_size: .9
		, limit: 1
		, title_color: '656972'
		, url_color: '656972'
		, all_color: '656972'
		, text_color: '656972'
		, hover_color: '656972'
		, site_bg_color: 'fff'
		, favicon: true
	}, function(error){
		new Image().src = '//rs.mail.ru/d20118330.gif?rnd=' + Math.random();
	});
})();
</script>
</div>

Мне нужно его скрыть/замаскировать/всёчтоугодно, только чтобы его не было видно или он слился с общим фоном только с помощью одного css вот этот <div id="vw2wukgldi">. Ну и естественно, как видно, что этот id генерируется случайным образом с помощью js.

 

Это возможно?

Edited by БлагоѨръ
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Если у вас в блоке content__left нет других элементов с id. Скройте так:

.content__left [id] {display: none;} /*Можно уточнить (>) или div[id] */

Если этот элемент располагается последним, можно применить различные псевдоклассы (в том числе и по типу).

Link to comment
Share on other sites

  • 0
В 05.09.2016 в 09:16, dmitryiva сказал:

Если у вас в блоке content__left нет других элементов с id. Скройте так:


.content__left [id] {display: none;} /*Можно уточнить (>) или div[id] */

Если этот элемент располагается последним, можно применить различные псевдоклассы (в том числе и по типу).

К сожалению есть и естественно скрывается и то, что нужно, и то, что не нужно.

В 05.09.2016 в 09:47, dmitryiva сказал:

Ну или если не после 


style ~ div[id]

 

БлагоДарю! :)

Edited by БлагоѨръ
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy