Questions tagged as 'css'

1
answer

How to predict menu size not to break

I have a menu that is manageable. The client placed many items in li with this the menu threw some items down, overlapping the banner below. Can you predict the size of the menu? Maybe in the same ul . When the li number is too large, it in...
asked by 28.07.2017 / 15:13
0
answers

Image deforms when page mute

Hello, I made a first index.html file in which has a footer with some information and small images. Then I created other secondary pages with the same footer (exactly the same), but the footer images in the secondary pages have different dimensi...
asked by 01.08.2017 / 16:41
1
answer

Help with Div manipulation

Good afternoon. I need help with manipulating a Div. In theory, I just have to pass a 'curved' div over another, but not just a circle but something more smoothed, as in the print below: link How would you do that? ps: I do not have rea...
asked by 01.08.2017 / 20:27
0
answers

Replace words on website

I use the code below to generate a space with recent comments made on my blog. It's working perfectly, except that Disqus generates the comment date in English. Ex: 1 month ago, 2 weeks ago, 1 day ago. I would like someone to help me with a stre...
asked by 22.07.2017 / 16:33
0
answers

Import source into CSS from .ttf file

Normally I imported the source Futura into my CSS code, but it does not work. Below is the CSS and folder structure. @font-face { font-family: "FuturaLT-Bold"; src: url("../fonts/FuturaLT-Bold.ttf"); font-size: 1em; } @font-...
asked by 22.07.2017 / 14:17
1
answer

Responsive HTML image

Someone can help me! I am not able to leave the images responsive via CSS and also in bootstrap. I'm using the banner-rotator-2.source with jquery, where I tried to define the class="img-responsive"; style="width: 100%"     
asked by 23.07.2017 / 00:54
0
answers

How to work effects on parts of an image?

I want to map an image, dividing it into 'n' equal parts, and apply zoom effects as you hover over each part. Home A practical example would be to divide a 100x100 image into 4 equal parts of 25x25 size. Each of these parts, when the mouse is su...
asked by 21.07.2017 / 21:58
2
answers

How to remove the spacing generated by tag a?

When I insert the a tag to link img , it generates a space at the bottom of the images. See the image below! Although the space is small, it is quite annoying not to know how to solve: Ineedthelinknottogeneratethisspacing.HTM...
asked by 20.07.2017 / 19:14
2
answers

Name on the image when mouse passes css

I need to put the image name on it when the mouse passes. The same effect we have using the: hover when the mouse goes over. I want to make the name of the image appear, put bold, font size, etc.     
asked by 21.07.2017 / 04:41
1
answer

Start css animation in div only after opening menu

I'm wondering how to start animation in css only after opening the menu in the option OPEN MENU and start the animation in the div <div class="product"></div> Example link in CodePen link @import url('https://fonts....
asked by 29.07.2017 / 16:40