6,558 Topics
| |
Why would my html file need to be downloaded in order for it to work properly? | |
Hi, I dont know javascript and i dont have time to learn it coz i have to submitt the dynamic web project which i am making using jsp,servlet, mysql database. I only need help in this part.Please help. I have a checkbox , i want to use three images in … | |
something like the banner video in www.cinnamontoast.ca I was told to try background-size: cover; but this didn't work well.. I tried the following code.. <div id="header"> <div id="header-wrap"> header content </div> </div> css: #header { background: url(background.jpg); background-size: cover; } but this makes the background height limited to where the … | |
hello friends i'm trying to make my website compatible with all screen size (resolution) i use media query @media only screen and (max-width:x;) but it don't work change on diferent device on 7 inch tablet only half part of screen is shown and half go beleow on footer catastrophe on … | |
I have a database with some entry. In my web application I log in with a page and show the corrosponding entries for that user on another page. I am using Jinja werkzueg for my light weight example. And using SQL alchemy. Here is my code for showing the password … | |
Hi I've tried html5 to access the laptop camera like demoed in this article http://davidwalsh.name/browser-camera The problem is, it asks everytime I visit a website which uses a camera to either approve or deny access to my camera. The app I'd like to develop would not work like this, and … | |
like yahoo mail did (new update as of october 2013), i cant find library or script that can make a div transparent and at the same time blur. | |
Hi Guys, Newbie here... Am looking forward to populate a list from a dropdown list into a multiselect list. Any idea now how am gonna get it done? Thanks... | |
Hi i have "font-size" defined in my css. This is working fine with all other browsers but it have a different appearence in IE9. So I want to avoid this style when the browser is IE else it has to work for the rest of the browsers. How to achieve … | |
# **CHEAP LAYOUT** # A Full width layout. Tada! | |
I have an image I would like to have it's transparancy change from 0 to 100% over about 5 seconds on page load. Any suggestions would be most appreciated. I just can't seem to get the css code right. Do I need to use javascript? Doesn't html5 do this easily? … | |
Hello! Pretty new to Python but I'm kind of loving it. Already involved in illustration, design, and creating web content for clients, but I'm hoping to expand beyond that into full-fledged web development as well. I know a fair amount of html/css, and was looking for advice on other languages … | |
Hi Friends Please can any one help me. How to create a local database for HTML5 Concept and we have to access the local data store to view the datas using HTML5. | |
with a little research a come up with my script in creating a canvas that would look like this. ![54d736fd19df9f8ac8a05733938b3e59](/attachments/small/2/54d736fd19df9f8ac8a05733938b3e59.png "align-right") it has a multiple link one link per circle. function binTree(aData, source, baseLink){ var canvas = document.getElementById(source), c = canvas.getContext("2d"); c.translate(0.5,0.5); c.fillStyle = "#ffffff"; c.fillRect(0, 0, canvas.width, canvas.height); c.strokeStyle … | |
Hey everyone, I have this problem. I need to access data that the user inputs via the <input /> statement during the controller method. Here's my code, maybe this will make it more clear: // client side @using (Html.BeginForm()) { if (competitorList.Count > 0 && eventList.Count > 0) { foreach … | |
Okay so I received a request from a client who wanted me to make him an HTML website, but something new. All the pages would be in the same index.html file, and every page would slide horizontally. What he wants is: www.goldmansachs.com As you can see, the main document has … | |
my website is web.guru99.com i have split post into multiple page by now i want to apply custom style for good look and feel i have search all over but does not find any helpful content and i am trying to solve this from 2 weeks.but did not succeeded right … | |
i have wordpress template and i want to convert it into responsive template, how can i do it???? | |
I am trying to design my website in responisve way. So i am struggling to design media queries. Could anyone help me for writing media queries code. As my website should appear properly in mobile as well | |
Hello, in the midst of creating my Responsive Webpage - http://turningheadssalons.com/index.html - You will notice that my menu and pages are all responsive. What I'm trying to achieve is a better way to construct my menu and navigation. (As you can see it overflows when the floats are cleared below … | |
I have some CSS strangeness on http://localbuz.com/brod/. The Top menu has a container <div class="menu-main"> </div> Within these is a series of menus: Home, Contact Us, etc. <div class="menu-main"> <ul><li> <a href="news">News</a> <a href="pre-owned-boats">Pre-Owned Boats</a> <a href="new-boats">New Boats in Stock</a> <a href="marina-riviera">Marina Riviera</a> <a href="contact">Contact Us</a> <a href="home">Home</a> <a href="?q=user">Log … | |
Good day folks, I'm currently creating an effect wherein I want to extend a div over the whole page when the I hover it. Here's my code. <!DOCTYPE html> <html> <head> <style> #one { float:left; width:300px; height:100px; background:black; transition:width 2s; -webkit-transition:width 2s; /* Safari */ } #two { float:left; width:300px; … | |
Hi the problem is defining the font only to the text displayed in the dropdown. In detail when we click on the drop down it shows all the available options. these options should have normal or default font size but when i select an option that gets displayed in the … | |
Hello, on the top of the page I have a menu created in CSS.... with drop down lists... all looks nice.. later... I added wowslider right below... wowslider plugin is really cool... but the dropdown menus fall behind the slider! so I find it is because of z-index properties... and … | |
How can I get the value of an input field in Javascript? For example, someone types somehing into an input field and I want them to press a button to in turn, store the data in a JS variable. I believe there is such a thing as .value, but it … | |
Which is the latest version of HTML, with the most support for new browser? | |
Hello, I am trying to make a .html document that has an image inside it. I have seen this before, but I don't know how to do it. The idea is here I don't want a index.html and image.png files, but I want just a index.html that containd the content … | |
Hello, I have an account in which logged in there is a 30 character-long text box. This text box is an information to others to see details about me. I would like to set a link (iframe?) link in order to let other click on it. I know that officialy … | |
Hi, I am using html Mime Mail5 class to send emails from my system and I want the attachment files to be send as encrypted in smime format. Is there any way I can send the email with attachment made in smime encrypted format through the htmlmimemail5 class. Thanks in … | |
How to covert ppt to html using PHP |
The End.