Questions tagged as 'css'

3
answers

Modal jQuery or Bootstrap that receives email and name, automatically displayed when loading page

I tried the following code but it is not working <script type="text/javascript"> $(document).ready(function() { $('#myModal').modal('show'); }); </script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3....
asked by 05.07.2016 / 16:56
2
answers

How to create an icon with animated hover

What do I need to know to create an animated hover like this in the link menu? I know that this menu is done with javascript, but where should I look for those such icons that look like gifs, some specific website or font, or would I have to c...
asked by 10.05.2016 / 22:01
1
answer

Mount responsive menu with CSS

Galera I set up a very simple menu, but I do not know how to put it to be responsible. The problem I'm having is the following. The 2nd menu is ok, but the first one generates a line break, as there are many options, I need to make backgro...
asked by 10.05.2016 / 15:50
1
answer

Modal display when submitting form. Without loading the page

I have the code below. I would like to display a modal once I submit the form and if all fields are filled out. If any field has not been filled it is already showing a popover in the field indicating that it is wrong. Thank you for your contrib...
asked by 14.05.2016 / 18:55
1
answer

Zoom effect in DIV

I need to make a similar effect to this page link . When you hover over the product (DIV) it has a zoomed effect and raised. I tried to do this: HTML <div class="row"> <div class="col-md-3 classe"> <img src="imagem...
asked by 10.05.2016 / 21:25
1
answer

CSS for messages A and B

I have the following span with messages exchanged between a user A and a B. How can I configure these spans to appear each in their line. The way I have the style of span it overlaps the messages on the same line. <div class="...
asked by 30.01.2016 / 11:35
1
answer

Custom Prompts and Alerts

Good evening guys, I'm working with Apache Cordova, which basically uses WEB language (html, css, javascript ...) to make Android applications, iOS, among others. I need to make use of custom prompts and prompts. I wanted to customize ever...
asked by 23.02.2016 / 22:30
2
answers

Div with other divs inside

I just want to make a div , as if it were a windows window, with title, body and a button bar at the end. But I do not know why, depending on the size of the window, it "leaks" or is left over the screen ... I wanted the title and the bar...
asked by 02.03.2016 / 02:37
1
answer

How to Create Tabular Data with Link See More?

I'm pulling from the records database of a given table. I want to show only 4 on 4 records on the screen. But I would like to pull all at once rather than paging (1, 2, 3, 4). I want to show 4 lines and put down a SEE MORE button and whe...
asked by 04.03.2016 / 14:32
2
answers

I can not leave words next to form

I would like to leave a div completely aligned with a form straight horizontally. However, although they are side by side, the form is "descending" when it should be aligned horizontally. How can I solve this problem? Currently it looks l...
asked by 06.03.2016 / 22:27