Questions tagged as 'css'

0
answers

CakePhp does not load Css, JavaScript and images

I'm with CakePHP in version 1.3.15 installed on a CentOS server and the same project that works on the internet, the local server only loads text and nothing else. As I enabled the developer mode, if it had any errors, it would load. I believe t...
asked by 05.02.2016 / 14:59
0
answers

Put next and prev buttons in the cycle plugin

People, I'm trying to put two img , one next and the other prev on the slide image of the Cycle plugin, but even with position: absloute; image of next as prev does not overlap the rest of the slide. They are shown as slide...
asked by 24.01.2016 / 19:45
0
answers

Client-Side Browser Cache Issues [closed]

There was a problem with my application that I developed here on the stage. I'm making my server machine for a web page that I've developed. However, after some customer hits on our site, the data stops updating, and only refreshes again if cust...
asked by 16.03.2016 / 19:37
1
answer

How to make this gallery responsive? [pending]

jQuery(document).ready(function ($) { $('#checkbox').change(function(){ setInterval(function () { moveRight(); }, 3000); }); var slideCount = $('#slider ul li').length; var slideWidth = $('#slider ul li').wi...
asked by 19.04.2016 / 02:20
1
answer

Sort html with grid angularjs

I need a hint on how to sort elements in my home with no blanks appearing. The problem is: I have a page that lists all the services registered, this page is with pagination that lists the elements 8 per page, so far everything ok, list the elem...
asked by 18.04.2016 / 21:16
1
answer

Stylize FileUpload [duplicate]

How to stylize a FileUpload element? I have already seen some examples where they play tricks to hide the element and put an image underneath, I would like to know if anyone knows any other way to style this element.     
asked by 19.01.2016 / 13:49
2
answers

Send email with PHP containing HTML [closed]

I'm trying desperately to send an email via PHP, as per the code below. But the code breaks when I enter HTML, example: $mensagem = "<html> (...) </html>"; I'll need a whole page in there! I've tried it too: // Abre o templ...
asked by 24.02.2016 / 18:50
0
answers

Dynamically create columns of checkboxes with angular

I'm trying to dynamically create columns from checkboxes in a dropdown, using angular. I use bootstrap. Each checkbox item may or may not have related children. The solution I found was to put everything inside a div ( .col-sm-4...
asked by 03.03.2016 / 06:34
5
answers

Create Menu DropDown

Can anyone help me? I would like to make this menu a dropdown menu, but I am not yet aware of it, and I would like to ask for help. // CSS nav#mainnav ul { padding: 0; margin: 0; list-style: none; } nav#mainnav li { padding...
asked by 20.02.2016 / 18:53
2
answers

Position absolute is not working

I'm trying to create a version of the old site from the record. What I need is to get div read under div last , but they are followed and that is not what you want. Where it says good , in the last topic of the list, it shou...
asked by 06.12.2015 / 13:58