6,558 Topics
| |
The website weblup(dot)net/templates/template3 looks 100% correct on the computer thusfar. The overflow is hidden and you can't see the mobile menu bar or the pictures that slide in. But when opened on the phone you can scroll over, and see where the mobile menu is and where the next photo … | |
I created this website: http://valerobrothers.com/ Try narrowing the width of your browser enough so that a scroll bar appears at the bottom of the browser. Notice how when you scroll left/right parts of the background disappear? Does anyone understand why this happens and what a fix might be? | |
How to create a character for my game? Im trying to develope a game in html5,css3,javascript | |
hey guys I have problem while using straming via **VLC**, before September I was using **VLC web plugin** to view streaming videos via **VLC** because web browsers deprecated vlc player from working so I must use html5 or jwplayer or any video player, is there any replacment to **VLC** ? … | |
Hi I am trying to send a reminder mail with the HTML Table format. But the details is not getting displayed. Please help me to fix. i am using class file to send the email. include ('config.php'); date_default_timezone_set('Asia/Calcutta'); require "classemail.php"; $mail = new EMail; $mail->Username = 'emailid'; $mail->Password = 'password'; … | |
Hello, I try to catch the HTML code from a webpage after I have logged in to a page. HTML is returned but that is the orignal HTML only BEFORE I logged in. For example I try to find "Log out" and other content in the string "getDocumentHTML" returned which … | |
I am trying to learn how to do cool CSS3 menues. I have a good understanding of CSS, but I can't seem to fix this problem. Here is my code so far: /* Menu 2 */ ul{ list-style:none; width:150px; height:auto; background-color:#FFF; padding:0px; } ul li{ padding:15px; list-style:none; color:#333; background-color:#09C; } … | |
I have a page on which a full page report is generated inside HTML table. What are the options/tips available in order to share, print, email or 'download as PDF' this report using javascript or serverside classic ASP ?? | |
i have followed a tutorial for a working checkbox group after failed attempts with others. On test file it was working but when i add it to my site i dont get any results after submitting form. First of all here is the file from tutorial. Sorry in advance for … | |
This code work for one selectbox and when find value he stop even if exist more column with same value. I need to work for many select box, and to populate table with all rows with same column value (value.that the user chooses with select boxes) <?php require('includes/config.php'); require('layout/header.php'); function … | |
how to add css class to asp tags | |
Hello, Just created a website and want some animations so i used keframe animation in order to do so on 1 row I made an animation for the portfolio to scroll up and stop right there but it goes again at the starting point like 1 to 100 once on … | |
https://jsfiddle.net/cmvs815c/1/ Is there a way to make "Enter a tag...", red as well? | |
I'm trying to align 3-5 items up in a table cell, three are on the top and two are on the bottom. In each of my table cells I want the first item to be at the top left of cell and the third item I want to be at … | |
Hello, I am trying to fix this bootstrap div id. Is it okay to use it twice? Please cek this site: http://www.innovation.web.id/One/blog.php I try to validate: https://validator.w3.org Error: Duplicate ID row. From line 90, column 1; to line 90, column 14 ↩</div>↩↩↩<div id="row">↩↩<div Warning: The first occurrence of ID row … | |
In Chrome you can view your media queries based on devices. I want to be able to export all the divs along with their div size in simple text embedded within the div as images from the device media queries within console.log ? | |
How can i change the colors of the panels with css every panel to have different color on hover, i have this code: <div class="container"> <div class="row"> <div class="col-sm-4"> <a href="#"> <div class="panel panel-default trending"> <div class="panel-body"> <center> <img src="images/trending.png" alt="Trending"> <h2>Trending</h2> </center> </div> </div> </a> </div> <div class="col-sm-4"> <div … | |
Hello DaniWeb Community, I have a question about changing the symbol of my tracker. I am using google.maps.SymbolPath.CIRCLE Can I change this to a image of mine? jpeg / png file If yes, How I can do it? Thank you and God Bless -Tap | |
Hy there... I have this problem and I don't know how to fix it....I didn't get help from the theme creator and I am asking your help:) In product list - list mode, I have the product with the ingredients and on the second row I want to put the … | |
Hi guys, I was wondering if anyone can pin-point me to the right direction. I want to implement this css translate 3d effect does anyone maybe know of a resource(s) I can work through to do this? I've been searching for related content and haven't been able to find this … | |
Hi everyone, I have this issue, currently am able to save the attachment name in mysql database. However, after saving it doesn't display the attachment name in the form and so unable to open the attachment. Below is the coding. Please advise how to display the attachment name and open … | |
Hello DaniWeb Community, I have a hover drop down menu, below this is another hover drop down menu.. Once you hover your mouse pointer to this drop down menu it show the list.. The problem is it overlap to the 2nd drop down menu. I want my list to be … | |
Hello, I am currently working on modifying particular script I have in place. Specifically, I would like to transition the "open" (services_button) and "close" (services__cancel) buttons into a singular toggle element. Here is the script that I am attmepting to modify. Thank You in advance for the assistance. <script> (function() … | |
<nav> <div id="main"> <div id="one"> A </div> <div id="two"> B </div> <div id="three"> C </div> <div id="four"> D </div> <div id="five"> E </div> </div> </nav> <style> #main { min-height: 175px; height: 27.5%; width: 100%; background-color: #222; position: fixed; bottom: 0; left: 0; } #navBackground { width: 100%; } nav div … | |
| Hello everyone, what i am trying todo is get the following data from a html file.... Friday 31 - 1 - 2014 Created: 31/01/2014 2:32 PM Updated: 31/01/2014 7:03 PM Location: 37°35'13 S 145°7'41 E Shift 143 Car 7008 Bus 280 564 / 9 Car 7008 Car 7011 Bus 361 … |
Hi All, Please study the following code. ## HTML ## <div id="welcome"> Welcome Message </div> <div id="Inquiry"> Inquiry Form </div> <div id="products"> Products </div> <div id="footer"> footer </div> CSS #welcome{ background-image:url(../images/company.jpg); background-size: 100% 100%; width:100%; height:600px; } #inquiry{ margin-top:600px; width:100%; height:500px; background-image:url(../images/light_grey.png); } #products{ margin-top:1100px; // (margin-top of inquiry + … | |
Hi, I have a menu bar with its source derived from an xml data source. I have successfully created the menu bar, but now I want to make that menu bar responsive. I have tried many options but I can't get a correct solution. I hope for a answer here. … | |
whats wrong with this code i can't get menu and logo alinged i want logo to the left and menu to right along with logo, but i'm getting logo on the top and menu below it...can anyone explain the problem to me? and also what should be the solution for … | |
Hi I am new in php programming and learning this i have found a small problem.I am trying to creating a file called lib.php, where i add all my files jquery lib downloaded in /js and css files.My directory look like this: ** -practise + /css + /js + /images … |
The End.