Questions tagged as 'css3'

2
answers

Bootstrap styles do not load

I have a website and am using Bootstrap but for some reason when I go to index.php everything works as it should, but if it is to index.php / (with the end bar) the HTML code loads more the rest, not css or js or anything.     
asked by 24.03.2014 / 18:38
1
answer

What are the max-content and min-content width values?

Recently I came across these two values for width of an element, however I did not understand how to use them and what they are for ... This is what the Mozilla documentation says, but I did not understand: max-content Th...
asked by 04.12.2018 / 12:13
2
answers

How do I put hover in an image? [closed]

How do I put hover on an image. And when past the mouse appears the hover with text inside.     
asked by 01.02.2016 / 14:44
1
answer

Problems with Width

Hello, I have a problem with my project, at the top of my site I want a picture and a blue block, as shown below, top http://www.mediafire.com/convkey/9b19/xrewbegj44ce1e6zg.jpg Both are inside a div # top with height: 10% and width: 100%;...
asked by 18.02.2015 / 15:05
3
answers

How to change the background of a checkbox with CSS only?

CSS in width and heigth do not work, background-color input{ width: 20px; height: 20px; } input:checked{ background-color: blue; width: 25px; height: 25px; } <input type="checkbox">     
asked by 06.08.2018 / 17:44
2
answers

Create a lower bar with Tabs

Is there a jQuery plugin that creates an options bar like the PHP Debug Bar project? Does anyone have any suggestions for implementation? "Messages | Request | Timeline" is a thin, fixed bar in the footer of the site and clicking "Messages"...
asked by 07.08.2014 / 23:40
1
answer

Place a button on the input side

Follow jsfiddle: link The first code is correct, but in the second code I put a button on the side and the input got smaller. Why does this happen? I want to leave the same code equal but with a right-hand button. See the image:...
asked by 25.07.2018 / 22:53
3
answers

Problem with animation in the Menu

I'm trying to create a simple menu, with an animation that when clicking the icon the menu options appears, if I click again on the icons they disappear. I only managed so far, that the options appear when icon is clicked, but at the end of t...
asked by 01.01.2019 / 16:45
1
answer

CSS unconfigured when printing

My page looks like this: <div class="container"> <div class="row"> <div class="col-sm-12 col-md-12" style="border-style:solid;"> <div style="text-align:center;" class="col-sm-12 col-md-12"> <i...
asked by 10.10.2018 / 13:56
1
answer

Position absolute does not occupy 100% of the parent

Because a div with absolute position does not occupy 100% of the width of the parent if it fits, why does the line break before? See the example below: .segura{ width: 200px; height: 200px; display: block; position: relative;...
asked by 19.10.2018 / 17:06