Questions tagged as 'css'

1
answer

Organizing issues for on-screen viewing

Good evening. I have a String attribute that receives a question coming directly from a textArea. My problem is that I can not leave the questions at the time of displaying the same as registering them. Ex: Register a question like this:...
asked by 23.10.2015 / 04:41
1
answer

Problems when centering slideshow [duplicate]

I want to center my slideshow , but when I put style margin: 0 auto does not center and this happens: CSS Code: .slideshow { width:100%; max-width:980px; height:auto; margin:0 auto; } .slide { width:100%...
asked by 10.09.2015 / 02:09
0
answers

Background does not repeat when decreasing window size

Good morning I have the following website: link What happens is that the backgrounds are not repeating themselves by lowering the browser window. I tried everything and it does not work, I took the responsiveness of the bootstrap and even then...
asked by 05.10.2015 / 18:34
3
answers

Iframe dynamic mobile

I need to generate a iframe dynamic when I click a button on a div for a mobile application only when I try to load this same iframe using the Onload method in the Body it does not load automatically and only when I refr...
asked by 31.08.2015 / 15:19
0
answers

CSS margins using jquery-mobile

I'm not able to create margins using css on a html page using jquery-mobile when the header and footer is data-position="fixed" . My example: link How do I resolve this when I need the header and footer to be fixed?     
asked by 28.08.2015 / 01:03
0
answers

Slideshow lightbox show images by category

Good night, I have the following code that separates the images to be shown in the slideshow by category, I even managed to show the separated images when the user clicks on the category, however, the lightbox is showing all the images and I nee...
asked by 28.03.2016 / 05:32
0
answers

Print PopUp Interfering on Main Document

I'm using a plugin to print a particular page. This is jQueryPrintElement.js . link When I click the button to print, open the popup (from Chrome, for example) to click on print. As if it were CTRL + P. But if I click cancel the prin...
asked by 21.07.2015 / 16:30
1
answer

Chartjs for Kendo-ui

I'm moving from Chartjs to Kendo-ui . (My company has the license) Home I'm having some trouble customizing the Radar Chart that I'm trying to use. Home 1) Remove rows that divide the graph. The cross that would be angleShowLineOut = fal...
asked by 20.08.2015 / 20:14
0
answers

CSS Animation Is Repeating

I have img on my page that I apply an animation when opening the page. Attr &.fundo-menu{ position: absolute; left: 0; right: 0; top: -500px; opacity: 0; margin: auto; width: 312px; animation-name:...
asked by 18.08.2015 / 19:59
0
answers

How to create multiple menus on the same page with xhtml

I'm not able to put on the same page, for example two menus. I'll explain. I use unordered lists and the inline display to create a horizontal menu. I do the same to below the page to create another. What I think is failing is to indivi...
asked by 18.10.2015 / 02:27