Questions tagged as 'navegador'

1
answer

How to make a menu with the whole gray background?

I want to make a menu like this in the photo with a gray background. css code: #menu ul{ position:absolute; list-style:none; text-transform:uppercase; left:-40px; top:54%; } li{ margin:-20px 50px 0px 50px;...
asked by 01.12.2018 / 21:47
1
answer

is there any debugger that shows why my code does not run in a particular browser?

I used a lot of javascript / jquery to mount a project, but I ended up testing only in chrome (it's running perfect), so I decided to test in firefox and realized that several features are catching / not working. Is there a debugger that shows w...
asked by 30.07.2015 / 21:04
1
answer

Set different CSS sizes for each browser

I have a problem with my code, in case, I have a banner that in Chrome and Opera, it appears in the exact size of the whole screen, however in Edge and Mozilla it appears broken not occupying 100% height with the others . In CSS it looks like...
asked by 02.04.2018 / 18:55
2
answers

View in browser pdf file with url in database

Hello! I have an application that uploads the PDF file whose url is saved in the database and the file in a folder. By clicking the view button the pdf file opens in the browser. <a href="view.php?id= NÃO SEI O QUE COLOCAR AQUI"><butt...
asked by 21.06.2017 / 00:48