Questions tagged as 'css'

0
answers

Multiplatform mobile development [closed]

I am a .Net developer (MVC, WPF, MCF) and need to develop a cross-platform mobile project, I did a search and found that there are several frameworks such as PhoneGap, Apache Cordova, Ionic, Lungo and others. I've found that most framewo...
asked by 18.06.2015 / 15:28
2
answers

Display none help solve slowness in a onepage site?

The site is onepage and is separated by its article and section. When you do scroll, the elements that do not miss (article) remain on stage but outside the limits of the browser. Due to the accumulation of elements, the site tends to slow...
asked by 01.07.2015 / 19:34
0
answers

How to make bar responsive? [closed]

I'mtryingtomaketheiconsinthisHTML5videoplayerresponsive.<divid="video-controls"> <div class="play-video"> {!! Html::image('img/video/play.png', 'Play / Pause Video', ['class' => 'play-pause']) !!}...
asked by 30.07.2015 / 21:55
1
answer

Custom Menu on site

I would like to have at least one north of how to make a custom menu as in this image. (In the image, the mouse is hovered on Sustainability.) The vertical menu, with the submenu in the sequence, is fine. The problem comes in the seq...
asked by 26.12.2014 / 09:50
1
answer

Footer fixed at bottom of page [duplicate]

Well, I've already looked at various websites how can I do this? Most people say that it's for me by body, html{height:100%;} footer{width:100%; bottom:0; position:absolute;} But when I do this, it stays at the bottom of the screen, not a...
asked by 31.10.2015 / 17:51
1
answer

Affix does not stop in the footer correctly

I'm trying to create an Affix with Bootstrap but I'm having trouble stopping it correctly in the footer. It buga, and the .affix-bottom class is not applied correctly. When I step from the offset bottom by scrolling it to normal, but...
asked by 24.09.2014 / 18:43
1
answer

Align table with header

How do I centralize the product table? The table has no Id nor Class. I wanted to get the table through the javascript and modify the width of it to stay in line with the header. But she has no id or class. I can only modify the header...
asked by 12.08.2014 / 22:05
0
answers

Error barcode.php function while gero PDF with MPDF

I am in a project at the company to send the ticket from here automatically to the email of the customers. The fact is that the layout and boleto are already working perfectly. The only problem is that when I convert the ticket to pdf automatica...
asked by 07.07.2015 / 16:04
2
answers

Secure Elements in DIV

I am putting together an HTML page with some divs, and within one of them there is a input and a button . But when I zoom out, the divs stay aligned the right way, but the button and input leave the div. How do I make the bu...
asked by 22.08.2014 / 14:40
1
answer

Dropdown menu moving divs below [closed]

My dropdown menu is moving all the divs below it. Here is the html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml...
asked by 08.03.2015 / 23:33