6,574 Topics

Member Avatar for
Member Avatar for RikTelner

There is screen A and screen B. Both screen are same physical size in length and width. Just one is 1920x1080 and another size is (I think) 800x640. See, if I make query for 1920x1080 mobile, this will also trigger on computers having same resolution. That does not mean, that …

Member Avatar for RikTelner
0
394
Member Avatar for cafegeo

Hello everyone, I have a page written in HTML5 which atuomatically resizes the page when used on different devices. I also have a menu which goes from a drop down menu in desktop mode to a sort of pull down menu in mobile mode. This video pop-up works in desktop …

Member Avatar for Traevel
0
277
Member Avatar for LONGWAY

Dear friends, I want to add a background image in joomla ARTICLES which will respond with wide on resize like u use cover parameter and also i want my background immage not to cross the borders of the sheet. What i mean if i use absolute parameter the bg image …

Member Avatar for LONGWAY
0
119
Member Avatar for Riteman

I have used .net's webbrowser control. Unfortunately, it is not supporting HTML5 or Complete JavaScript. When I googled, many said that the control depends on IE version installed in the machine. I have installed IE10. Though it supports HTML5 (Even I checked the same webpage in IE10 and it worked), …

0
90
Member Avatar for ahvic4u

[CODE]<html> <style> #playingArea { position: absolute; top: 1; left: 1; border: 5px solid black; width: 750; height: 720; z-index: 2; } #basket { position: absolute; top: 650; left: 228; width: 64; height: 16; } </style> <script type="text/javascript" language="Javascript"> var basket; var basketLeft = 228; function keyListener(e) { e = window.event; …

Member Avatar for Taywin
0
2K
Member Avatar for webhawk

All too often I've seen folks bang their heads against a wall trying to figure out why their HTML or CSS code isn't working correctly. I've done it myself at times. When we find the reason, it's usually a silly typo we made somewhere in the code that's the culprit. …

Member Avatar for pritaeas
0
197
Member Avatar for myk45

Hi all I have a qt application in which I have a QTreewidget that displays some content in the QTextBrowser. I set the contents for the html document in the textbrowser using the setHtml() function. All I want now is to fetch the url of this html document so that …

Member Avatar for myk45
0
484
Member Avatar for advent_geek

Hello Guys, i have a one html5 website, i had added google maps on my contact us page, while i checking that on mobile, the map (google map iframe) shows as a default width, is it possible to change the width regarding media query.

Member Avatar for advent_geek
0
603
Member Avatar for Rblalock

Hello, I'm new to the DaniWeb community and I am in need of some serious help. I am taking a web design class, but the teacher I currently have now has no idea what he is doing; he is an Info Tech teacher, but we have two classes at the …

Member Avatar for Gregory_4
0
3K
Member Avatar for zzmrzz

Hi fellow coders, I'm Martin, and i need a good PHP/HTML coder to my Website. I have a Danish hosting provider company, and i could seriously need some nice stuff to it, to make it more atractive. - If you would like to help, you are not getting paid each …

Member Avatar for imti321
0
451
Member Avatar for wballinger

I've been trying out the HTML5 <canvas> element, and cannot get it to work. here is my code: [CODE] <html> <head> <script type="text/javascript" > var canvas=document.getElementById("canvas"); var context=canvas.getContext('2d') context.fillRect(100,100,300,300); </script> </head> <body> <canvas width="500" height="500" id="canvas" /> </body> </html> [/CODE] The canvas is there (I confirmed this), but nothing is …

Member Avatar for Shridip
0
3K
Member Avatar for ravi142

hello, i have ul li html structure and i am trying to make tree horizontally My Code Below please suggest me how can i do using css ? <div class="tree"><ul><li><a>SIRE: Cadenza F F58 Barney CA1FF0058</a><ul><li><a>SIRE: HV International F D3106 HVIFD1306 </a></li><li><a>DAM: Amani Elizabeth 5UBFA0550</a><ul><li><a>SIRE: Amani Lancelot 5UBFW1008</a></li><li><a>DAM: Amani F X2073 …

Member Avatar for diafol
0
2K
Member Avatar for Ida Amir

Hi guys, this semester i'm taking Web Application Development.. I still new about HTML.. I hope u guys can help by teaching me ok.. hehe..

Member Avatar for diafol
1
143
Member Avatar for azapovjednik

