13,937 Topics
![]() | |
Forgive me if I posted this already. I can't figure out if I have or not ... I designed a website with a slideshow (slideshow created with WOW SLider). The slideshow always appears as being on the top layer, and I don't want it that way. You'll notice I have … | |
Basically I have made this site: http://8animetv.co.vu/onepiece Here is a description of what is happening, with all of the code that has to do with it. jquery: `$('.episodeLink').click(function() { $(".episodeTitle").html($(this).clone()); document.getElementById('ifrm').src = $(this).attr("href"); $(".epChange").css('display', 'inherit') $('#youtube_iframe iframe').eq(0).attr('style','width: 728px;height: 420px;float: left;margin-left: 92px;margin-top: 30px;-ms-zoom: 0.833;-moz-transform: scale(0.8333);-moz-transform-origin: 0 0;-o-transform: scale(0.8333);-o-transform-origin: 0 0;-webkit-transform: scale(0.8333);-webkit-transform-origin: … | |
Hello, I have a little problem , I am currently developing an application with PHP and MySQL , this application should show me more persons, each person must have one or more services and each service can be inversely associated with several people, for this I have 2 tables, one … | |
Hi eveeryoone, Is it possible that span can have more the one id ? i am tring like this <span id="user Maxi">Maxi</span> <span id="user John">John</span> <span id="user Henry">Henry</span> <span id="user Max">Max</span> <span id="user Simon">Simon</span> #user{ text-align:center; display:inline-block; width:50px; height:20px; background-color:#9B59B6; margin:5px; border:4px solid #3498DB; color:#F1C40F; cursor:pointer; } but it isnt … | |
Hi, is it possible to put vaariable inside HTML/XSL attribute (style attribute) *Percent is the variable sample: <div class='rating' style='width:$Percent%;'> | |
What is comet ? Is new programming language like php,js,ajax,python,c++ ecc.. or is it a plugin ? Tell me in summary please. | |
I've been trying to get CSS-Mask to work. I've tried PNG(24/32),SVG & GIF with no results ? background-image:url("/wdp/images/grid.png"); -webkit-mask:url("/wdp/images/x320svg-mask.svg") top alpha; | |
Cek this out: http://www.akronyms.net/demo/arvin-html/v_1.3/ Some of the background images remains static or move slowly while the text on top of it moves quicker. How to make such a thing? | |
how to insert textboxes to a png image in cs3 fireworks? | |
![]() | Hi, I have several image tags overlapping using css and am able to use hover to make the one selected move to the top of he pile. #gallery img{ float: left; width: 250px; height: 250px; position: relative; } #gallery img:nth-child(2) { left: -200px; } #gallery img:hover{ z-index: 10; } I … |
how do DESIGN A PROGRAM THAT CAN DISPLAY THE DISCOUNT ALLOCATED TO A CUSTOMER AND THE TOTAL PRICE TO BE PAID AFTER DEDUCTING THE DISCOUNT.TOTAL PRICE ARRIVED AT AFTER MULTIPLYING THE QUANTITY BY THE UNIT PRICE | |
Hi. I want to create a drop-down menu for user's location (choosing cities) in the form. I know how to create it, but as I want a long list of citis, so is there any other way to create it? Or do i have to create each city one by … | |
Hello i'm using visual studio 2010 express. I'm beginner. I'm searching how to design a button and to program it ? Thanks for any help | |
Hello, what is the alternative of onkeyup event for opera mini browser for mobile in jquery/asp.net/mvc4? or what is the alternative for text box change calculation for opera mini browser? On text box key up event I am doing calculation. Thanks, | |
<!DOCTYPE html> <html> <head> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="./dist/style.css"> </head> <body> <header class="toolbar"> <div class="icons"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64" viewBox="0 0 64 64"> <path d="M32 4c-8.837 0-16.836 3.582-22.627 9.374l-9.373-9.374v24h24l-8.971-8.97c4.344-4.343 10.343-7.030 16.971-7.030 13.254 0 24 10.745 24 24 0 7.169-3.143 13.602-8.126 18l5.292 6c6.644-5.864 10.834-14.442 10.834-24 … | |
I did publish to a local file on my computer. When I tried to upload the files Compiled to my hosting using FileZilla, the project uploaded successfully but i get an error on the first page as below: Parser Error Description: An error occurred during the parsing of a resource … | |
Hi , i hv a website wherein there are many fields and at the end of the page , there is a cancel and save button .Whenever I minimize the browser window , all letters in the cancel button do not appear and only "cance" appear i want all letters … | |
Hi is it possible to display database values in a .html form using php. This is my .html form and I want to display values from mysql in the form fields. <!DOCTYPE html> <html> <head> <title>Bursary application</title> </head> <body> <form action="config.php" method="post"> <div> <p></p> <label for="surname">Surname:</label><input id="surname" type="text" name="surname" value="<?php … | |
As any fan of the The Matrix trilogy of films will tell you, the Keymaker is a character in The Matrix Reloaded who has the keys to provide Neo access to the system mainframe and by so doing hopefully save Zion from the ongoing sentinel attack. In the movie, the … | |
anyone interested in both fell promotional website? Arj | |
On page optimization is more important than off page, but few designers are able to create search engine optimized sites. People say start from the beginning. What should I check to ensure SEO friendly site design and development? | |
In a post earlier today, I asserted that Intel wanted to get rid of the x86 platform. It occurred to me that a lot of folks may not understand this claim, but there are good reasons for it. They have made at least three attempts at doing so, in fact, … | |
Hi everyone, i have a small problem i paste my code [here](http://codepen.io/anon/pen/pJyvVE) My problem is this: i dont want my window div ( <div id="window"> Drag me </div>) cannot be drag out of warp div. html code <div id="warp"> <div id="window"> Drag me </div> </div> css code body{ margin:0; background-color:#e67e22; … | |
Hi to everyone. I am new in CSS and I want to make the layout of a website. I want under the navigation to the section, to put an aside element on the right. I want fixed 2 column layout but i have problem fixing it. Please anyone that can … | |
I am using bxslider within an AJAX call which brings up the chrome console error - Uncaught ReferenceError: jQuery is not defined. My issue is that the whole thing works fine exactly as it should on my pc but this error is annoying me as, obviously, jquery is defined - … ![]() | |
I am looking at printing to an Epson POS printer from a PHP Web application. Due to design of the application, and deployment, printing should be done when a print icon is clicked. User would be able to select Different Printers based on choise REFERENCE POINT: http://stackoverflow.com/questions/25973046/printing-to-pos-printer-from-php I don't know … ![]() | |
I am at a very basic level of web development capability. However, I built a [site](http://www.metrowesthomeremodeling.com) that was working fine until I attempted to insert a slideshow (using WOWslider) onto the site. This caused me to alter the css file for the site and for the superfish menu. When I … | |
Hi all it's been a while scince i posted in DANIWEB, but i'm back ;) i've been learning and practcing HTML and CSS for a while and i was wondering if there was a website or a fourm that have like a contest's for HTML&CSS or if there is any … | |
Hi, Previously I have worked on codeigniter Framework. Since codeigniter developers are not even sure about version 3.0 , I decided to work with a better/new framwork. The problem is, whichever the Framework I choose, it needed Composer to work on. First I choose laravel, then symfony , later cakephp. … |
The End.