0
votes
1answer
45 views

What does this HTML code mean?

I found the following HTML code <i data-toggle="tooltip" class="icon-ok-sign" data-original-title="File not detected"></i> on ...
0
votes
0answers
33 views

Overlay an image on top of a video in HTML5?

I have a video being displayed on a web page. A screenshot of the video is taken when the user clicks a button. I want the user to take the screenshot in a very particular way. Let's say the users ...
1
vote
0answers
19 views

Prevent portrait orientation of HTML5 game

I want to run my HTML5 game only in landscape mode. If I rotate the device from landscape to portrait the appearance should remain in landscape orientation. This code: body[orient="portrait"] { ...
1
vote
1answer
28 views

How to achieve this element layout within a bootstrap well

So I'm trying to get the components to layout like they are in this picture. I'm using a bootstrap well and I've already written the button styles. I've messed around with display:inline-block and ...
-1
votes
1answer
41 views

click event is not working smoothly in jquery mobile

I am working on the jquery mobile app and i use many pages for it.I move to next page and come back to some page then click is not working perfectly as first time i go to the same page click event ...
0
votes
0answers
11 views

foundation 4 with sass minimum row width

Following the foundation 4 grid documentation I have been able to create a custom grid and adjust the row width in sass using the follow fields $row-width: emCalc(1000px) !default; $column-gutter: ...
0
votes
3answers
20 views

Avoid text going under menu - Twitter bootstrap affix

I've a little problem, and I need your help to resolv it. I have a navbar with a span12 and an affix. The scroll works, but text always go under the navbar, when I click on an item, I can't see the ...
0
votes
2answers
24 views

CSS - Some css properties work and others dont affect the divs?

its weird how all my css works except if i try to apply something to either one of those div id 11_tile or the 12 could there be a line in my css that prevents this from happening, i never have ...
0
votes
5answers
36 views

IE10 has extra margin above an inline header. How do I remove it?

I have a <h1> within a <header>, and the header has display: inline. For some reason, in IE9 and IE10 only, there is an extra space above the <h1>. I've tried all the css resetting ...
-1
votes
0answers
28 views

Where can I learn more advanced css3 [closed]

I've learnt the basic html5 and css3. However I don't feel like I know it all is there anywhere I can go and learn more css? If any one can help with videos or websites? I would be very great full!
0
votes
4answers
30 views

Div in the center with specific width, sides must scale with screen

I'm trying get 3 div's to fit aside eachother, the two side divs need to fill the rest of the page equally: <div class="second_bar"> <div class="status_border_left"> ...
2
votes
2answers
39 views

Hover only working on link, not whole div

I'm designing a web page and I used HTML5 to make an entire div tag a link. Prior to adding the link, the whole div would expand when I hovered over it. Suddenly, it's only working if I hover over the ...
0
votes
2answers
31 views

add bottom box shadow to the menu when scrolldown

i have a menu with this css properties. body>#header{position:fixed;} #header{ width: 100%; position: fixed; z-index:9000; overflow: auto; so base on the css properties above, this element ...
0
votes
0answers
25 views

Knockout click binding with radio buttons inside

When binding a click event to li, that contains radio buttons, the radio button elements seems to lose the ability to being clicked. Visually, the radio buttons don't change, but the value is sent to ...
0
votes
1answer
38 views

HTML CSS issue with rendering on browsers

I have created a page with a background as a gradient and I have 3 divs on the gradients with the background white which are the three columns. Within the three columns there is text and this looks ...
-1
votes
0answers
25 views

Imitating Window Vista, 7 & 8 Using Web Development Languages [closed]

Create Windows 7 start menu using CSS3 only Demo Windows 7 window with CSS3 and jQuery Demo Although the above links are not an exact replica of Windows Vista/7, they are not far from the ...
0
votes
0answers
14 views

rotateY does not work properly on HTC One with android 4.1.2 default browser

I prepared this fiddle to demonstrate my problem: http://jsfiddle.net/Nvy3F/ <div id="cube"> <div id="face1"></div> <div id="face2"></div> ...
-3
votes
1answer
60 views

I need help moving to HTML5 and using DIVs [closed]

I am really a java programmer and I don't do much HTML but the current project I am working on is requesting that I do some HTML5 and DIV coding in my project. I have to create a screen like the one ...
0
votes
3answers
61 views

Blur background - Jquery / Pure CSS / Image?

I need to create a page which has a full screen cover image and 2 div blocks containing content that sit on top of this cover image. The div blocks need to have a slightly greyed blurred background ...
1
vote
1answer
47 views

Responsive menu with title: have a resizing title that takes up all available space

Consider this situation: i have a page with a title and a menu bar, aligned in the same row. The site is responsive, and i want the title and the menu to both have the most optimal width available. ...
2
votes
5answers
93 views

Blur background of a div

I want to blur the background of a div. I can only find solutions that apply to images as background, not HTML elements. It is for mobile use so CSS3 is not a problem. I have put a JSfiddle together ...
1
vote
1answer
24 views

How to disable scrolling of list view when popup screen Display

I have a pop up screen. After clicking the Button, I want to show my popup screen. But problem is that, whenever user open the pop screen, it displays But again user able to press button. I need to ...
0
votes
1answer
31 views

Position a label ontop of an input

I'm having this problem where I need to place a Label on top of an input element. The below image uses background images to do the trick but I want to do it with a label. Or a span maybe! I tried with ...
0
votes
1answer
16 views

Using font-awesome icons with Video.js?

I am trying to use video.js which is awesome, and it uses a custom icon font for the interface. However I need a few more icons, we already use font-awesome on our site, so thought it would be great ...
0
votes
3answers
35 views

How to style a label to stay on top of the input

I was just wondering whether I can place a styled label on top of an input element. I've seen images placed inside input elements to show what sort of input is accepted by that element. for an example ...
-6
votes
0answers
24 views

How to create HTML5 animation banner? [closed]

i want to create a HTML5 animation banners. did not using j query and plugin. please help to find the good and simple code.
-2
votes
0answers
26 views

is it really worth taking the Microsoft certification in HTML, CSS & JavaScript? [closed]

I started learning HTML, CSS and JavaScript a while ago. i'm kind of new to this whole world. So I thought it might be a good idea to take the Microsoft certification (70-480) in those three subject, ...
2
votes
6answers
58 views

How to get list items inside <ul> which is inside a <li> of another <ul> to stack horizontally?

This has been driving me nuts! I can get one group of list item's to stack horizontally (by floating) inside of a un-ordered list by limiting the height of the un-ordered list. However, if I put a ...
-1
votes
2answers
57 views

Make a fixed nav bar disappear when the user scrolls down and reappear upon scrolling up [closed]

I want to create a navigation bar that disappears when the user scrolls down the page but reappears when the user scrolls back up. Kind of like the search bar that is in the mobile chrome app. Does ...
0
votes
2answers
36 views

How to show entered data in other div?

I have to enter data one by one and after hit ADD BUTTON data should be added and shown to other div. I am using html,*css* and javascrit. same like shopping sites i.e. One by one we add product and ...

1 2 3 4 5 165
15 30 50 per page