Questions tagged as 'css3'

1
answer

Hover slider Effect with Jquery does not work

I'm developing a web application using html, css, jquery and put an animation like this in my application. link with example of what I wanted in my application But when you hover over the images, the animation does not work and does not...
asked by 31.01.2018 / 15:46
2
answers

CSS: how to insert a centered image element in the paper?

Personal how can I insert a centered image element like a html document, to define "@media print" format? In the model I'm applying on screen, for screen viewing. <html> <head> <title></title> <style> @...
asked by 06.02.2018 / 14:33
2
answers

How to generate event from marking or clearing checkbox with jquery / javascript

I'm trying to generate events from user action in a checkbox list. The idea is simple: Manage the appearance of "divs" content on the screen from the ".toogle ()" jquery method in checkbox in html. The method works for other input elements, s...
asked by 18.02.2018 / 16:31
1
answer

How do I display loading while the page is loading with Semantic UI?

Well, I just saw in the semantic site the loading topic, where the various types of loadings, but I was not sure how I would do it so that when the content was being loaded it would take that loading and when it was fully loaded it loses itself...
asked by 24.12.2017 / 03:26
1
answer

CSS does not respond below Header

Sorry if it's a silly question, but in fact I can not see the problem or I did not have this experience well, because I'm a beginner. I'm developing through Dreamweaver CC and my CSS has worked perfectly there, but when I switch to browsers, onl...
asked by 26.01.2018 / 02:25
1
answer

Menu changing page content [closed]

Talk to me, I'm producing a Site and I made an HTML + CSS Menu, the only problem is that the Menu is changing the positioning of things that are below it, eg: if the menu exists and below there is a < p > Test < / p > when scrolling...
asked by 05.01.2018 / 00:44
1
answer

Spacing between rows

I'm using the Materialize Framework on a website, but when I create two lines it gives me that spacing, does anyone know how to fix it? <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <!--...
asked by 29.10.2017 / 15:54
1
answer

html and body with height of 100%

Well, good morning! I'm using flexbox, and I saw that to center some div on the screen, div in the case created inside the body, to align with align-items and justify-content (using the two with the value center, will center horizontal and ver...
asked by 11.12.2017 / 11:20
1
answer

Table in html with excel classes

<!DOCTYPE html> <html> <head> </head> <body> <table> <tr> <th>Company</th> <th>Contact</th> <th>Country</th> </tr> <tr>...
asked by 01.12.2017 / 12:30
1
answer

Problems with drop down

I'm using an unordered list to do a drop down, I've inherited all CSS characteristics and called the corresponding functions but my drop down is not displayed (even the console does not point to errors) follows the code. <!DOCTYPE html>...
asked by 10.11.2017 / 02:48