10,655 Topics

Member Avatar for
Member Avatar for nos879

I am trying to make a website and have already registered the domain name. However, I need a host and wondering which one I should use? inMotion.com Webhostingpad.com fatcow.com asmallorange.com The website I am trying to make is an e-commerce website like : [url]http://www.yesstyle.com/[/url] So, I was wondering what type …

Member Avatar for codejoust
0
291
Member Avatar for cribaldo

Hi, I am new at css and I just wanted a hoover that would trigger at the time of mouseover (kind of obvious I guess) but I can't get the positioning right. So basically what I would like is when you enter your page for the first time you get …

Member Avatar for cribaldo
-2
196
Member Avatar for tmoney7566

I am trying to write code that will list different automobiles in three different ordered lists with three different colored backgrounds ( using document style CSS). The lists are compact, midsize, and sport. I have my ordered list working correctly--except I can't get my colors to work. Can someone tell …

Member Avatar for josephajain
-1
153
Member Avatar for mikaqimi

I use filezilla. I have the html I need for my website, but it is saved in a microsoft word document. Can I just drag and drop the microsoft document to get the coding or do I have to do something else?

Member Avatar for webwest
-1
77
Member Avatar for mvt6204

Hello Guys, In my current project, I try to make a friendly URL structure that emphasizes the structure of the website. For example: instead of :[url]www.mysite/about/history.html[/url] the URL is:[url]www.mysite/about/history/[/url] So in order to achieve this kind of output I put folder structure a followed: "about/history" and put the index.html file …

Member Avatar for almostbob
-1
118
Member Avatar for goody11

I'm trying to help my band director with her website and I can't seem to figure this out. We have 2 frames set up, one that takes up 20% of the screen and the other takes up 80%. There is a little white line that divides the two frames. Is …

Member Avatar for ko ko
-1
176
Member Avatar for Mr. O

Howdy good folks of the HTML/CSS variety :icon_cool: To make things brief, this is what I want to do basically - [url]http://gearsofwar.xbox.com/default.htm[/url] I have my background image like theirs, but it seems that the rest of the page I made only looks good with my monitor resolution because I used …

Member Avatar for Traevel
-1
98
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
100
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
106
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
111
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
131
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
373
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
115
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
159
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
188
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
172
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
107
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
103
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
153
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
82
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
128
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
85
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
51

The End.