Questions tagged as 'html'

1
answer

How to retrieve via C # the page HTML generated with AngularJS?

How to retrieve the HTML code of a page that uses AngularJS to process some information and generate a chart? I was able to easily retrieve the HTML code using WebRequest as demonstrated in the example below, but the content (graphic) generated...
asked by 29.02.2016 / 15:08
3
answers

Is it possible to create a type element with a CSS Stamp?

What is the best way or best way to build a CSS-like letterhead element? (at the moment I did not want to have to use SVG) I'm trying to build this form with HTML / CSS and the option I have at the moment does not please me. TheoptionIf...
asked by 30.08.2018 / 19:32
5
answers

Carrousel in php and mysql

I have a "file upload" and needed to show it in a carousel. The path of the images is stored in the database and the images in a folder, of course. I have the following code: <div id="myCarousel" class="carousel slide" data-ride="carousel"&...
asked by 13.07.2015 / 17:49
3
answers

Information on Mouseover in Photo

Does anyone know how to put a description in the photo, with a transparent black background? As with many blogs, an example is the Rihanna website . Something like a timeline or a blog with thumbnails in photos. Does anyone know how to make...
asked by 17.05.2015 / 04:01
3
answers

Star vote with input radio, javascript / css

I am creating a registration form, in it I will insert a voting system, I wanted to do that when clicking on some star, the previous ones will change color as well. (Here is the code I created) <div class="vote"> <label> <in...
asked by 22.06.2015 / 17:41
1
answer

Dropdown with SVG

I'm with an art and now it's in an SVG file. The problem is that the client wants that when passing the mouse (or if clicking) in a block, it should open a menu. I do not know if you can create this, but I wanted to know. The SVG code I have tod...
asked by 30.11.2015 / 16:58
3
answers

Does every DIV have a relative position?

I heard from a development professional that:    "All div is relative, even without you setting position:relative " Is this correct?     
asked by 04.07.2014 / 16:24
4
answers

My functions only return 0

I was trying to make the Bhaskara formula into functions, but something went wrong and only returns 0 no matter what inputs I put in. Here is the code: function bhaskaraP(ab, bb, cb) { var Mb = bb * -1 var b2 = bb * bb var del...
asked by 19.11.2018 / 23:40
3
answers

Scheduling div as image

I'm making a list of items, but this has some challenges: Responsive; Title can have more than one line; Sometimes I need to show an icon with a background color instead of the full image. Here is an image of the expected end result:...
asked by 27.03.2014 / 21:49
2
answers

Create HTML Blocks in Wordpress and call them in the Post or Page

We have a real estate site where we use ACF (Advanced Custom Fields) to better manage real estate pages. One of the fields is the Price List. A price list of a condominium serves several pages of real estate of the same condominium, conseq...
asked by 28.01.2015 / 16:22