Questions tagged as 'css3'

0
answers

Transition between text lines with CSS keynotes

Is there any possibility of transcitioning between two or more lines of text using a typewrite effect based on CSS keynotes? In annex the css with the keynotes and a basic line of html linked to it. .typecontainer { width: 960px;...
asked by 19.12.2017 / 01:29
2
answers

Nesting media queries with CSS

I'm thinking about nesting several media queries within a single one, something like: @media (width: 1024px){ @media (heigth:300px){ //codigo } @media (heigth:600px){ //codigo } } It would be possible or should be done of...
asked by 21.11.2017 / 00:04
1
answer

Aspnet mvc 4 Bootstrap v3.3

I am developing in asp.net mvc 4 and I have the following query: with this code: <div class="col-md-12"> <label>Ejemplo</label> <input type="text" name="name" class="form-control"/> </div> It should...
asked by 13.11.2017 / 18:57
1
answer

Insert after a Form-Group

The following code causes my new element to be inserted after the input element: .validate({ errorPlacement: function (error, element) { element.after(error); }, I mean, I have this HTML code: <link href="https://maxcdn.bootstrap...
asked by 20.09.2017 / 18:15
1
answer

Effects jQuery click on asp.net

I am a beginner in jQuery and javascript but what I want is that when you click on the button all that blue footer grows up and stays there. This is my code jQuery : <script> $(function(){ $("button").click(fun...
asked by 27.07.2017 / 08:02
2
answers

Materialize, hover effect, active & visited on button tag html5

I'm doing button styles within gulp-sass by applying effects such as hover , active and visited with Materialize , but at the time of clicking to the button and release it puts a default color of the aforementioned framewo...
asked by 19.06.2017 / 21:01
1
answer

Problem with property hover css

I have a button that when the mouse passes two buttons are shown, but I have an error that when clicking on a button of the two shown, they are lost. How can I solve this problem? This is my code: .stBoton { padding: 10px; }...
asked by 18.06.2017 / 05:27
0
answers

problems with anchors in firefox [closed]

I have problems with anchors in firefox I pass the url link the code you used was to put a button or class p in the html Upload and the script you use is: </script> <script type="text/javascript"> (funct...
asked by 16.06.2017 / 17:19
0
answers

Adapt the image to the gallery in materialize CSS [closed]

Hello people, I have the following problem and I hope someone can help me. my client asked me to see the image complete in the slider use materialize CSS3 anyone knows some way to make the image look in full desktop mode ?, in mobile mode if...
asked by 01.06.2017 / 07:34
1
answer

What does @media (orientation: landscape) return on pc?

I'm trying to generate rules for cases where "orientation" is not available, as a browser on pc, but I can not make this rule work, I want the three cases to be considered, "orientation: portrait", "orientation: landscape" and "orienta...
asked by 27.07.2018 / 21:03