6,557 Topics

Member Avatar for
Member Avatar for rb1234567

I am having trouble getting my drop down navigation menu to work. The main issue is when I zoom out in Google Chrome, the menu starts wrapping and dropping to a 2nd line, causing all other divs on the page to wrap too. I have searched across the internet to …

Member Avatar for JorgeM
0
294
Member Avatar for asadjaved64

## menua and drop down menu ## Can anyone tell me function of how i can automatically generated menu and sub menu from admin panel for public side web and also make table in database..?

Member Avatar for diafol
0
199
Member Avatar for leroy green

Hey guys, quick question on the best way to implement ASP into HTML. Right now i have a finished web form in a default.aspx file and a Default.aspx.vb file. So two files: Default.aspx Default.aspx.vb My question is how would I nest or call this on an html page? through an …

Member Avatar for JorgeM
0
187
Member Avatar for rb1234567

Hi, How do you stop divs from moving all over the place when you zoom in and out of browsers? The website I am going to create has to be centered in the middle of the webpage. I need to create a header with an animated gif in the left …

Member Avatar for JorgeM
0
14K
Member Avatar for klemme

Hi all, I am creating a function, that filters products, that are allready loaded into the DOM. JSFiddle: http://jsfiddle.net/Klemme/8CFVa/2/ Please read on, two get the issue :-) In each product div, I have listet an HTML5 data attribut like this example: data-options="{"brand":"acer","screenSize":"17","processor":"intel","grafik":"intel"}" I have 2 groups of checkboxes working now, …

0
236
Member Avatar for Ambrish_1
Member Avatar for JorgeM
-1
212
Member Avatar for princessophia

This is the problem: Write a class whose constructor takes a vector of Student objects, where each Student has a name of type string and a score of type int. The class internally stores the data passed to it in its constructor. The class should have an overloaded output operator …

Member Avatar for dabotoshkundu.bappa
0
301
Member Avatar for blueguy777

Update form is working perfectly, but the value of $magentname variable changing to blank without selecting drop down box value. code: <?php require 'include/database.php'; require 'include/settings.php'; $id = null; if ( !empty($_GET['id'])) { $id = $_REQUEST['id']; } if ( null==$id ) { header("Location: sub-agents-list.php"); } $mainagentid = $_POST["mainagentid"]; $pdo = …

0
173
Member Avatar for saucy6969

hi there, This is my first go doing a wordpress site and its causing me some confusion. I know how to create all the pages I need and thats going smoothly. I cant seem to get the main navigation buttons in my header to move...expand...anything really except line up in …

Member Avatar for london-G
0
172
Member Avatar for geneh23

Hey everyone, So I've built a website for my portfolio and I want to make it responsive to all browser sizes. However I don't think I've got the basics of it down yet. I've got it to where my menu re-adjusts and but the main content doesn't seem to alter …

Member Avatar for geneh23
0
403
Member Avatar for geneh23

Hey everyone, So I have a website, already up and running but I'm having trouble making the site responsive to different screen widths. I'm having trouble making the text automatically fit to page when I try to manually resize the window in my desk top. I haven't completed the responsive …

Member Avatar for geneh23
0
431
Member Avatar for markii.borabon

..im new in PHP and and I want to know how to create html form that sends file(images) to phpmyadmin(database) consider that you have to choose the database first from the dropdown list of database.. then display it's table after choosen it.. please help.. here must be the sql flow.. …

Member Avatar for markii.borabon
0
421
Member Avatar for RinzLove

Hi all, I'm having problem with building up cascading dropdown. I found tutorial on the net which were using 'Int' data. But my data to pass from database are of 'String'. How to change it? Tutorial link: http://20fingers2brains.blogspot.sg/2013/04/cascading-dropdowns-in-aspnet-mvc3.html I only requires help on certain area only. Please see code below …

Member Avatar for elsunhoty
0
139
Member Avatar for asisaf

How to dynamically add div in asp web page ?ie, if mssql server returned n rows from a query, i must place all these n rows in seperate div which has to be created dynamically.!!pls help (d case is when displaying search results in a web page like shopping sites)

Member Avatar for elsunhoty
0
503
Member Avatar for darkelflemurian

Good morning everyone I come here today with some questions in hopes that someone can help me through. The problem: At my work, I am requiered to create a chat app for mobile using html5 and websockets. We have a custom made chat app for desktop in the company which …

Member Avatar for PubNub
0
331
Member Avatar for androidf

