HTML5 (HyperText Markup Language, version 5) is the latest iteration of HTML. It introduces new elements and APIs including semantic structural elements such as and . Work on an update, called HTML5.1, is underway.
0
votes
1answer
31 views
CSS selector that matches parent of empty element
I have such HTML code
<li data-bind="attr: { class: MenuItem.CssClass, 'data-Id': MenuItem.Id }">
<div class="subMenuActions">
<i class="icon-caret-right" />
...
0
votes
2answers
12 views
border bottom not working print preview firefox css
I have a table in my webpage. When i view the page in print preview in firefox the border bottom of the td doesn't display sometimes. In other browsers it's working fine. How to fix this?
Html:
...
-1
votes
0answers
27 views
How to create different shape of trapezoid images using css?
I am working on a website where I need to use different trapezoid shape of images. Here I am giving you that image in rapidshare link:
http://rapidshare.com/files/3321655398/trapezoid.JPG
I have ...
0
votes
1answer
20 views
code working fine in jsFiddle site but not running on my desktop tools
I have designed a webpage using JAVASCRIPT + HTML5. It runs fine in JSFIDDLE but not running when i tried it in notepad or w3schools site. What is the problem with my code?
My html code is;
...
2
votes
1answer
34 views
What CDN are most developers using to ensure the best chances of a cached version?
From what I have read, the main advantage to use a CDN for hosting scripts is that the script will already be cached making the site load faster.
Example:
<script ...
-5
votes
0answers
9 views
Google-like color picker in HTML5 and jQuery [on hold]
I'd like to create an easy color picker just like the one in Google calendar in HTML5 and jQuery.
Example:
Any tips?
0
votes
1answer
26 views
access denied error after submitting php.mysql form
Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user '...'@'localhost' (using password: YES) in on line 2
$con = ...
0
votes
0answers
11 views
HTMl5 table row grouping
I am using Asp.net MVC4 . I have Razor Index View with HTML5 Table.
Now asked to add dynamic (user) grouping functionality to the existing table. Please suggest me / refer me how can I implement ...
0
votes
0answers
4 views
html5 drag-and-drop a copy of a image around between divs
I have an image that I can drag and drop, but then the image moves, so I made a dropcopy function to drag and drop a copy of my image. Now I would like to drag and drop this copy around between a few ...
0
votes
1answer
15 views
how to use wcf service in jquery html application as remote or local?
hi; how to use wcf service in jquery html application as remote or local? i have been prepared a wcf service. i would like to use in html file by jquery ajax method. Any error not return.
WCF Side ...
0
votes
0answers
25 views
changing my doctype to html 5 added padding on header image
I was trying to figure out why my website adds padding below the main header image. http://www.rattletree.com
I recently changed the page to html 5 and it validates. Previously I was using xhtml ...
1
vote
4answers
34 views
Why doesn't this Javascript image object get added to the image array?
I've been trying to create a small HTML5-based example, but I've ran into some problems. I want to render a rock on a <canvas> but this Javascript object won't work properly.
function ...
0
votes
0answers
12 views
Solution to get static script elements after dynamically appended elements
Within a web application I'm working on, in order to achieve the "app feel" - content being retrieved in the background instead of foreground - I'm using the appendChild() and removeChild() ...
0
votes
1answer
14 views
CSS: How to use calc(100% - 20px) to get an area to fill up all area OTHER than that of a fixed-width element?
Apologies for the convoluted title. Here's my fiddle:
http://jsfiddle.net/PTSkR/152/
If you drag the result pane out to be wider, you can see the blue areas jump up. They're supposed to always be ...
0
votes
0answers
6 views
Why does the global viewport setting not pass Resharper's muster?
Based on p. 457 in "CSS3 - The Missing Manual" by David Finn McFarland, "...you can skip adding the tag to each HTML file in your site, and just add one @viewport rule to your main style sheet, like ...