10,650 Topics

Member Avatar for
Member Avatar for virtualmisc

I need to figure out how to make a background picture completely fill the screen with the full picture on any computer screen. Weather it's being viewed on a 17 inch monitor or a 12 inch monitor I need the picture in the background to be the same size. I've …

Member Avatar for Troy III
-1
98
Member Avatar for smadamij

Im hoping you can help me, a newbie so apologies if this is an old question - Im about to design a site and i would like the filenames to be for example [url]www.mycompany.co.uk/about/[/url] as opposed to [url]www.mycompany.co.uk/about.htm[/url] therefore ditching the file extension. it just looks neater I think and …

Member Avatar for Troy III
-1
105
Member Avatar for dami06

I'm not sure where to put my background image in this code and how to make the image transparent. Could you please help me out. Thank you [CODE] <? $pagetitle = "WaCoCo: Waterloo Community Coalition"; $pageid = "home"; include('includes/functions.php'); include('includes/header.php'); ?> <?php $dbcnx = @mysql_connect('localhost', 'root', 'bankside'); if (!$dbcnx) { …

Member Avatar for webmaven
-1
110
Member Avatar for theonlyhugeg

ok i'll try to explain it simply and clearly. i have looked for a solution for a long time but they either didnt work and were too complicated for my little skill. so i have a main .swf which im working on. i then have buttons which when clicked, launch …

Member Avatar for JasonHippy
0
315
Member Avatar for moerpheus

hi, I have a header on my website. Whenever i add a tag in side the header an annoying white space forms above it. This happens only in firefox: CSS: [INDENT][CODE] body,html{margin:0; padding:0; width:100%} [/CODE][/INDENT] [INDENT][CODE] #head{ width:100%; height:auto; padding:0; margin:0; background:#09F} [/CODE][/INDENT] HTML: [INDENT][CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML …

Member Avatar for cleanserevoluti
-1
130
Member Avatar for Designer_101

Hi I need an onHover effect for a blog. I would like it to look similar in design to daniwebs. (where you roll your mouse over the title and the box appears with the first few lines of text from the topic) Could anyone suggest some code for this ? …

Member Avatar for pmcd9
-1
371
Member Avatar for DARK_BYTE

Hello I'm building a form inside a table but the output is not what I expected; the table should have looked like this: [ATTACH]11888[/ATTACH] Here is my code: [code] <html> <head> <title></title> </head> <body> <form name="frm_details" method="post" action="mailto:someone@hotmail.com"> <table border="1"> <tr> <td>Name</td> <td><input type="text" name="name" size="30"></td> <td>ID</td> <td><input type="text" name="Id" …

Member Avatar for DARK_BYTE
-1
1K
Member Avatar for realmayo

I am developing a site where i have a background image boarding the left side, then it fades into a color, and then the background color is set to the color it fades into so everything is smooth. In Chrome, firefox 3.1 everythign looks great. When i move into firefox …

Member Avatar for codejoust
-1
113
Member Avatar for j4mes_bond25

I haven't made any website for over 2 years now. Last time I made, I used Dreamweaver 8, however, I've lost my CD now. Since I'm being given a task to make a local community website, I wondered if there're free website designing software available that people can recommend me. …

Member Avatar for xav.vijay
-1
158
Member Avatar for mr_scooby

hey guys am teaching myself html and css and have found something I'm not sure how to fix. I have a 3 page website I'm playing with using exactly the same html on all 3 pages except the title and all 3 linking to the same css sheet yet the …

Member Avatar for mr_scooby
-1
187
Member Avatar for serendipity

I have a web form with the usual personal info at the top, then questions 1 to 130 with 4 multiple choices for each question. When the form is sent , the data is not received in the order of the form. ie. Answers 1-130 are in the following order: …

Member Avatar for Airshow
-1
170
Member Avatar for serendipity

I am dealing with a web form that is an answer sheet for up to 120 questions. Since this may require a lot of time for the student: [LIST=1] [*]Is there any way that the answer sheet can be split up and the user be recognized when he/she comes logs …

Member Avatar for serendipity
-1
106
Member Avatar for armyguydave69

Sorry, if this is in the wrong forum, but it's the closet one I could find. I just need some honest opinions regarding a site name and I am in kind of a time crunch here. I purchased the domain last night (and only have 24 hours to do a …

Member Avatar for armyguydave69
-1
102
Member Avatar for MJ Pieterse

