20,737 Topics

Member Avatar for
Member Avatar for guif

Hi! I would like to do a preload an image with one progressbar. I insert a little code in CSS and into a DIV and I resize this image (in this case at 35%). The code that I have at the moment is: [CODE].progress-level { background: url(progress.png) no-repeat left center; …

Member Avatar for twiss
0
65
Member Avatar for WolfShield

Hello everyone, I am creating a C# application that has a Web Browser imbedded in it. I am using Microsoft Visual Studios C# Express Edition so I just dragged and dropped the web browser into the application. What I notice though, is when I run it and do a search …

Member Avatar for WolfShield
0
128
Member Avatar for koffimide

Help! i cannot access my ms access database i am using to learn web design. I keep getting different error codes depending on the windows webhosting used. The latest i got was : Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver]General error Unable to open …

Member Avatar for crishjeny
0
323
Member Avatar for Arjun_Sarankulu

[URL="http://192.168.25.14/market-operations/clearing-settlement/collateral-formats"]http://192.168.25.14/market-operations/clearing-settlement/collateral-formats[/URL] After opening the url you can see that in the content[B]For Other banks[/B] after that there is spaces before the line but in rest it does not have I want it to be same as rest I tried [B]padding-bottom:0;[/B] But still not working

Member Avatar for gogreen1
0
60
Member Avatar for Flynox

Hey, I know I havn't been very active on this forum... Well, I have been lurking them, but not posting. Lol. But anywho, I have a question. Look on this website: [url]http://hexagen.webs.com/[/url] Notice the border size. It's less than a pixel. How would I do that? I know that using …

Member Avatar for Flynox
0
196
Member Avatar for cms271828

Hi, I'm using Netbeans 6.9, Glassfish v2, and Hibernate 3.2.5 (I think). I Basically have a very simple web-app that reads from a database. I can run the web-app in Netbeans locally under glassfish v2 without any problems. Now I'm trying to get the web-app to work on actual web-server …

Member Avatar for cms271828
0
151
Member Avatar for Violet_82

Hi there, I wonder if you could help me with some form validation please. Here's the problem: at the bottom of this page [url]http://www.antobbo.webspace.virginmedia.com/webediting/testing/bold_and_other.htm[/url] - still testing at the moment - there is a contact form. When javascript is enabled you can call the form with a button and then …

Member Avatar for Violet_82
0
99
Member Avatar for Racoon200

This is the file Tree: -page folder --main.html --style.css --english ---hello.htm --spanish ---hola.htm How can I make hola.htm or hello.htm link the style.css in the parent folder?

Member Avatar for floatingDivs
0
163
Member Avatar for siknoz

So I'm new to the programming side of webpages, but I'm trying to learn. I am in the process of making a single page website for a local radio group of roughly 20-30 members which may increase over time. They want to be able to show when they are online. …

Member Avatar for RoyalElite96
0
82
Member Avatar for mdminternet

Hi guys, I've got a little bit of an internet explorer problem. If you visit the website at [url]http://www.removals-edinburgh.com[/url] you will see that I have customised a version of the menu which is available at [url]http://www.impressivewebs.com/mega-menus-ajax-jquery/[/url] to suit the style of the site. The menu appears just fine in both …

Member Avatar for floatingDivs
0
132
Member Avatar for GreenDay2001

In this tutorial you will learn how to create a simple menu using Flash, while the menu items themselves will be imported from an XML file called menu.xml. 1. Start by creating a new flash document which can be called anything you like as long as the size is set …

Member Avatar for gogreen1
0
1K
Member Avatar for Awah Mohamed

hey people i am building a website that has a leftbar which has some links. i added the code and the div of the leftbar and everything was very fine until i tried to lunch the site on firefox and safari. in opera and IE it is fine but in …

Member Avatar for ko ko
0
90
Member Avatar for trixma

