Questions tagged as 'css'

1
answer

Darken background by hovering over the link

Hello, How to make a darkening effect on the background of the site by hovering over the main title? Same as this site: link I've tried this addClass but it did not work: ( <script type="text/javascript"> $(document).ready(...
asked by 22.07.2018 / 21:30
1
answer

What are Feature Queries in CSS? How do you use them and what do they do? [duplicate]

I've heard a lot about the term Feature Queries when talking about CSS3. But what are they and what are Feature Queries for? How does this apply to projects' CSS?     
asked by 20.07.2018 / 20:05
3
answers

Arrange divs in blocks one over the other?

I'd like to organize my divs in column form, but not side by side, but rather one over the other. Normally when using float: left or display: inline-block the elements are placed side by side up to the size limit, and then a new li...
asked by 19.07.2018 / 00:48
1
answer

AJAX request works on all browsers except Firefox

I have tried to make an AJAX upload system and it works perfectly in Chrome, however it does not work in firefox. I used the $.ajax() function of JQuery. Do you have any suggestions whatsoever? I have a normal form that requires a file...
asked by 02.10.2018 / 22:19
3
answers

CSS does not obey the margin-right

I just do not understand why the third line does not align with the rest of the text. link HTML: <div id="contact"><h1>CONTACTO</h1> <p>+(351) 968 888 888&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n...
asked by 28.04.2014 / 16:05
1
answer

Customize the appearance of the jquery-ui dialog widget

I'm trying to change the appearance of the 'dialog' widget of jquery-ui, and so far I have the following css code for this: .ui-dialog { position: fixed; z-index: 1050; display: none; overflow: auto; overflow-y: scroll; -webkit-ove...
asked by 12.04.2014 / 16:23
1
answer

Move the div to the degrees value in Javascript

Simply move the div toward the degress value. I did several ways, but I can not. A code I'm trying to: link "Does anyone have any light / solution to this problem?!" Signage / Example below: Thank you!     
asked by 18.06.2015 / 03:47
1
answer

Toggle effect External page jQuery via require or include PHP

I'm creating a menu of users, it gets on a page the part that is embedded in other pages like index and home for example. It takes on the role of a widget that is only shown if there is session (user logged in) however it is shown with jQuery's...
asked by 22.09.2014 / 15:12
1
answer

Customizing the html5 audio player

I have been doubting for some time, there is some possibility of customization of the audio player of html5. So far I know that there is possibility using plugins developed in javascript, more in this way I still have not found out about...
asked by 17.05.2014 / 01:00
2
answers

Low quality font in html [duplicate]

body{ background: url('imagens/capa.png'); font-family: "Avantgarde", "TeX Gyre Adventor", "URW Gothic L", sans-serif; } .texto-capa{ text-align: center; color:white; display: table-cell; vertical-align:middle; } I h...
asked by 19.01.2018 / 13:38