i have two seperate style sheets. one that needs to read FF and Chrome and a seperate style sheet for IE (conditional commenting) to fix all the bugs that IE has, but i now have a problem with Chrome not reading ONE style correct. it's not reading my margin on …

Member Avatar for Troy III
0
152
Member Avatar for virtualmisc

I am a beginner in html. I wanted to make a page in xhtml. So does changing all characters in html code to lowercase make it Xhtml?

Member Avatar for cfajohnson
0
81
Member Avatar for Esther01

I am making a page from a template. This is my first try at it. The page first displayed correctly in FF, but would not work in IE, then I made some changes (not even sure really what I did) But now the page [B]only[/B] displays in IE & Chrome …

Member Avatar for cfajohnson
0
135
Member Avatar for xav.vijay

Hi I am new to the Web Development side of Daniweb. I usually wander in the Python and Unix forums. It has been my loooong desire to create a website of my own.., but for some reason, I have never fully able to understand web programming!!:-O... I have finally managed …

Member Avatar for xav.vijay
0
131
Member Avatar for arrbug

Hi all. I'm having a problem in that I can't get the table cell text OR the background to center in IE7. Works fine in Mozilla. Text-align is set to left on one of the contianing divs but that doesn't seem to affect it. CSS [CODE].browseCategoryImage { background: #FFF url( …

Member Avatar for Troy III
0
111
Member Avatar for BigSkyMarketing

Hi, I'm Wayne a new Dani member from Idaho. I am a web designer turned internet marketer currently in the process of starting up a new IT services company with my two partners in Bath and Wokingham, England. More on that another time. For now I'm happy just to absorb …

Member Avatar for red_gal_2005
0
127
Member Avatar for drewjj

Hi People, Hope some body can help I have been pulling my hair out over the last few days trying to figure this out!! Problem: I have narrowed the problem down to a <div> with a 2 floating images and float <ul> <li> as my menu. When the inner wrap …

Member Avatar for Troy III
0
107
Member Avatar for brij.it15

hello sir i wants a html codefor scientific calculator. plz help me. thank you.

Member Avatar for MidiMagic
0
84
Member Avatar for Mike_H

I have a page with one image that I need to center both horizontally and vertically in the browser window and also to fit vertically without going past the viewport of the screen. It needs to be able to do this on IE7+/Firefox 3+ and all variations of screen resolutions …

Member Avatar for MidiMagic
0
367
Member Avatar for hiharshal

png backround images doesn't working in ie6, i am searching solution on this problem

Member Avatar for almostbob
0
50
Member Avatar for dnmoore

I've added music to my website but it only plays on the homepage is there a way i can make it play in the background as guest are browsing the site?

Member Avatar for janardhana
0
117
Member Avatar for millsy007

Not sure this is right forum but.. I have a domain name that I have purchased domainexample.co.uk However I want this domain name to go to a particular folder on webspace that I have associated with a different domain: domainexample2.co.uk/examplefolder Is this possible, where would I need to configure for …

Member Avatar for newviewit.com
0
83
Member Avatar for benjamin2

How can I modify my contact form so that my visitors can send me their pictures? Something like file attachments, etc.

Member Avatar for benjamin2
0
127
Member Avatar for severman

h all i have written this code from a website to make a menu bar with flash: [code] var links:Array = ["www.ynet.co.il","www.walla.co.il","www.google.co.il","www.facebook.com","www.walla.com"]; var menuButtons:Array = ["Home", "Works", "About", "Contact"]; var subMenu1:Array = ["News", "Updates"]; var subMenu2:Array = ["Web", "Print", "Interactive", "Audio", "Video"]; var subMenu3:Array = ["About me", "Services", "Resume"]; var …

Member Avatar for rajarajan2017
0
160
Member Avatar for surindersharma

I have a website, which translated in many languages, i don't know how i use these languages text in my HTML pages.

Member Avatar for almostbob
0
135
Member Avatar for groogruxking40

Hey everyone.. If you look at my main page www dot christiancouriernewspaper dot com / blogbase where it says WELCOME TO CHRISTIAN COURIER E-PAPER... I would like to install Twitter+Facebook icons where it says Follow us following Him(TM) at I put in the hyperlink and image in the description and …

Member Avatar for Andrewharson
0
71
Member Avatar for w33n

I'm trying to get an imported movie to loop in flash. I don't know if you can do this in html. Is it possible? I know the actual flash movie loops, but the .avi isn't. help please! Thanks in advance. b

Member Avatar for w33n
0
44

The End.