Hey guys, I'm trying to vertically center-align text on a button but no matter what it always shows up too low. Here's my CSS [CODE].fb8 { background: url(button.png) no-repeat; border: none; outline: none; color: #bbbbbb; height: 22px; width: 105px;}[/CODE] and this is my html: [CODE] <input type="button" value="Login" class="fb8" name="btnLogin" …

Member Avatar for ko ko
0
126
Member Avatar for andy106

Hi I have added the following code to my htaccess : RewriteEngine On Options +FollowSymlinks RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php RewriteRule ^/*(.+/)?([^.]*[^/])$ http://%{HTTP_HOST}/$1$2/ [L,R=301] the above rule just makes the url mor SEO friendly so for example home.php will become home, BUT when I have a …

Member Avatar for The5sisters
0
76
Member Avatar for manchurianCEO

Hi, I'm building a website and using CSS. Just finished the layout but if I type something inside the content tag of the index page, that content shows on every other page in the website. ie. I click in the "about me" button and that same line I typed in …

Member Avatar for The5sisters
0
94
Member Avatar for kaveman

Howdy, NewB to CSS and have a background image set to show up on my html pages, and so it does... body { font-family: "Trebuchet MS", sans-serif; background: #bbb url(../imageshtml/page_background.jpg); margin: 0; padding: 0; } This currently happens to all of my html pages, BUT I don't want it happen …

Member Avatar for kaveman
0
236
Member Avatar for GordonUK

Hi everyone, I wonder if anyone can help me. I am interested in developing a video sharing website just like Youtube and I want to know how I would go about displaying thumbnails with video previews? I would like to display 9 video thumbnails on each page which will show …

0
67
Member Avatar for klemme

Looking for an answer about how I can use relations in my DB, when a link is clicked. I have the main navigation in the top of the page, the table is called:"SUBJECTS", primary key is ID. I also have a local navigation in the left side of the page. …

Member Avatar for madCoder
0
163
Member Avatar for vegaseat

Probably the simplest way to get into multimedia with Python is the webbrowser module. This works with both Windows and Unix systems, and selects the default browser you have installed. But that is not all: if you give it the name of a multimedia file it will select the default …

Member Avatar for e-papa
4
1K
Member Avatar for Osas106

good day every one i am osagie by name, i've been trying to develope a biometric(fingerprint) software in win32 that will serialise and save all user fingerprint record to a binary mode cpp file(after due analysis). Thereafter, d program is expected to send a copy of the serialied file to …

Member Avatar for jonsca
0
131
Member Avatar for inni2626

Hi Everyone, I have images in my div and i wanted when you hover on the image it gives you information about the image.How can i do that? By the way am using dreamweaver! Please advice :-/ [CODE] <div class="gallery"><!-- Start of gallary div--> <h3><a href="../images/Alien_Predator_Shoulder.JPG"><img src="../images/Alien_Predator_Shoulder_mini.jpg" width="63" height="69" alt="alien_predator" …

Member Avatar for ko ko
0
114
Member Avatar for Spycat

Hi, I have a site that looks fine locally, but when I view it online, it gets messed up. Specifically, it does not resize correctly (eg at 800x600). In a turnabout, this only occurs in Firefox (3.6.16) - in IE 8 it resizes ok. To further confuse the matter, if …

Member Avatar for Spycat
0
224
Member Avatar for Wesleyy

does anybody know what shortcut this guy is using to auto import html tags? [B][U]skip to 2:58[/U][/B] [url]http://youtu.be/dXzmEdEgODo[/url] does anybody know if this shortcut is also available for notepad++ or any other windows based editor? thanks.

Member Avatar for Narue
-2
157
Member Avatar for Violet_82

Hi peeps, I have a question about accessibility Now, this is the website I am working on [url]http://antobbo.webspace.virginmedia.com/webediting/tables.htm[/url] and my question is about the best way to make sure that people with their javascript off can enjoy the same benefits as those having javascript on and if there is anything …

Member Avatar for Violet_82
0
241
Member Avatar for roryt

In this tutorial you will learn how to turn your images into something more like a real photograph by simply adding a white frame to them. What’s more, the tutorial is easy enough for those new to Photoshop to be able to create something impressive, and create it quickly. First …

Member Avatar for JamieLynnSEO
6
516
Member Avatar for Qeeqie
Member Avatar for gogreen1
0
83
Member Avatar for ben.matthews18

Hi could anyone help me with creating a really simple drop down css menu? For example 1 main link and then when you hover over it a list of 3 appear below it. I'm struggling to grasp the concept as ones i've seen around are really complicated. Many thanks

Member Avatar for saliha
0
133
Member Avatar for LloydFarrell

Hi all, im looking for some help help, i have this css which looks great, im happy with how the input type text boxes are displayed and the textarea looks neat too - What I cant figure out is when I add a combo box, check box or image I …

Member Avatar for saliha
0
218
Member Avatar for rooter1204
Member Avatar for gogreen1
0
274
Member Avatar for spookies

Hi All I have a cross browser problem aligning a logo - in ie it is a little higher than in firefox and safari - I will attach the code - appreciate any help. thanks - rich [URL="http://www.lyndalehousekeeping.co.uk/site"]http://www.lyndalehousekeeping.co.uk/site[/URL] [CODE] <!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> …

Member Avatar for gogreen1
0
141
Member Avatar for duliduli556
Member Avatar for shwick

I recently installed vsftpd and can't see any files I put in the nopriv_user folder. I want to be able to login anonymously without a password, see files to download and upload files to a pub folder. After installing and configuring vsftpd I created the ftp_priv user by doing "sudo …

Member Avatar for shwick
0
290
Member Avatar for rhuffman8

I am working on a project using HTML, PHP, and LINUX shell commands to create a dynamic web page but I seem to be having some trouble figuring out how to run the .cgi file with the shell commands in it using either HTML or PHP (if they are both …

0
122
Member Avatar for LogicWeb

For whatever reason Firefox 4 is displaying the sub-menu links totally off, whereas it works fine in Chrome and IE9. See attached. Thanks.

Member Avatar for LogicWeb
0
94
Member Avatar for perll

hi, i ve an image in adobe photoshop without background. when i try to insert it into adobe flash file it shows a white background and i dont want the image w background color. can somebody help me. Thanx.

Member Avatar for srajanbill
0
205
Member Avatar for micmo

Hi Guys, I'm trying to create a simple webpage which has a login form. When the user successfully logs in, I want a cookie to be stored with the name "MyCookie", and a value of "1". Then I want the login form to hide and instead display a textbox with …

0
105
Member Avatar for khess

[URL="http://www.mozilla.com"]FireFox[/URL] 3.5 is due out by the end of June and includes some pretty interesting new features--and not a moment too soon. Some of these new features include the ability to play videos in the browser without the need to download and install a third-party plugin. It also includes [URL="https://wiki.mozilla.org/JavaScript:TraceMonkey"]TraceMonkey[/URL], …

Member Avatar for mhanry
0
502
Member Avatar for vigneshkbv

I want to develop a Desktop application using web browser control and google local search API . could you give some idea? In my form have text box ,cmd button and web browser control.. when i type a search string in txt box and click button,the web browser control should …

Member Avatar for abelLazm
0
176
Member Avatar for dasatti

Hi, I am generating a string from AJAX data which contains forms and submit buttons. I then try to assign this string to a div using innerHTML. This works fine in IE but Firefox strips form tags and every thing in between form tags. How to solve this issue Example …

Member Avatar for Airshow
0
296
Member Avatar for [R.fm]Patchy

Hello DaniWeb community, So first of all, I'd like to note that I am a new user here on DaniWeb and I have put off posting due to my personal belief that new members just don't get the help they need (possibly because the majority of them turn out to …

Member Avatar for Kraai
0
168
Member Avatar for Anna Hussie

kindly review this site and check the source code of this if something wrong somewhere, Kindly do tell me. [url]http://www.templatemagician.com/[/url]

Member Avatar for scottloway
-2
48
Member Avatar for ray.zhang

There are many software engineering books in the market and programming instructions on the internet, but I don't see one for helping learners from scratch to be an expert. I figure it would be helpful to potential software engineers by putting my experience in series here on software engineering (web …

Member Avatar for Deniwillson
0
228
Member Avatar for TySkby

Hello, I'm working on a site that is a web representation of a magazine (for your reference: [URL="http://jettisonquarterly.com"]http://jettisonquarterly.com[/URL]). You can view and "flip" through the entire magazine's most current issue. The problem is that since the site's content is designed for a specific aesthetic in inDesign and each page is …

Member Avatar for pause4
0
193
Member Avatar for VBrulez

Hello, I have a problem. I'm working on this advanced web browser with my friend, and we made a favorites feature. So, it works and all that, but, after I close the executable file, it doesn't save anything! Ex: Starting Up, adding Google as new favorites, then closing the browser. …

Member Avatar for Luc001
0
165
Member Avatar for rocco123123

Greetings everyone, I'm a noob here. I could use some help designing part of a MySQL database I'm working on. This is an event database, so think of say a conference. I have sessions and every session has a session_type. A session_type might be a Keynote speech or a Workshop. …

Member Avatar for BitBlt
0
689
Member Avatar for princekool

Hey everyone; Am having problem linking pages in flash, i tried action script linking but when publishing and i click on the buttons its showing error message "the specified path cannot be found" and i specified de exact file wich the pages are located, hav tried evrythng else i thot …

Member Avatar for adarsha_saraff
0
201
Member Avatar for vishalbhavsar

Hi friends, I am trying to develop a web application in which I have provided a facility for login and logout. I can allow user to log in succesfully, but when user clicks on the logout link and comes to login page and after that if he presses the browser's …

Member Avatar for javaAddict
0
69
Member Avatar for Lioshenka

I have a basic CMS running, the three main files are cpanel.php, where the user clicks the "edit" button, this then opens pageeditor.php page, where the changes can be made to the document within an iframe and then the user clicks "save", the data gets passed to the saver.php saving …

Member Avatar for Akash Saikia
0
166
Member Avatar for LogicWeb

Greetings, Testing our site with official IE9 release, some quirks I found. First, [url]www.logicweb.com[/url] is the site. When viewing the site with IE9, the problems are: 1. Drop down menu is under layered, under the main grey banner on home page. Also, the font style/face is entirely different than when …

Member Avatar for LogicWeb
0
78
Member Avatar for jonadams51

Hi All, Just wondering... I have a chunk of code which is reused on many pages. The boss has just told me he wants the displayed elements to look slightly different on some pages. I've designed the HTML to be layout independent but I'd like to know your opinions... Is …

Member Avatar for jonadams51
0
82

The End.