20,737 Topics

Member Avatar for
Member Avatar for prachipote

there is 3 tab on tab nd after that there is one table which is in gray.after that tab there is little white line is showing height nd width is same but still when tab is active that white line appered there is programming also include.bellow is my code [code=html]<table …

Member Avatar for prachipote
0
133
Member Avatar for PDB1982

I have a working code for a vertical navigation bar, but I want it to: 1). move along with me as I scroll down.... 2). keep it on the left side and not interfer with the textual information in paragraphs... here is my vertical navigation code: [code] ul#navigation { width: …

Member Avatar for almostbob
0
168
Member Avatar for PDB1982

I am trying to incorporate an eot/ttf file named "steve.ttf"/"steve.eot" into a CSS, but I am seeing no changes being made. The font items are located in the same folder as the html document. Here is the code I am using: [code] @font-face { font-family: MyCustomFont; src: url("steve.eot"); src: local("steve.ttf") …

Member Avatar for SKANK!!!!!
0
375
Member Avatar for ivicaolic

Hi! I'd like to create a team of 3-5 junior developers that would like to work on small projects. The emphasis is on learning, and luckily making some money out of it. CRITERIA: - Work from home. - Fluent in English. - Some experience in web application programming, using VS.2008 …

Member Avatar for Diamonddrake
-2
94
Member Avatar for Oceanblue

hello i have started learning action script and ive been trying to create a dynamic nav bar. the xml i have is [CODE]<home> <navLinks> <links>DESIGNER IN FOCUS</links> <links>EMERGING TALENT</links> <links>FASHION MENTOR</links> <links>E-BOUTIQUE</links> <links>FASHION JOBS</links> </navLinks>[/CODE] and i have found that [CODE]mainNavCont_mc.link01.linkTxt.text = "text in here";[/CODE] works to replace one dynamic …

Member Avatar for Oceanblue
0
93
Member Avatar for pranayshedge
Member Avatar for prachipote

how to give rollover image to a particular td? i want that rollover image to full td i was tried but it takes only that txt?

Member Avatar for prachipote
0
84
Member Avatar for j34

how do you transfer text from a text box on one to another on a diferent page of html program. text is name,phone,address ond so on

Member Avatar for donaldw
0
126
Member Avatar for Rblalock

[B]I need help understand where to place (and how to create) [CODE]function calcPrice() { product = document.form1.prod; pindex = product.selectedIndex; product_price = product.options[pindex].value; quantity = document.form1.qty; qindex = quantity.selectedIndex; quantity_ordered = quantity.options[qindex].value; document.form1.price.value = product_price*quantity_ordered; }[/CODE]. I also need to know where to add the [CODE]onchange = "calcPrice()"[/CODE] event handler. …

Member Avatar for Rblalock
0
482
Member Avatar for happygeek

Here in the UK it is pantomime season. A peculiar form of traditional slapstick stage play that is performed during the Christmas season. In essence favourite tales such as Peter Pan, Aladdin, Jack and the Beanstalk and Aladdin are retold with the lead boy played by a girl and an …

Member Avatar for charlesglass
0
224
Member Avatar for chevechiva

Hi codemasters, I'm new to this forum and I already have a question which I'm pretty sure u will help me out to find a solution. I want to play a mc when the mouse is over. And when the mouse is out I want to rewind the mc. I …

Member Avatar for chevechiva
0
177
Member Avatar for Zogg

Hi, I used to use ie as my main web browser. Then 2 days ago, it just stop working. When i click on the ie icon, no window, nothing start anymore. So i jhave to d/l netscape and use it. [U]IE works fine under guest login accnt though. [/U] I …

Member Avatar for chuckc
0
422
Member Avatar for jen140

Hello again. Thise time i'm looking for an app, that will do packet sniffing (using pcap) and make a nice statistics by service and by destination showing the ips from local computers and from internet computers, the ideia is to see in with some web browser client. Example log: FROM …

0
98
Member Avatar for Nangawe

Hi Folks;It is now two years I have been working as an IT Service and change analyst in international bank, On this two months, I have done CISM ( Certified Information Security Manager) exams and pass but I need an experience of 3 years as full Information Securiy Manager to …

0
64
Member Avatar for eggmatters

Hey there, I'm getting ready to release my Beta version of a java project you've all been so helpful with. There is one problem though. I haven't the foggiest idea how to package the jnlp. Where do the compiled libraries reside? Are they part of a binary? What is launched …

0
58
Member Avatar for hno

HI i have a very important problem with my site .it shows very bad in ie and I don't know why ? i defined static width for the contents and tables but I dont know what is the problem ? by the way , it shows very good in othe …

Member Avatar for ithelp
0
54
Member Avatar for TomMan

I am making a PHP blog library. I am new to web development and only really programme in C++ or Python. So, I have probably done something really stupid, but this code doesn't work: [CODE] <?php class Blog { public $version = 1.0; public $mysql = NULL; public $servername = …

Member Avatar for TomMan
0
226
Member Avatar for tk sailo

hello, Can someone tell me how to put favicon and site name on the address bar with colored background on firefox like google.com? thanks in advance.

Member Avatar for donaldw
0
144
Member Avatar for pcs123

I wonder if it is possible to send text file which is just at this moment prepared and it would be best if the file coud be send without creating on disc. For example I would like to have on my web [code]<a href="day.php">this day</a>[/code] and when you click on …

Member Avatar for digital-ether
0
1K
Member Avatar for MDanz

i have a variable which is an image [code]$image = "<img src='$imagelocation' width='50px' height='50px'>";[/code] i want it to be in the center of the td but it doesn't center vertically, it stays at the top, i did this [code]echo "<td valign='middle'><div class='rollover' align='center'> <a href=\"imageview.php?id=$number\" onmouseover=\"ChgText($keyword)\">$image</a> </div> </td>"; [/code] any …

Member Avatar for SKANK!!!!!
0
147
Member Avatar for Dan08

Hi everyone, im having some problems with my computer, my friend has made this website in flash([URL="http://h1.ripway.com/dan08/Team_Vaska.html"]http://h1.ripway.com/dan08/Team_Vaska.html[/URL]), he embeded, his flash window into html, but the problem doesnt come from there. Me and my friend have a program written in python, and there is nothing that can damage a computer. …

Member Avatar for crunchie
0
226
Member Avatar for temarisky

Hello there, I have purchased a flash template, but i dont know about website editing, i just need to change the text and fonts name.im willing to pay so that i wont go over this myself its kinda too much load on my brain hehehhhe. Many thanx temarisky

Member Avatar for katherinjess
0
143
Member Avatar for maxicube

ehh, this is a wierd one... only a small fraction of my css is working when i put it in a external sheet. works perfectly in internal/embedded css. here's my css code: [CODE]body,td,th { background-image: url(images/bg.png); background-color: #828281; font-family: Arial, Helvetica, sans-serif; } #top { width:851px; height:201px; } #middle { …

Member Avatar for pritaeas
0
183
Member Avatar for amitverma80

Hi, I am using GZip Compression in my ASP.Net application. All of my web pages inhertits from a BasePage Class. In my BasePage I have implemented Gzip Compression. On Page1.aspx on button click I am using Server.Transfer("Page2.aspx"). But unfortunately instead loading Page2.aspx I am getting this error mesaage : Internet …

Member Avatar for amitverma80
0
120
Member Avatar for kiranpvsr

Hi...I have created a browser using JAVA. But I cannot access any of the google or yahoo websites. I can access only a few select websites like cs.bham.ac.uk etc.... Can anyone tell me the reason and probably the solution as well..?

0
90
Member Avatar for hno

HI How can I make a menu like this picture ? I have tries some thing but I don’t know how to make the corners like it ? can any one give me a example like this ? thanks

Member Avatar for stevenpetersen
0
109
Member Avatar for SuntechWebsites

Heres one for ya... Lets say you have a mysql database with multiple entries (clients). Each one has a field for name, username ect. There is also one for say storing a doc file for billing. How can I make it so I can upload a file to just a …

Member Avatar for Atli
0
205
Member Avatar for AycheKay

I know this is a very popular problem and is covered many places on the Internet but I haven't found a clean and clear resolution to it. I have an existing fixed-width template that I've manually coded using floats and the center column doesn't extend far enough on some pages …

Member Avatar for Elbudster
0
127
Member Avatar for PrettyNormalGrl

Hi I really hope I am posting this in the correct forum area. I have a html page on my currently existing web site where I sell books over the internet. I need to change this page so that it can do a search on my MySql database that I …

0
59
Member Avatar for jester42002

I have been a member for some time just watching in the background. I work in security but am trying to change my career to computers. I finally got a laptop to explore more. I decided to jump in and tell my boss his web site sucks and needs a …

-3
77
Member Avatar for anjaly.s

Hi, I am doing windows application prgm using webbrowser control.If I click any links in the webpage,it should open in the same webbrowser control.Otherwise one new windowform should popup with webbrowser control in it. I am in trouble how to proceed If anybody have ever tried this,please let me knw …

Member Avatar for johnsims194
0
642
Member Avatar for anveshitprof

Hi, I want to block some content of web site, urls and query string programatically. Suppose i am entering my url in web browser and if my url is there in block list then it should not redirect. Simmilerly for query strings which are being search on browser or domain. …

0
46
Member Avatar for Wilmar1980

Hi all, I've searched for this problem in several forums, and as I couldn't find it in any of them, I decided to start this thread. I am a magnet for weird problems. There's this groupware webapplication that I want to test, and for that, I put it on my …

Member Avatar for Wilmar1980
0
92
Member Avatar for Stefano Mtangoo

I need to make <div> </div> to have rounded corner. I wonder what other technique than putting rounded image at corner can be used to make them round. Is it Javascript or what? CSS? Look at this site with rounded corners [url]http://www.mtibwasugar.com/pages/index.php[/url] I don't want to use CMS like joomla …

Member Avatar for SKANK!!!!!
0
184
Member Avatar for jsbrewer

Everytime I open my firefox browser additional tabs keep popping up. Not just one or two, but 20. when I try to close the tabs more keep popping up. I have to close the entire browser in order to stop it. Each tab is directed to the firefox help and …

Member Avatar for jholland1964
0
239
Member Avatar for alexv55

I am learning to create drop down menu using css. Everything works fine in chrome, FF. But IE 8, the submenus don't pop up. All the info I read on tutorials and googling indicated that using .htc file from peter ned and conditional comment for IE in style sheet should …

0
209
Member Avatar for tez

I have created a site using Cutesite Builder but there is no way I can find how to add a page where people can leave their comments (via me first of all I guess) like a Forum. Any help how to do so would be appreciated. Can anyone give me …

Member Avatar for David Sanders
0
324
Member Avatar for Kryst51

Hi All, I guess, at least according to my welcoming pm, I should introduce myself. I am very new to web development, I have used access and have been very active on an access forum since June. I am now trying to branch out from Access into other things, and …

Member Avatar for Kryst51
0
142
Member Avatar for Techwriter10

[URL="http://www.media.mit.edu/people/bio_lip.html"]Andrew Lippman[/URL], who is the Founding Associate Director at the [URL="http://www.media.mit.edu/?page_id=13"]MIT Media Lab[/URL] suggested at a talk last week that we were on the edge of a new third cloud where assistance becomes as important as access. The first cloud was the internet itself. The second cloud provided the services …

Member Avatar for Techwriter10
0
163
Member Avatar for nateuni

Guys, Finished a kick ass assignment, checked it on all available browsers on my mac, all good, so I submitted. Then I was over my misses mate's house and looked at it on windows and there are menu hover issues in Explorer. I have been looking and looking but I …

Member Avatar for ko ko
0
116
Member Avatar for bufospro

Hi, I want to insert in my home page a weather forecast. So I found a site that generates code for weather. The site is http: // freemeteo . com / default.asp?pid=183&la=1 The problem I have is that the image which is generated is higher than I want. I would …

Member Avatar for Wrams
0
88
Member Avatar for webspy

I'm working on a .NET application that loads web pages using multiple WebBrowser controls. There are several threads and WebBrowser controls involved (this is a server application, and the WebBrowser is required for capturing the rendered image), each thread creating a WebBrowser control and running a message loop for it. …

0
124
Member Avatar for MDanz

i have this text area.. [CODE]textarea name="reply" id="reply" cols="105" rows="2"></textarea>[/CODE] in firefox the textarea is larger and in IE the text area is shorter. How do i have the same size text area in both browsers? Can i have an example?

Member Avatar for ko ko
0
70
Member Avatar for hno

Hi I want to make a online game web site . i want to klnow , what do i need for now ? should i install any script ? please give me some information about it thanks

Member Avatar for SKANK!!!!!
-1
310
Member Avatar for hno

HI i have a problem with loading my site with ie6 . but it doesn't have noproblem with ie7 , opera, mozila and other browser except ie6 . it is not english , i wrote it with joomla and php , can you see bazare-iran.com and tell me what is …

Member Avatar for SKANK!!!!!
0
126
Member Avatar for Dat0

I'm trying to absolute position a p element inside a table. I tried to make <td> have position relative but it doesn't seem to work. [CODE] <td style="position:relative;"> <p style="position:absolute; bottom:0px;" </td> [/CODE] Does not work! But this does.. [CODE] <td> <div style="position:relative";> <p style="position:absolute; bottom:0px;"> Success </p> </div> </td> …

Member Avatar for SKANK!!!!!
0
100
Member Avatar for AKE_daniweb

I've searched the web without any succes to try and solve this newbie question. I have an submit button that i want to say "Answer", but i want the value to be something else. How do I do it? //AKE

Member Avatar for SKANK!!!!!
0
112
Member Avatar for galaji

Hello, there is a site out there known as 'getref', I want to have a site like that, can anyone help me getting HTML code for that ? OR any help will be welcome.. I am new to this forum thats why I am not posting any links.... thanks at-least …

Member Avatar for SKANK!!!!!
0
128
Member Avatar for kooben

Hi I intend over the next few months to learnt Java with the purpose of building my own simple web crawler/spider. I have seen a few open source spiders but would like to build my own if possible. What I would like to ask is how would I go about …

Member Avatar for peter_budo
0
326
Member Avatar for Doctor Inferno

Hello, I have a blog hosted by blogger. But there is no "Posted By" in the posts. Does anybody know to add this? I have tried using the widgets feature to check "Posted by" but it still doesn't show.

Member Avatar for peter_budo
0
86

The End.