css

Pop-up window (self-written or fancybox?)

It is worth fancybox now. You need a plugin for the subscription form. When you click on the link, a pop-up window with the f ... efficient to push the subscription form into display:none and display it when you click on the link using position: absolute?

SVG Animation of the gradual appearance of stroke-dasharray

After repeated attempts to animate a circle with the stroke-dasharray property, I came up with a variant of nesting circle in ... parts. I want to make an animation of the unfolding of the block, but so that all this is in parts (see the second object).

Strikethrough text when clicked?

I have a website consisting of several pages (the header has a navbar that allows you to switch between pages). Let's say I ... 't work. For some reason, everything is crossed out at all: Can you help me, please? I a beginner, js has not studied yet.

Why the wow animation doesn't work.js and animate. css?

The animation should only work when you scroll to it. And it doesn't work at all. .box { width: 100px; height: 1 ... ow.min.js"></script> <script> new WOW().init(); </script> </body> </html>

Simple Calculator

Why doesn't the calculator work ? "use strict"; function CalcNumbers(result){ document.getElementById("input").i ... </div> </div> </div> <script src="calc.js"> </script> </body> </html>

How to undo the properties of a pseudo-class:active for the dropdown element?

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport ... Question: And how to make the element drop out only when you hover over it, i.e. that the pseudo-class: active does not work?

Drop-down menu in Bootstrap

Please tell me how in Twitter Bootstrap to make the drop-down menu drop down not when you click, but when you hover over the items? Must be done for the element dropdowns.

What is this line? chrome-extension://napifgkjbjeodgmfjmgncljmnmdefpbf /styles.css

You need to optimize the site, but the inspector shows that this extension is not used by 100%, and it has weight. "chrome-extension://napifgkjbjeodgmfjmgncljmnmdefpbf / styles.css" - what is it? do I need to delete it?

Font and font family. How to understand where what is?

I understand that the font family (aka typeface) contains fonts. But how it all works in practice is unclear to me. For examp ... any different fonts, options for how Times New Roman is displayed. Or are these all variants of Times New Roman font styles?

Bootstrap: col-sm height

There are three col-sm columns, and they have a background color. But the background is filled in only if the col-sm is fille ... r;"> <p class="text-center" style="padding-top:10px;">Все клиенты</p> </div> </div>

Vertical alignment of menu links to css

I'm trying to figure out how to create a menu in css. There is a sort of standard horizontal menu, with a drop-down menu from ... son in the center of the menu item, and not under it (aligned with all the menu items). In the result is generally confused.

Positioning and width of blocks

I want to make blocks like https://wp-kama.ru/id_7686/miniatyury-dlya-elemetov-taksonomij.html, namely, the speech about thi ... ков-то: отец мой да я...»... </p></div> </figure> </div> Code: http://www.cssdesk.com/Dmusw

Apply text to an image WITHOUT stretching the image to 100% of the screen

You need to overlay the text on the image, and the first link in Google gives this: .container { position: relative; ... f the parent object. This is not always convenient. How do I make it work with the original image size without stretching it?

Styling a specific ScrollBar

Is it possible to style a ScrollBar for a specific element? For example, I open a modal window on the site and make it scroll differently from the one that scrolls the page itself.

CSS. Elements by class except the last one

Tell me why bobik:not(:last-of-type) 'doesn't work' when there is a div without a class after the div with the bobik class. I ... e){ background: #9ED3E9; font-weight: bold; } And also on the fiddle there is a code Https://jsfiddle.net/L580hefa/1/

:after: before selectors, not working

Http://jsfiddle.net/qg9Rj/ #button-cart:before { background-color: black; content:" "; height: 37px; ... "button" value="ПОЛОЖИТЬ В КОРЗИНУ" id="button-cart" class="button"> Why aren't black blocks shown in the corners?

Positioning the span block

How do I prevent the text from moving to the left edge? You need to "Select a city..."was within the span block and was under ... n class="tlt">Город:</span> <span>Выберите страну..., Выберите город...</span></div> </div>

Content slider.

Good afternoon! Need a slider: On the left there are five blocks, and on the right there is a block with an image,and you nee ... ure that when: hover on the div on the left the corresponding img is displayed. Share the link or show an example of the plz.

Centering the span vertically on top of the image

Good afternoon! There is such a problem, I can't center the span block vertically. CSS .example2 { display:inlin ... ke now: What I don't like is that the text starts at the center and slides down. I would like it to be centered vertically.

Large image in the center at different resolutions, without using background (CSS)

Top-down page structure: The site header width is 800px aligned in the middle. the image 1400x400px is aligned in the middl ... width aligned in the middle. Using background I know how to do this, but you need to do this for the image in the img tag.