Questions tagged as 'css'

1
answer

SPRITE in automated css

The use of CSS Sprites has become very popular, for performance reasons in particular. How to implement sprite using automated and elegant code? For example, having the html below: <span class="sprite home" >&nbsp;&l...
asked by 20.03.2014 / 16:17
2
answers

Table being rendered by Firefox with different border thicknesses

I'm having a problem specifically for tables rendered in firefox. I need to use the border-collapse property in my tables to join the borders of the cells. But when firefox renders the table, the edges are different thicknesses as shown below....
asked by 04.04.2014 / 16:13
1
answer

Is it possible to customize the Apache directory?

Is it possible to customize the Apache directory where the files sent to the server are listed?     
asked by 06.05.2014 / 23:36
1
answer

Using 'hide' and 'show' in a div

I have a div that when I click on it it shows and hides an ul. With the code like this: <ul class="homeMenuItens"> <li> <div pagina='/produtos/incendio' class="homeMenuPai">Incendio</div>...
asked by 08.05.2014 / 20:06
1
answer

Do not run autoplay video like bg on mobile

My site has as bg a video that is in autoplay . However, when on mobile, I want this video not to run, leaving only pause to show a background image. If I put display:none in CSS it gets a bg black. <...
asked by 23.05.2014 / 20:04
1
answer

Bootstrap: Navbar + list

I'm developing an HTML5 web application, where I use Bootstrap. On one of the application pages there will be navbar at the top of the page and just below navbar there will be a list. However, when performing the implementation, th...
asked by 03.07.2014 / 14:42
1
answer

How do I get the table out of the tab

I'm having a hard time putting a table inside a tab because it always stays out. I have the following code: echo'<div id="tabs-1"> <p><b>Alvará: </b></p>'; echo '<table width=500> <tr>...
asked by 02.07.2014 / 18:10
2
answers

DIV fixed size with CSS (generate PDF with MPDF)

I need a DIV with fixed size in centimeters width:12.5cm; and height:7.5cm; . I can maintain these sizes when loading the view, but when I generate the PDF using PHP's mPDF class, it ignores height and increases it according...
asked by 27.12.2018 / 13:49
2
answers

Triggering CSS transition when performing ajax request

I'm trying to do the following, before the element receives the ajax answer I hedge the opacity of it to 0 and trigger the transition, until there it is working beauty, the thing is that after I pass responseText pro element...
asked by 12.02.2014 / 18:32
0
answers

Problems applying CSS in Semantic UI [closed]

I'm trying to use font-size on my <i> but to no avail. I opened the developer tool and I even change the size there, but when I try to apply through CSS it does not work. It's like my CSS is not "linked" properly. <head...
asked by 03.01.2019 / 14:51