I have learned to build a fun piece of javascript on codeacademy and wanted to add it on a html document. How would I go about doing this or is it even possible
I have a dynamic table in my web page that sometimes contains lots of rows. I know there are page-break-before and page-break-after CSS properties. Where do I
I'm trying to repeat-y an image that's in a div and no background image but haven't figured how. Could you please point me to a solution? My code looks like th
I've been writing AngularJS web app and google places autocomplete autogenerated dropdown code causes it to sometimes be out of DOM. HTML code defining input t
Is there anyway that I can make a default value of HTML5 input type='datetime-local' to today's date and this current time. Thanks before
I have a code in each html page that I want to duplicate, while add some changes: Example: <title>Any text (even if includes :.,</title> Output:
Let me start out by saying that I have very little experience with HTML, javascript and overall website creation and hosting, so sorry in advance if the informa
I am viewing PDF into iframe. It works fine. But some of the client don't able to see it in IE. They get it as download option. How can I identify if browser
On a web app with multiple input fields <input type="date" /> I have gotten various complaints from users who find the Android datepicker confusing. They
I use the following markup to present an image and its caption. HTML: <div class="fig-container"> <figure class="captioned-figure"> &l
I have a huge question about how to create div with JavaScript. In this case, I have tabs and I would like to be able to create a new one out of two variable ob
Update Thanks porneL for pointing out the relation between generated content and replaced elements. I found this article which deals with this very topic: Int
How do I Center align text in select drop down for all browsers? Its center aligned in Firefox, but it comes to left in Chrome and Safari. CSS: .challenge{
The code below works in IE, Firefox but not Chrome. What change is necessary to make it work in Chrome. Chrome says "No plug-in available to display this cont
Is there any work around to do something like this work as expected? I wish there were something like that width:remainder; or width:100% - 32px;. width: auto;
I'm having a hard time to remove the spaces between html elements. I tried display: inline-block, float: right, ul view and many other ways. As you can see in t
I have done some research on how canvas works. It is supposed to be "immediate mode" means that it does not remember what its drawing looks like, only the bitma
I have an HTML table 360px wide, which works great. The challenge is that sometimes a url appears http://this/is/a/really-really-really-really-really/long/url i
I just want to create the same replica what we have seen on the web console, there is any option for that? I am making a debugging tool so I want to show all t
I have done some research on how canvas works. It is supposed to be "immediate mode" means that it does not remember what its drawing looks like, only the bitma