6,574 Topics
![]() | |
Hello there I would like to ask you a question concerning pop up menus. It turns out that I have seen some techniques which use just CSS. Nevertheless, what I usually see is techniques that use javascript to achieve this pop up menus. It seems to me that javascript might … | |
hi, can any body tell me how to make horizontal dropdown menu using css. | |
Hey everyone, I'm trying to make a perl script that logs me into my account, and fills this form for me for my job, but i cant get it past a drop down menu, wat a person would manually do is put the mouse over this button, and list would … | |
![]() | I am trying to achieve a table like this, using mainly CSS to change the attributes: [url]http://www.further-flight.co.uk/sample_table.htm[/url] My current effort looks like this: [url]http://www.further-flight.co.uk/meetups/join_us.php[/url] I would like to remove the white lines within my table, pad the left handside so that the text moves away from the border slightly, add … ![]() |
Hey everyone, I'm trying to make a C++ program that inputs data into a web page. For example make a program that takes an input and enters it on the google search box and presses the enter button for you! Can anyone help me? Any codes or ideas where to … | |
Please write echo statement from html statement below; <a href="javascript:ajaxpage('test.htm', 'contentarea');">test</a> | |
Hi everyone, So my first post wasn't clear... I want to make a C++ program that takes input from an excel file and puts it on a website and submits it for you. I say this bkz at my job i have to do this... I've seen a C++ program … | |
If I write a code like: def addstring(n): a1=raw_input("PRINT THE FIRST STRING:") a2=raw_input("PRINT THE SECOND STRING:") a3=" " a4=a1+a3+a2 print "THE TWO STRINGS YOU PRINTED ARE ADDED AS" print a4 Now, if I design one HTML form where strings can be submitted but if I put one ADD button how … | |
Hello there I would like to ask you what general approaches you know to carry out the task of adapting the css which works well for firefox, to make it work the same in explorer or other particular browsers which might raise problems. For example, if you take a glance … | |
After i click on link "Area Clienti" appear the tipical autenticatin box How to insert in user box the value of my_var = user, and in password box the value of my_password=mypassword and after check "save pasword..." and click on ok button????? naturally in VB or VBA or vbs code … | |
hi, Any suggestions for learning css from books? Suggestions on great css books for newbie? | |
Hi there, New here and have a weensy problem. I am in the middle of putting together a site: [url]www.wleigh.co.uk/smarties/press_test.html[/url] It shows up fine in firefox and safari, but the nav links on the left all spread out in IE. I have tried the margin/padding set to 0 for all … | |
How can I link to another URL when my web page opens without clicking on "link"? I'm just learning html and understand how to link using the anchor and href. Example: [code=html]<html> <body> <p> <a href="http://msm/com"> Click Here </a> </p> </body> </html>[/code] How can I get my webpage to open … | |
Can a table written in HTML be floated as an element, as in image <img src=".."> I am trying to have several small blocks of text, seperated within borders that the text withing the box or group can float depending on screen size. I don't know how to do this: … | |
Is there a way in JavaScript to add a footer to the bottom of each page that says something like "Continued on next page..." when the user prints the document? I know that the footer is generally controlled by the client's browser, and am not trying to get rid of … | |
hi, i am trying to put an image into the title. i mean like daniweb's title icon is the blue "db" and google's "G", you know...the image in the location bar? sorry i dont know how to explain it properly cuz i dont know what it's called. Thanks | |
can we use javascript inside css classes, Because I want to get the browser window width to the css width atribute. Thanks | |
i am returning website designer haven't been doing much websites for the past 3 years. i recently learned about AJAX and some of the things it can do. i'm basically interested on learning how to make DHTML dropdown menus. and exmpla is on the link below. IS THIS SOMETHING DONE … | |
I'm trying to find code to embed a media player via CSS. Could someone help me please? | |
HI, I would like to know if there is a way to write data to a text file from the HTML controls in a website creation. If so please explain how to go about it Thanks, Priya | |
Hi to all forum members , I'm building a site for an air freight company and wondered if anyone out there has some html code for a freight calculator. The 5 fields i need are KG Length Heigtht Width Destination Airport I need to be able to enter predefined values … | |
Hi folks! I am desperatly looking for some help. While I can apply some small code snippets, or edit some easy parts in php or html, I am completely lost, as soon as it gets complicated with code. Especially at stylesheets. I designed my own theme my WordPress Blog. For … | |
I wrote a script in PHP that works fine on its own, but when inserted into a document containing CSS does not work properly. I am a newb with the PHP programming, and what I am trying to do is create a simple register/login script. Once the user has successfully … | |
I have made a mouseover layer menu. Click on the link to keep it open. The only way to close the layer is to reload the page. Is there anyother way to do it. link to script. [URL="http://www.stupidharold.com/dani/clicktokeepopen.htm"]http://www.stupidharold.com/dani/clicktokeepopen.htm[/URL] Page trying to fix. [URL="http://www.stupidharold.com/Harold1/acessScripts.htm"]http://www.stupidharold.com/Harold1/acessScripts.htm[/URL] I have another question. I am running … | |
Hi guys, i have this problem which has been bugging me for some time. I am creating a website using php,MySQL, javascript and ofcourse html. I create/generate all my pages dynamically using php and depending on the data fetched from the dbase. I have some big scrollable data which should … | |
Hello there, I was trying to implement a program for a friend of mine in C, this program has to read the HTML user input (directly or from a file), check that input if the HTML tags are put in their correct order. For example, If I entered [CODE]<HTML><[COLOR="Green"]/[/COLOR]BODY>Whatever text<BODY></HTML>[/CODE] … | |
I have designed a website [URL="http://intweb.tech.bcuc.ac.uk/~20318219/project/home.html"]here[/URL] and want to make it viewable to mobile phone users. I want to do this by using multiple CSS pages. How do i write a css script that will be viewable for mobile platforms? The current css page is located [URL="http://intweb.tech.bcuc.ac.uk/~20318219/project/main.css"]here[/URL] I will then … | |
Hello all. I have a txt file which has a number of links and i need to save this file as a .html page in my webserver.How do i append <html><body><title></title>'Content of the file'</body> </html> tags to the start and end of a file so that it is saved as … | |
Hello, I have a very interesting issue that I want to solve but I need some help because I do not know if it is possible. I am using some radio buttons on my website, but instead of the user actually clicking a radio button to set it as "checked" … | |
Hi. In a table data I have four lines of text each line separated by a <br> The text are different font sizes. The issue I am having is that the lines have space between them above and below. How do I get the lines of text closer together using … |
The End.