6,562 Topics

Member Avatar for
Member Avatar for ggeoff

Hi Most people want to disable bullets! I can't see mine. If I disable my CSS external stylesheet I see the bullets, and as a consequence disable my horizontal list used to create navigation for my website! I thought that assigning a class to the real list that is part …

Member Avatar for ggeoff
0
2K
Member Avatar for rohith426

We have a web based application in which users can give orders to their supplier. This process consists of login to the application, selecting supplier, get the products for the supplier, and select the products, key in order delivery date and comments. This process has 4, 5 steps (4, 5 …

0
82
Member Avatar for Mcdev

This is portion of my index.html [CODE] <script type="text/javascript"> function callPortion() { var xmlhttp; if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) { document.getElementById("main").innerHTML=xmlhttp.responseText; } } xmlhttp.open("GET","welcome.php",true); xmlhttp.send(); } </script> …

Member Avatar for ddymacek
0
119
Member Avatar for Dante2

Ok, I've done everything I can think of and I've looked around and haven't found anyone else that has run into this kind of problem. Maybe I'm just missing something really simple but I am at my wit's end. Umm... actually, just had an idea, but I'll put this here …

Member Avatar for Dante2
0
241
Member Avatar for tcollins412

hello, i am making a website and i need some help. I am writing a table, here is the code:[CODE]<table style='float: left;'> <tr><td style='width: 200px; height: 500px; background-color: red; valign: top; align: top;'><a class='mainlink' href='about.html'>About Me (under construction)</a><br /> </td></tr> </table>[/CODE] now, i want the link to align to the …

Member Avatar for untitledking
0
152
Member Avatar for johnniegee

I want to be able to enter multiple addresses for customers but only show one on the initial customer form, with the others being added when they press a 'add another address' button. I can get this to work by putting the 'add another address' button at the bottom of …

0
61
Member Avatar for harveylester

