20,737 Topics

Member Avatar for
Member Avatar for SaravKumar
Member Avatar for darren2005

Hi, I was wondering if anyone could help me make my existing CSS horizontal menu drop down so when I hover over the main title it drops to submenus? CSS: [CODE] #tray {position:relative; width:960px; height:45px; background:url("../design/tray.gif") 0 0 no-repeat; overflow:hidden; font:bold 90%/1 "tahoma",sans-serif;} #tray ul {margin:0 20px; list-style:none;} #tray li …

Member Avatar for darren2005
0
173
Member Avatar for BlueCarNumber9

Hi everyone, I am trying to make a toggling on/off button for a looping sound using AS3. Currently it starts with the on icon showing but when pressed shows the off icon but it must be pressed again to stop the music but then shows the on icon while the …

Member Avatar for bobby_boer
0
223
Member Avatar for virtualmisc

hello Friends I am using Dreamweaver CS3 to update my website. but when I have to upload a folder of images I upload each image separately by selecting it from hard drive when the message "If the image is to be copied to the remote server " is prompted and …

Member Avatar for digital29
0
72
Member Avatar for GordonUK

Hi everyone, Im having a problem on a website im developing where images and graphic banners are not being displayed even though they were being displayed successfully previously and I just wondered what the problem could be? Could it be a memory problem with having too many images and videos …

Member Avatar for digital29
0
86
Member Avatar for cosmetic8635
Member Avatar for rylor

Hello CRC's - I've read what they are - but how do you work around them? This is the first time I have seen this error. Here is what happened: I was trying to burn a CD and in the process - the burner or software (ASHAMPOO BURNING STUDIO) got …

Member Avatar for Themonkman
0
271
Member Avatar for gretty

Hello I am starting to learn both HTML & CSS for University & I have some questions about what the proper practices a HTML coder should do in terms of Website architecture: I want to ask what is best, most conventional or the industry standards for the following: - include …

Member Avatar for Hangfire
0
69
Member Avatar for goodtaste

Hi Everyone! Just wondering...I was recently under viral attack and ever since then, my Firefox refuses to open. I guess I will have to reinstal the thing, but was jsut wondering if there is a specific critter going around that attacks Forefox this way, just in case I still have …

Member Avatar for sheltant
0
163
Member Avatar for miamia11

[B]Stored Procedure "InsertUser"[/B] [code] ALTER procedure [dbo].[InsertUser] ( @username as varchar(50), @email as varchar(50), @password as varchar(20) ) as if(not exists(select email from dataUser where email=@email)) begin declare @lastnumber as integer set @lastnumber =0 select top 1@lastnumber =cast(substring(user_id,8,9) as integer) from dataUser order by user_id desc --insert insert into dataUser …

Member Avatar for miamia11
0
413
Member Avatar for InnocentVamp

Hello all... I am currently pursuing my Master in IT and we are assigned a small individual project of creating online Scrabble game for multiplayers using php, javascript and ajax. I am a noob in the field of Web Development. I know Javascript in detail and Ajax and PHP in …

0
47
Member Avatar for Dani

I would like to use <H1> and <H2> tags to emphasize important keywords for SEO purposes. Is it XHTML-transitional legal to enclose a <div class="blah"> tag inside an <h1> tag?

Member Avatar for rrdavik
0
150
Member Avatar for ear4aak

Hi, Just setting up another computer with XP. Just spent the last few days downloading SP2 (via dial up, so very slow!). Everything to do with internet explorer was working fine yesterday Just installed SP2 this morning and now we're hitting problems! Can conect to the internet fine and browse …

Member Avatar for HBB
0
307
Member Avatar for virtualmisc

Hello Friends I have programed flash links in Macromedia flash professional 8 for my site. They work perfectly if the user clicks a link to get to my page But it doesn't work if the user types the url straight into the address bar. Please help me with this. Thanks

Member Avatar for rajarajan2017
0
55
Member Avatar for ashab27

