Questions tagged as 'css'

0
answers

Web Fonts do not work when sending email with PHPMailer

When I send an email using PHPMailer the fonts are not recognized by gmail, I was already aware of some issues with CSS and having to user the inline css in the "style" tag, is there any way to solve this? > Ex: <link href="https://fonts....
asked by 06.12.2016 / 18:23
0
answers

Fixed footer that scrolls at the bottom of the page

I need to create a footer that is fixed at the bottom of the page, but when you scroll the page and get to the end of it, the footer would continue scrolling to show more information. I'm breaking my head here and it does not get off the ground....
asked by 07.12.2016 / 12:12
1
answer

"Conflict" of ID within the Datalist

Good afternoon everyone. Well, I have a datalist. Then I put a repeater inside, so far so good. But then, at the time I execute, only the first repeater appears stylized the way I want it. The rest I think should change the id, and ends up appea...
asked by 02.12.2016 / 20:16
1
answer

Fit Picture Portrait to CSS Landscape

When the image is landscape, the thumbnail is top. When it is portrait, the function does not adjust so that it remains in landscape mode adjusting the image with the proportions. When I click on INSPECT code, this is the CSS that is wo...
asked by 02.12.2016 / 14:46
1
answer

CSS / jQuery - How to select the next element after 'main'?

Basically, I'm giving a margin-top in the first content after the header, according to the size of the header. The problem is that every page in the site has different elements after the main (div or section). How can I select the 'child' ele...
asked by 25.11.2016 / 03:57
1
answer

corrossel with different images in the mobile and desk

Good morning, I'm developing a responsive website, in it I'll use a standard bootstrap carousel, but will be different images when the carousel is on the mobile and desk. Does anyone have any idea how I can do this without using two elemen...
asked by 18.11.2016 / 13:59
1
answer

Problems with float and position absolute

Hello, I'm trying to make a kind of menu like this: link However, I would like the text to open at 100% width and occupy the entire line. Since I'm using bootstrap, I could not find a responsive solution.     
asked by 10.12.2016 / 21:20
2
answers

Div on DIV fixed

I have div container with height and width 90% , it's the way I want! Even if I zoom out it stays fixed without increasing or decreasing. What I'm trying to do is div override this div container and sta...
asked by 11.12.2016 / 21:49
1
answer

Iframe hiding content

I have a iframe that receives "interacoes.php" which is a select. But iframe hides content on behalf of height="100%" . If I put height=20000px; it shows everything. How can I make everything appear automatically?...
asked by 05.12.2016 / 00:48
2
answers

How to remove the blue border of the tabpane?

I can not get the default blue border that is shown in the :focused event. I'm trying to solve this problem by CSS, but I can not. My CSS code: .tab-pane .tab-header-area .tab-header-background { -fx-background-color: #333333; }...
asked by 14.11.2016 / 15:08