Questions tagged as 'css'

2
answers

Error giving spaces between divs

I have a problem with space in some divs, here is the code below: HTML: <div id="feira"> <div class="barraca"></div> <div class="barraca"></div> <div class="barraca"></div> </di...
asked by 10.11.2015 / 13:52
1
answer

Slideshow with bootstrap?

I'm creating a prototype in bootstrap, how do I create a slideshow for a power point presentation file? How can you do this? To display the images I did this: <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!--...
asked by 30.09.2015 / 17:04
2
answers

Edit theme in WordPress [closed]

Is it possible to edit a theme in WordPress without affecting its structure, and add more functionality to the theme of a third party?     
asked by 12.01.2016 / 19:22
2
answers

There is the possibility of putting a specific CSS in Bootstrap for a size

I would like to create a css that when a certain class was in the size xs would have a font-color red and the other sizes this color would change to green. But without having to repeat the text. type: <div class="hidden-xs"> &l...
asked by 22.10.2015 / 19:41
2
answers

Menu wrap with icon and text aligned

I'm making a menu with ul and li where within my li it has an a with a span for the icon and a span for the text of the menu item. Currently when he arrives at an xxx resolution he breaks the items. I would lik...
asked by 03.12.2015 / 12:39
1
answer

Pseudo selectors css

I need to use two pseudo-selectors in the same type ul li: nth-child (4), but I have a submenu with another ul and ends up focusing on the two ul, I need to change only the first ul, : nth-child (4) else does not work. I actually do not know if...
asked by 01.06.2016 / 00:33
1
answer

Webview android does not load css image

I am loading an html page with a css in a webview, all files are local and are in the same folder. It is working normally on my Motorola Moto X 2 device and on my Galaxy Tab 10 tablet, but on Galaxy Tab 4 with version 4.4.2 the image is not bein...
asked by 26.08.2015 / 16:53
2
answers

Content-Type header does not let HTML / CSS

I have this code to superimpose two images, one on top of the other <?php $img = $_POST['img']; $user = imagecreatefromjpeg($img); $mask = imagecreatefromgif('imgs/logo.gif'); $width = imagesx($user); $height = imagesy($user); $metade = $wi...
asked by 16.11.2015 / 03:28
1
answer

When I resize the viewport, the image descends to the bottom of the page

The site has a center image and a small text. When I resize the page, it will adjust itself (responsiveness). When it arrives at a certain point 350-400px approximately, the div with the image and text descends to the bottom of the page, how to...
asked by 08.01.2016 / 16:25
3
answers

UserControl to control Logon Schedules [closed]

How can I make a user control of Visual Studio a screen similar to this image below, in an ASCX (HTML, CSS, / em>: I tried several <div> , but I think it would be a very long process, and I think it's possible to do it wit...
asked by 20.08.2015 / 21:55