Hi, I am Asha Bhatt. I am making simple form in asp.net and validation in java script. we this is my .aspx.cs code [code] using System.Data.SqlClient; public partial class InterviewSet : System.Web.UI.Page { string scon = "Data Source=RBWORKSTATION2\\SQLEXPRESS;Initial Catalog=onlineexamdb;Integrated Security=True;MultipleActiveResultSets=true"; //SqlDataAdapter da; SqlCommand cmd; // DataSet ds; SqlDataReader readsid; public …

Member Avatar for kvprajapati
0
145
Member Avatar for drewpark88

Hey Guys, I am having issues with my header. I have a header image which I set as my background that expands with browser, but I want it to be 502px in height. Here is my css: [CODE] .Container #header { padding: 0px 0px 0px 0px; background-color: #DDDDDD; background: url('folioheader.jpg') …

Member Avatar for drewpark88
0
82
Member Avatar for buranda

Hi, I've been doing lots of googling about building a webserver using ubuntu server 9.10 but I got notthing. I mean, a lot of info I read was helpful but it does not work under my circumstances at all. So I want some help from Ununtu geeks. Just reminder I …

Member Avatar for bbriand
0
161
Member Avatar for drewpark88

*Thoght I fixed it, I was wrong : ( Hey Guys, Ok so here is my problem. I have created a three button horizontal navigational bar and want it to float to the right of my logo. My fist button the home button is in the spot i want it, …

Member Avatar for drewpark88
0
94
Member Avatar for Techwriter10

I realized last week that somehow inexplicably, Microsoft has become the underdog. Want proof? The US Justice Department *and* the EU approved the search deal with Yahoo! That the United States approved the deal is not really news because Justice has rarely met a deal it didn't like no matter …

Member Avatar for Louis wheeler
0
609
Member Avatar for spookies

Hi I cannot seem to get a div to sit above a parent div for my top nav - it works in FF and Safari but not IE. I have adjusted z-index and also tried various positioning but no joy. Any advice welcome. [URL="http://www.firefuel.co.uk/a"]http://www.firefuel.co.uk/a[/URL] CSS ==== [CODE] #topnavbg { position:absolute; …

Member Avatar for spookies
0
116
Member Avatar for ada_a

I've been having problems with the sidebar div on a blog layout on [URL="http://adatestgraphics.blogspot.com/"]this site[/URL]. It works fine on FF but displays incorrectly on IE7. Supposedly, IE7 has implemented the use of position:fixed in their CSS so I don't see what the problem is. Anyone care to help me debug …

Member Avatar for coolkido
0
446
Member Avatar for dwlamb_001

Good day, I'm using jquery to give me three tabs of information. For one of the tabs, the block of text is still very long. To make it more manageable, I've coded: [CODE="css"] .job { height: 250px; overflow:auto; } [/CODE] Displayed in Chrome, Firefox and Opera, everything works as it …

Member Avatar for macneato
0
69
Member Avatar for ErlendHL

Hello! I have a site, that I use to learn those web building languages. I have a problem with the menu tabs layout: A div contains many a's but, and it is supposed to cover the path behind them, but: t[URL="http://erlendhl.ueuo.com/"]his is what happens[/URL]. I have tried position:absolute; but then, …

Member Avatar for ko ko
0
96
Member Avatar for drewpark88
Member Avatar for justlukeyou

Hi, Does anyone have any information on Google and Bing planning to include Twitter posts within their searches? This sounds really bizarre or will it be in a seperate search function? Anyone heard anything about this?

Member Avatar for redesignunit
1
175
Member Avatar for uzmaahsan

Here you have to write yourself something good as per topic where you are giving comments and as per assignment ... at least 1 to 2 lines longer ... You must have to write your assignment URL anywhere while posting your ad. It can be Assignment Main URL: or any …

0
31
Member Avatar for Froger93

Hey, I'm designing a site for my old man and I am having some issue regarding pre-loading image for a hover effect. Currently when I hover over an image it gives me a brief period of white space then loads the hover image. I have tried to add the images …

Member Avatar for Froger93
0
196
Member Avatar for techhelpforme

I think I've done what's necessary to install mod_php in Apache, but this code fails: ----------modtest.php <?php echo $PHP_SELF?> ------------------------ When I display modtest.php in a browser, I get: Notice: Undefined variable: PHP_SELF in C:\Program Files\Apache Group\Apache2\htdocs\modtest.php on line 1 I've read in docs that this env var doesn't exist …

Member Avatar for thinnakornzhang
0
953
Member Avatar for diracleo

When content is loaded into a div on my web site, the div, while waiting for the new content to load, resizes to 0px in height, which causes the scrollbar on the browser to shift upward, and then when the new content loads, the scrollbar is too far up for …

0
167
Member Avatar for rajabilal 7453
Member Avatar for The king

hi every one, i am working in a web content filtering program, i need a help in what is the efficient way to block the web sites, and how to capture the images from the response return to the request done by the web browser to do image analysis, plz …

0
71
Member Avatar for crackerjacker

my problem is simple but i have yet to find a solution. i am running apache on my vista box and have set up port forwarding on my linksys wireless router and virtual server on my US robotics broadband router (im using port 1024). i can easily access the web …

0
73
Member Avatar for beforetheyknew

Hey guys, having a bit of a problem with validating some really basic strict html forms. Below (in the code tags) are the validators comments. [CODE] character data is not allowed here <option value="d" />d/ Talking</option> end tag for element "option" which is not open <option value="d" />d/ Talking</option> [/CODE] …

Member Avatar for beforetheyknew
0
92
Member Avatar for jamesl22

Hi, I have apache2 running on Ubuntu 9.04. I am trying to set up vhosts. I have two files in sites-enabled there contents are: [CODE]<Directory /var/www/video> AllowOverride All Order Allow,Deny Allow from all AddType text/html .htm </Directory> <VirtualHost *:80> DocumentRoot /var/www/video ServerName jvids.co.uk Serveralias www.jvids.co.uk ServerAdmin jameslovejoy1@googlemail.com </VirtualHost> [/CODE] That …

Member Avatar for khess
0
233
Member Avatar for newsguy

Botnets are bad for business, and that's the bottom line. The news that a botnet called Kneber has infected 75,000 computers including government and business machines has been spreading online. But while many, if not most, of these reports are claiming that Kneber is a new botnet the truth is …

0
936
Member Avatar for K?!

Hi all Is it possible to specify that NOTHING is allowed to come below an element? It's like this, if have a menu on the left, and when i make the browser small enough, text starts getting below the menu, and I don't want it to. I'd rather not create …

Member Avatar for K?!
0
467
Member Avatar for drewpark88

Hey Guys, My employer has given me .BUP files from a DVD and wants me to make this video play on their website. If I could convert it to a .flv file or even a avi. Does anyone have any idea how to convert a .bup or a software they …

Member Avatar for rajarajan2017
0
59
Member Avatar for Paladine

This is a continuation of the [url="http://www.daniweb.com/tutorials/tutorial19303.html"]Updated: ASP.NET Login Page Tutorial[/url]. This tutorial will demonstrate how to create a registration page for new users to your site. This registration page will utilize the same principles used in the Login Page Tutorial, so this should be no more difficult to do …

Member Avatar for kvprajapati
0
2K
Member Avatar for lobstar

Hi Everyone, I have been coming to this site for a while to get help with some minor things in the past, but now I have a strange issue that doesn't seem to have a solution anywhere. Lest start by giving you a link to the page in question: [URL="https://www.ecooutdoorsports.com/prod_4.php?cat=women&sub=0&fsub=&class=20.74&id=AFCZ254REG&pdname=WOMEN%27S+CAPPELLO+CORD+SKIRT-REG+F09&vendor=TNF#"]https://www.ecooutdoorsports.com/prod_4.php?cat=women&sub=0&fsub=&class=20.74&id=AFCZ254REG&pdname=WOMEN%27S+CAPPELLO+CORD+SKIRT-REG+F09&vendor=TNF#[/URL] …

0
145
Member Avatar for Abdel_eid

hey guys I' am new to css and i have a problem which is the div statement e.g <style type="text/css" media="all"> div{ content:"the string is placed inside div stat."; border: thick solid black; backgound: skyblue; color: black; font-size: xx-large; padding: 20 px; } </style> <body> <div></div> </body> but it is …

Member Avatar for Abdel_eid
0
88
Member Avatar for jpadams

I have a space between my divs and I can not figure out where this sucker is coming from. I have checked all images to make sure they are the same and it is still there. The development site is [url]www.jpadams.com/test/user/list.php[/url] Here is the CSS [CODE]#Table_01 { left:0px; top:0px; width:1024px; …

Member Avatar for onhaleakala
0
89
Member Avatar for Silvershaft

I got 10mb connection with 1mb upload, it started few days ago getting VERY slow on evenings, night and morning but its normal on day Upload speed is usually around 800 but then its like 10 somehow. It is really hard to play with that, this morning I checked upload …

0
98
Member Avatar for GuyClapperton

The 'So what...' award of the year has to go to Microsoft which has announced that as of this year they'll be able to choose which browser they use. According to reports on the [URL="http://news.bbc.co.uk/1/hi/technology/8524019.stm"]BBC[/URL], they'll be able to download and upgrade/crossgrade to Firefox, Chrome, whatever they want. Well...duh. This …

0
203
Member Avatar for beforetheyknew

Okay I've got 2 more problems for you guys! 1. I have to insert images using css (so im using background img) which works fine, and i've background-positioned it right, which is fine, but obviously the text goes over it. How can i change it so the text stops before …

Member Avatar for beforetheyknew
0
83
Member Avatar for mairtinomarta

Using IE 7 (and Opera), by selecting the select field below, and using the keyboard char "M" to scroll through the options, it seems to select options in a random order. (Not alphabetically I think). Some options even get selected two times before another gets selected once. Eventually, it will …

Member Avatar for mairtinomarta
0
135
Member Avatar for Pari13

Hello sir, I have problem in getting values of textbox which in .ascx file (user control). at aspx file(the file at which control is added). code is as below. code in .ascx file [CODE]<%@ Control Language="C#" AutoEventWireup="true" CodeFile="attachfile.ascx.cs" Inherits="attachfile" %> <asp:TextBox ID="TextBox1" runat="server" meta:resourcekey="TextBox1Resource1"></asp:TextBox> <br /> [/CODE] code in .ascx.cs …

Member Avatar for Pari13
0
3K
Member Avatar for tronix01

hello i'm looking for some help for the following problem. i developed a asp.net 2.0 multilanguage webpage using localization with resource-files (FR and EN content). all of my aspx - pages are in the same folder but i want that the search engines detect the text of both languages. to …

0
56
Member Avatar for raju.raghup
Member Avatar for macneato
0
96
Member Avatar for Calzone

I have the following problem, and would appreciate some advice on how to go about fixing it!! My PC at home (WinXP SP2) has a decent internet connection, but for the last few weeks I have been unable to access the microsoft.com website, first noticed due to failure of the …

Member Avatar for nanosani
1
300
Member Avatar for carlosserrano63

hi I would like to know if my compu is infected, my dvd writer does not read any movies or cds it sees them as blank, i noticed it happened after i try to use total video converter portable, it also happened on another computer but i was able to …

Member Avatar for carlosserrano63
0
126

The End.