Questions tagged as 'css'

2
answers

Simulate event click tag list Span

I have a page where I display some audios when the user clicks and fires the sound. ExampleHTML<td><spanclass="audiospeak" data-lang="en" data-aid="of">of</span></td> <td><span class="audiospeak" data-lang="en"...
asked by 14.02.2018 / 14:40
2
answers

Is there a standard for Media Query application?

I'm starting to learn about Media Querie now and I have a question that I did not see the answer to. Is there any standard in the media application querie? It is correct to have a media-querie.css file with all modifications or the correct...
asked by 05.02.2018 / 20:10
1
answer

Menu with doubt dropdown

Well, I made a menu with dropdown that gives a little problem. As soon as he opens, he stretches the line rather than being in a box. Can anyone help me - > link link where the menu is located. <html> <head> <style> widt...
asked by 02.02.2018 / 20:22
2
answers

Background color did not go out when clicking the close CSS button

I'm developing a web application using Html, CSS, Jquery, and every time the page is loaded a modal appears with an image. ButwhenIclickthecloseicontheimageexitsbutthebackgroundcolordoesnot. HTML<divid="boxes"> <div id="dialog" clas...
asked by 31.01.2018 / 00:36
2
answers

CSS - How to remove lines around the button?

Good morning, I have a question to remove the border when clicking on the button .. If somebody knows and can help I thank:) CSS:@charset"utf-8"; /* CSS Document */ body { font-size:16px; color:#000; } .imagem_1 { position:a...
asked by 31.01.2018 / 17:53
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
1
answer

Customize the FullCalendar button

I'm trying to customize the fullcalendar button, but I can not. I'm using Bootstrap. The CSS code for fullcalendar, I placed after the Bootstrap CSS and before the tag. See the code below: CSS .fc-right button{ text-transform: upper...
asked by 06.02.2018 / 21:01
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
1
answer

Question: Example of uploading files / PHP

I wonder if there is an example on the internet, that when logging in to an admin account, can send files to a certain account to download the file. For example: a pdf file What can I see to try to do something similar to this? Thank you!...
asked by 24.01.2018 / 18:32
1
answer

Site content covering navigation bar

I have a navigation bar at the top of a page, however the content on my site covers the navigation bar from the moment I use the scroll bar. How can I resolve this? Code : html, body { margin: 0; padding: 0; } main { po...
asked by 22.01.2018 / 19:10