Questions tagged as 'css'

0
answers

Design buggy! (but with cache it works, "debug")

I was setting up a table with scroll and I came across the following bug in css: IfIpressf52timesthetableendsupbeingfixedandlookslikethis: WhenIclearthecache(ctrl+f5)theerrorreturns...Myjavascriptthatmountsthistablewiththefunction:v...
asked by 03.01.2017 / 18:09
1
answer

Background-size (Mozilla Firefox)

I have the following code background-image: url(#minha0imagem#); background-size: contain; background-repeat: no-repeat; Chrome stays the way I want, in the center and full screen. In firefox no. I've tried -moz, -webkit, I've updated...
asked by 24.01.2017 / 20:39
2
answers

Keep image dimension inside div with flexbox

I have div with display: flex and within this div there is an image with dimension of 670x227 (natural) , because it is inside a div with flexbox it is "resized" horizontally to fill the entire space, so...
asked by 24.01.2017 / 13:41
3
answers

How to insert an image in my doc html so that it serves as background image (background)

Best regards. I would like to know how to insert an image into my html document so that it serves as background on my site. The image is found on my PC's desktop under the name "backg.jpg". Thanks.     
asked by 26.01.2017 / 09:10
0
answers

Horizontal Spinner with CSS

I'm trying to create a horizontal spinner from a simple image with CSS only ( without counting the trigger in JS, of course). But so far I have not been successful. The effect I would like would be just like the spin (Earth) or, in a more...
asked by 20.12.2016 / 14:47
1
answer

Stretch a div element throughout the table extension

I have a table with many columns that pop out of the screen. Above this table I have a div with a h2 . I'm not getting div to expand beyond the screen to cover the full width of the table. Example, to better demonstrate the s...
asked by 07.12.2016 / 16:55
1
answer

divs diagonally how to do using after and skew?

People I need to make a site where the divisions are diagonal. I was told to put a border on after of div , and use the skew property. But the border in after is not appearing. Below is an example of what I wa...
asked by 17.01.2017 / 16:59
1
answer

Problems with background

I'm having trouble filling my background with a specific color in the case, blue. Here is the code for my application: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt...
asked by 29.11.2016 / 18:06
1
answer

CSS does not overlap

Even though! important, I can not increase the font-size of the text in this form. I've tried putting font-size: in custom CSS (theme options) I'm using in the plugin's CSS (Gravity Forms) And none of them worked. How can I increase the...
asked by 29.11.2016 / 20:32
4
answers

Table element with several lines but different number of cells, how to center? (HTML)

Well, I have a question, on a table I have 2 tr one with 4 td's and another with 3 It would be possible to transform this: in a table like this:  butwithouthavingtocreate2tablesThatis,havingdifferentcellnumbersin2rows,butcenteringcells.He...
asked by 16.02.2017 / 12:18