Questions tagged as 'css'

2
answers

Error in layout, scrolling left when line breaks

I have in a part of a website a selection of hours. I'm trying to just leave the layout last, and the folks have made a mistake and I'm not sure how to fix it. Here is a sample image, if you notice it, you will notice that from the second row...
asked by 16.05.2014 / 20:48
1
answer

applying charset in Email Marketing

I recently read that the ideal one for building an Email Marketing is not to use:    DOCTYPE    HTML    tag    BODY    Meta tag    Head tags    Base Tag    Link tag    Script tag    tag Title    Applet tag    Frameset tag    Tag...
asked by 20.05.2014 / 16:32
2
answers

Alignment of images inside the box

I have a 'box' where images are loaded, all the boxes have the same size, this size is: width:700px; height:575px But not all images have the same size, that is, their sizes vary and can reach the maximum measures of the box to which it is...
asked by 24.05.2014 / 07:21
1
answer

Html5 - onContextMenu, block other events

Hello, I'm using the onContextMenu event with e.preventDefault() to create a custom menu. The problem is that if it is the "native" behavior of the browser, events like Scroll and Zoom are deactivated, and by using this way they are still...
asked by 07.12.2018 / 09:33
1
answer

How to display the hidden div after reloading the page?

Hello, everyone. I'm developing a page where there is a hidden button that appears after a certain time. My code: HTML: <script src="https://f.vimeocdn.com/js/froogaloop2.min.js"></script><divclass="diminuir-video" styl...
asked by 06.12.2018 / 17:21
2
answers

Image opacity linked by CSS

Is there any possibility of giving attributes to a linked item via CSS? #content-homepage { background-image: url(../img/back.jpg); } I wanted to decrease the opacity of this image     
asked by 07.12.2018 / 04:19
2
answers

How to configure menu to direct the user to the exact point defined in href="#"

How to configure a menu so that when clicking on an item, you direct the user to the exact start point of the section related to the item clicked? The problem is that when I click, it directs to the beginning of the paragraph tag instead of t...
asked by 11.12.2018 / 17:38
1
answer

Css does not apply to div

I am making a theme for tumblr, and I have defined a div called "info" to organize posting times and number of notes in the post. But when I save the changes and I'm going to visualize, nothing changes. When opening the preview element, I realiz...
asked by 16.12.2018 / 19:23
1
answer

How to put a scrawl on the page [closed]

How to put a scrawled orange as in the image below on the html page?     
asked by 19.11.2018 / 22:12
1
answer

Find div containing image and add class for CSS recognition

I need help finding the <img> tags within the structure below. When found, add a "hasimg" class next to the "skuFiltro" class of the primary <ul> tag. I need to recognize if it has an image or not to be able to diffe...
asked by 23.11.2018 / 12:33