Questions tagged as 'html'

2
answers

HTML - Superimpose an ul to an img

Is there any way to overlap one ul of links to an image? Home The header of the page I'm working on is done by image but the links must be made by html .. how to overlap? Home It is a simple header, with a menu that redirects to other pages alig...
asked by 14.08.2017 / 15:35
1
answer

With sending attachment via email via ASP.NET application

I already have a method in my controller that sends email. Now you need to see attachment (all attachment types, jpg, pdf, doc ...); string strPara = Request.Form["email"]; string strDe = "[email protected]"; string...
asked by 22.06.2018 / 21:22
3
answers

How to Block a button

I have a system where you have registered items and the logged in user tries to hit the results of those matches. Each game has a id of register that is named (game) in the database. My question is: how do I get the user to only bet on...
asked by 09.11.2017 / 13:17
1
answer

Sentence with different HTML5 formatting

What is the best way to write a code with a phrase that contains several font formatting. EX: This phrase (bold and blue color) that I'm writing as an example (italic not bold and red) contains in parentheses the formatting of each word, h...
asked by 09.11.2017 / 13:16
1
answer

CSS effects are not working

The code below is functional, the classes are added without problems, but I see that when I inspect the elements, I can see that the page, already loaded, contains the classes included in their respective elements, but the effects do not occur....
asked by 17.07.2017 / 05:53
3
answers

Nonresponsive footer

Iammakingaresponsivewebsystemusingsomebootstrapelements.Thewholesystemisresponsiveexceptforthefooterwhich,inadditiontoleavingthefixedpositionatthebottomofthescreen,stilldecreasesthesize.Hereisthehtmlandcsscodeforthefooter: <footer class="f...
asked by 13.07.2017 / 15:08
1
answer

How to do a fade in on page load?

I'm trying to make a fade-in effect as soon as my page is opened using only CSS, would I have some way to do that? Are the browser enabled? I did a search and what I found I'm leaving here to better illustrate the question. img {...
asked by 12.07.2017 / 23:37
1
answer

Freeze line from an html table

I would like to know how to freeze a line from an html table, for example I would like to freeze the 1 row of the table, by the time I scroll down it came along, could anyone help me? I already tried to use absolute position, but it does n...
asked by 06.07.2017 / 18:42
2
answers

Leave div and fixed elements

I have div that opens to the side when I click the button: IfIleavethedivwith"Change city" with fixed height until it resolves, but the letters continue to move. Would there be any way the elements would not resize when opening?     
asked by 08.07.2017 / 19:01
1
answer

Change text of input type = file with filename

I'm doing a project in ASP.NET MVC 5, and I need the text of my input of type 'file' to change to the name of the file when loading it. I've hidden the input so it can be triggered by clicking on label in CSS as below: HTML: <div...
asked by 19.07.2017 / 20:01