For some reason, on my homepage ([URL="http://www.projectdisobey.com/disobeyclothing/"]http://www.projectdisobey.com/disobeyclothing/[/URL]) an extra '</div> <!-- content #end -->' is being created in the page source, AFTER the closing 'body' and 'html' tags. There is no mention of '</div> <!-- content #end -->' in my 'footer.php' file, so why does this show up in the …

Member Avatar for harveylester
0
161
Member Avatar for ctkam

Hi anyone know how to make round corner in IE? This code only works in Mozilla .login { background:#0C3; box-sizing: border-box; width: 40em; height: 20em; border-radius: 0.5em 2em 0.5em 2em; -webkit-border-radius: 0.5em 2em 0.5em 2em; } Thankx in advance

Member Avatar for Biiim
0
93
Member Avatar for mtemp

Hi, I have several hundred html links in a file "main.html" pointing to external websites. ie: "external.html" When a user clicks an external link from within "main.html", I want to bring up "external.html" in all its glory, but with a banner / header across the top (I am guessing iframe …

Member Avatar for Agarsia
0
139
Member Avatar for Jfunch

Hi i need to create a form in a .html file myteamform.html, then take the data entered into the form and process it in a .php file "roster.php" which takes the data and adds it another.html page team_roster.html. I have my form done, my problem is how do you add …

Member Avatar for decade
0
436
Member Avatar for Jazerix

Hey there I'm quite new with php, i create a small site that can control some function for a program i made in C#, however I'm having some trouble with the css :P i got a header, h1 and h2. the header and h1 is functioning as they should, however …

Member Avatar for Jazerix
0
190
Member Avatar for TheChosen0ne

Hey guys, I need some help. I'm using Microsoft Visual C++ 2010. I've heard about being able to write html in c++ I found a few tutorials but I can't understand them they're not very noob friendly. :( Can some of you guys give me a few codes so I …

Member Avatar for Moschops
0
139
Member Avatar for Noob_Programmer

I was wondering about something, when I have a navigation bar(at the top), and I have two images to the links. one just there, and the other when I hover with mouse. How can I make the images stay hovered when Im in that page. for example, if I have …

Member Avatar for Dragennd
0
196
Member Avatar for hiyatran

I trying to display a random number using innerHTML Here's my code: [code]<html> <head> <script language="JavaScript"> var myArray = new Array("String1", "String2", "String3", "String4", "String5", "String6", "String7", "String8", "String9", "String10"); var num = Math.floor(myArray.length * Math.random()); document.writeln(myArray[num]); //document.getElementById("myString").innerHTML = myArray[num]; </script> </head> <body> <div id="myString"></div> </body> </html>[/code] it works when …

Member Avatar for MartinRinehart
0
90
Member Avatar for Farhad.idrees

Hi, I want to know that if i have form in html and i want to save data in MS Access or any other database so is it possible? if yes so how? i use php to connect mysql but i didn't use simple html connection... I hope someonw iwll …

0
69
Member Avatar for rizla777

okay so i've been at this for 2 days. i've tried recoding the entire site but nothing seems to work. It's only 1 navigation bar that is giving me a problem. ul#sub-nav. I can get it to align horizontally in firefox except sometimes it works in IE and sometimes. you'll …

Member Avatar for Dandello
0
288
Member Avatar for chiiqui

Why is it that the style is not working? why? [CODE]<html> <head> <title> Starbuzz Coffee</title> <style type=”text/css”> body { background-color: #d2b48c; margin-left: 20%; margin-right: 20%; border: 1px dotted gray; padding: 10px 10px 10px 10px; font-family: sans-serif; } </style> </head> <body> <h1>StarBuzz Coffee Beverages!</h1> <h2>House Blend , $1.49</h2> <p>A smooth, mild …

Member Avatar for Dandello
0
321
Member Avatar for peter20

Hi all, I would like to insert in my page something like messenger window for chat. Is there any css for that ? I don't know css and I dont want how can I search it. Something like [URL="http://multi-operator-asp-chat-script-software.smartcode.com/screenshot.html"]http://multi-operator-asp-chat-script-software.smartcode.com/screenshot.html[/URL] Thanks a lot

Member Avatar for Dandello
0
70
Member Avatar for altarek
Member Avatar for louie540

Hey. I spent the whole day redesigning the layout on my website, and I made it so that my main content and my sidebar stretches down 100%. I got the site the way I wanted so to finish it up before putting it on my actual website, I put the …

Member Avatar for louie540
0
181
Member Avatar for Matt__
Member Avatar for mombasageek
Member Avatar for irish luck
0
116
Member Avatar for cdudefire

For my internet programming class I have to create a XHTML file that has an image in it, among other things. The problem that I am having is that when I open up my file on other computers the image will not load. The file path is valid on my …

Member Avatar for cdudefire
0
117
Member Avatar for gwheelo

How do I call the following Perl script from an HTML page? wget --user=user --password=password <camera IP>/cgi/mjpg/mjpg.cgi I am trying to access video on a Trendnet IP410 camera for display on the page and eliminate the requirement for input of a User and P/W. Any help will be most welcome. …

Member Avatar for Dandello
0
180
Member Avatar for Noob_Programmer
Member Avatar for Noob_Programmer
0
132
Member Avatar for stbuchok

Ok, this is going to seem odd but I have a need for the following scenario: You have 2 pages, let's assume that they both have a control on the page call txtTextBox. Let's also assume that they need different styling and that you must do the CSS based on …

Member Avatar for stbuchok
0
128
Member Avatar for scarcella

Hey Guys, i am having trouble placing this image over a youtube video, I want the .youtube_hat to be displayed over the youtube video in the top corner. So could anyone please help me!! The HTML [CODE]<div class="youtube_area"> <div class="youtube_hat"></div> <div class="youtube"> <iframe title="YouTube video player" width="450" height="258" src="http://www.youtube.com/embed/B-1Xqnx-KCw?rel=0" frameborder="0" …

Member Avatar for lps
0
150
Member Avatar for razamughal67

Hello I want to copy paste and delete text to html text box using vb 6 we make a webbrowser and open any website and change text to the webbrowser textbox values please help any body give me a small project of source code thanks razamughal67 [email]razamughal67@yahoo.com[/email]

Member Avatar for debasisdas
0
51
Member Avatar for JOSheaIV

Okay so alittle while ago I decided I wanted to write a program that would read in data from a website (the HTML data) and then use it from there (long story short I was to read in a list of urls, then access each of those and gather data …

Member Avatar for JOSheaIV
0
226
Member Avatar for herms14

Hi there, Im basically new in web development and Im trying to design a simple login menu. the problem is when I resize my Chrome window the input textboxes does not adjust and is left out. How could I make them adjust based on the size and resolution of my …

Member Avatar for herms14
0
204

The End.