Questions tagged as 'html'

2
answers

How to render html passing as controller string to the view?

I have the following view: public ActionResult RelatorioEquipe() { ViewRelatorioEquipeDTO dto = new ViewRelatorioEquipeDTO(); dto.LstUnidadeGerencial = negocio.Relatorio.ObterLstUg(); dto.LstExercicios = new Exe...
asked by 04.06.2014 / 22:54
1
answer

How to clean only the current tab!

I have a menu of tabs, and I would like to refresh only the tab I'm in, keeping the other's data. Menu: <body onLoad="AlternarAbas('td_cada','div_cada')"> <table width="100%" height="100" align="left" valign="top" cellspacing="0"...
asked by 03.07.2014 / 16:49
1
answer

How to pass the variable via $ _POST

I'm creating a code snippet where I assign the entered data to a array in javascript and moving on to the next program. But the problem is that if I use $_GET it can not support when it reaches a maximum number of characters...
asked by 02.10.2014 / 14:29
2
answers

How to add parameters in action html?

Now I just asked about the topbar links on my site. Well, now the problem is another: add parameters to a url. Here is the code: <script type="text/javascript"> function web(){ document.form.action = "http://www.google.com.br/search?q=";...
asked by 04.10.2014 / 19:22
1
answer

Error in placement of divs

I have a page, which has three divs . The first contains a manageable banner, the second has a background image, and the third is a plated color. As the image below shows: Myquestionis:bannerone,ithasatypecutandthetwoalso,incaseI'lluseaJPG...
asked by 16.10.2014 / 21:17
1
answer

Attendance bar at footer page

How can I create or customize a bar like from this site that is in the footer with several service options:    This light blue bar with the help options in the footer.     
asked by 17.10.2014 / 05:36
1
answer

Where am I going wrong in this dice game?

I did this little dice game just to exercise link (if possible open in Dreamweaver or another similar editor, which in JSFiddle complicates ) The only problem is that I can not display the hit score of the 2 players. Where am I going wro...
asked by 12.10.2014 / 08:18
1
answer

Gallery Photos

I'm having a hard time making some changes to the photo gallery. link I would like to take time for the images to go by. I would love to be able to change the buttons to a corner over the photos. #slideshow-wrap input[type=radio] {...
asked by 21.05.2014 / 10:58
1
answer

Vertically center icon (img) followed by text in a line

I want to put a 25x25px icon (which will also be a link) and a text and both have to be centered vertically, so I tried this html: <p> <a href="mailto:[email protected]" target="_blank"> <img src="icons/25mai...
asked by 14.05.2014 / 23:10
1
answer

How to use Template Inheritance to inherit Style Sheets (css) in my Django project?

I have a base.html template and another template library.html that is inheriting base! I have inherited most of base.html, but when I try to add another link tag in the Style block Django accuses TemplateSyntaxError error, when I remove the bloc...
asked by 12.05.2014 / 20:16