Hi all, How to convert an pdf file to html in Java? Currently all my data is generated into a report in pdf and i want to be able to generate it to html page as well. How to go about implementing this, is there any source code in java? …

Member Avatar for peter_budo
0
352
Member Avatar for Spencer_2

http://prntscr.com/2l3gnh - My Problem I'm currently using this HTML: <footer> <p class="alignleft">Text on the left.</p> <p class="alignright">Text on the right.</p> </footer> With this CSS: /***** Reset *****/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, …

Member Avatar for diafol
0
337
Member Avatar for kevwood

Hi all thanks for reading, I am having problems getting my padding to work how i would like. I have a the followinc code for my page <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Sonc Hydro</title> <link rel="stylesheet" type="text/css" href="css/main_styles.css" /> …

Member Avatar for matrixdevuk
0
288
Member Avatar for Dinesh_9

I am supposed to complete an java assignment which satisfies the following constraints 1)read an .html file which is given as input(This is not an weburl) just an file stored in hard-disk 2)Count the occurences of all the tags which are present in the html file but it must exclude …

Member Avatar for Dinesh_9
0
643
Member Avatar for notacop

I have the following html code: <name>Username</name> <kills>1</kills> <ach_count>3</ach_count> And on and on..... I am looking for a code that extracts the value from <tag></tag> and puts them into variable. I don't want to use HTML Agility Pack, don't ask why.Also XML is not an option for me. I hope …

Member Avatar for notacop
0
211
Member Avatar for FOYSAL_1

I want to use calander to pick a date as DD.MM.YYYY and post to database. Please help............ Entry.php <?php require 'config.php'; if (isset($_GET['logout'])) { unset($_SESSION['isLogged']); unset($_SESSION['isLogged']); session_destroy(); header('location: index.php'); exit; } if (!isset($_SESSION['userLogin']) && !isset($_SESSION['isLogged'])) { header('location: index.php'); exit; } ?> <!doctype html> <html> <head> <meta itemprop="image" content="mainlogo_title.png"> <title>SEA TURTLE …

Member Avatar for pritaeas
0
422
Member Avatar for Nitin Daphale

When I draw on my HTML5 canvas, it is zoomed already? Hence drawn arrow below is blurred! (snap attched). What is the Reason? Any help to avoid this? var ctx = document.getElementById("canvasWhiteboard").getContext("2d"); ctx.beginPath(); ctx.moveTo(touchX, touchY); ctx.lineTo(moveX, moveY); ctx.lineWidth = 4; ctx.strokeStyle = "black"; ctx.stroke();

0
172
Member Avatar for kevwood

hi all not been here for a while, a long time since i have been working in the industry but ha life goes on haha. I am stuck trying to get the layout to work exactly how i would like, i have a container div which i would like to …

Member Avatar for kevwood
0
194
Member Avatar for shuvobd71

**Platform of making website by HTML** For making html website there are many platform where we can executite the codes.The most used platform are notepad,notepad++ and Macromidea dreamweaver. Most popular platform is Macremidea dreamweaver.Any body can download it from the company website or can purchase it.Later I will discuss about …

Member Avatar for EvolutionFallen
-2
206
Member Avatar for crazyvonzipper

Hi there guys, I have quite a stupid question which for some reason I cannot wrap my head around. I have a table with supposed 4 cells (2 rows x 2 columns) but I want to set the 2nd column's rowspan to 2 making 3 cells <table> <tr> <td id="cell1" …

Member Avatar for crazyvonzipper
0
168
Member Avatar for Mohamed_26
Member Avatar for safeer008

Hi I want my link to blink. I am using this code <a href="#" style=" text-decoration:blink;">Click Here</a> but it is not working.

Member Avatar for pixelsoul
0
110
Member Avatar for VasquezPL

Hello guys... I have written a program which uses templates prepared in HTML to send emails. Everything was working in OUTLOOK 2003/2007 but now 2013 is a standard in my company. The problem is that OUTLOOK 2013 does not accept <img>link</img> anymore. My program open html template and read it …

Member Avatar for VasquezPL
0
352
Member Avatar for nathan.pavlovsky

Hello Programmers! I am working on a 'comics' page of my website. It is going to have multiple pictures (arranged neatly in a table) for the viewer to see and enjoy. I would like to have the images (by default) have a width of 10% of the browser window's width …

Member Avatar for nathan.pavlovsky
0
331
Member Avatar for pkasar91
Member Avatar for pritaeas
0
115

The End.