Hello all, I would like to make a simple search input field... something like google search on top of the screen when you sign into your gmail account.. you can see it here[Click Here](http://prntscr.com/5ehef7) Because I had troubles trying to achieve it... I came up with a funny semi solution... …

Member Avatar for Masterblank
0
499
Member Avatar for rtipton

I am trying to make a graph from data that i have in my sql database. Below is the exmaple of the data that i am pulling from my data base. Region LC_count MC_count NC_count B_count LL_count EL_count LR_count CR_count MOUNTAIN 0 722 542 0 7155 0 0 1444 NO.CAL/NEVADA …

Member Avatar for rtipton
0
178
Member Avatar for VenusCrystal

Hi Folks, I have a tabset created using jquery. Each tablabel is an image. On hovering over the images, it changes to another image and on click of any image the corresponding tab contents are shown. This hover effect works absolutely fine on windows desktop. But when I test this …

Member Avatar for gentlemedia
0
230
Member Avatar for ankit.baphna

Hi Friends, After working for 2 days I finished my homepage design with HTML5 and CSS3 syntax. but when I open this on my Android chrome browser everything looks messy as well as half information. ex: I created three menu tabs but on my mobile browser i could see only …

Member Avatar for gentlemedia
0
250
Member Avatar for ankit.baphna

Hi Guys, I dont know why code under Style is not getting detected on my html page. I am using Notepad++ it is only detecting image url under CSS code but nothing else. Can you suggest me. <!DOCTYPE html> <html lang="en"> <head> <style type="text/css" media="screen"> body { font: 13px sans-serif; …

Member Avatar for ankit.baphna
0
164
Member Avatar for tibor.marias

Dear Readers, I have a simple HTML form pointing to a PHP (<form action="xy.php" method="post">), and if I type http:// into an input of the form, it won't run. If I type anything else the form runs. How can I solve this? Maybe somewhere it is interfering with another http:// …

Member Avatar for diafol
0
295
Member Avatar for Siberian

Hi, I'm looking for an effect identical to [this](http://andrew-hoyer.com/experiments/rain/) that would, transition a container from one to another ? If you can imagine in the example link shownn above a container (<div>) raining and transitioning into another container (<div>) ?

Member Avatar for Siberian
0
181
Member Avatar for bijutoha

Actually I'm new on this topic.. and I heard about 3 "list tags" in HTML generally but I didn't ensure by searching in the Google. Could anyone say something about it?

Member Avatar for pritaeas
0
97
Member Avatar for sathyakumar23
Member Avatar for sam_pt

When I add the <!DOCTYPE html> to my page, white spaces appear below the images on the page. Why does this happen and how can I get rid of them? Thanks guys! Here's the code... <!DOCTYPE html> <html> <head> <title>CPU_21397_2014-Holiday-Card_HTML_eCard_Working</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <table width="764" border="1" cellspacing="0" cellpadding="0" …

Member Avatar for OtisGross
0
161
Member Avatar for joemathew
Member Avatar for sathyakumar23
Member Avatar for Transcendent

![676d3a4d6fae34888f383c4d66a4ab99](/attachments/small/3/676d3a4d6fae34888f383c4d66a4ab99.png "align-left") ![676d3a4d6fae34888f383c4d66a4ab99](/attachments/large/3/676d3a4d6fae34888f383c4d66a4ab99.png "676d3a4d6fae34888f383c4d66a4ab99") <!DOCTYPE html> <!-- grocery.html A document for computeCost.js --> <html lang = "en"> <head> <title>grocery.html</title> <meta charset = "utf-8" /> <style type = "text/css"> label,input {display: block; margin-bottom: 20px; margin-right: 20px;} label { float: left; width:200px; text-align: right;} input { margin-left:150px;} #items{ margin-bottom: 20px; margin-right: 20px;} …

Member Avatar for webhawk
0
293
Member Avatar for OsaMasw

I have problem in my site and accrues only when using htaccess, I have many css and js files stored in my site when import them on localhost by using relative path <script src="js/jquery.min.js"></script> when using htaccess the js or css cannot be loaded and firefox show me message "**The …

Member Avatar for OsaMasw
0
258
Member Avatar for Simon180

Am trying to look the code below so it will loop the current items already in the list and display them all plus any new onces added but am having a bit of trouble doing this what am I missing or doing wrong? Gallery.Duplicates := dupIgnore; Gallery.Sorted := True; // …

Member Avatar for SalmiSoft
0
131
Member Avatar for theashman88

Hi I got a quick question. Is there any way i can change the background color and the text color within my compiler of dev-c++. I'm not trying to change the color of the output when I run the program, I'm talking about the actual code itself and its compiler. …

Member Avatar for nullptr
0
7K
Member Avatar for craig.m.farish

Hi people I have been interested in writing very simple html for many years, every now and then i decide to attempt something new. I want to populate xml data from an external source so the data in my html is automatically updated when the xml is updated. Is this …

Member Avatar for JorgeM
0
121

The End.