7,985 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for WoW Me Web Girl

Hello everyone. Can someone please help me. My site looks great in Firefox of course.But for some reason in IE all my header words disappear. check it out its [URL="http://www.wowoutreach.com"]http://www.wowoutreach.com[/URL] i have know idea whats going on. i have three style sheets. Reset.css Layout.css and Style.css . I checked them …

UI / UX Design html-css web-design
Member Avatar for WoW Me Web Girl
0
109
Member Avatar for RJFoster79

[b]Index.php[/b] [CODE]<?php include ('Secure_Page_Script.php'); ?> <!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Crusade Gaming | Home</title> <link rel="stylesheet" href="style.css" type="text/css" /> </head> <body> <br /> <br /> <table id="Header" border="0"> <tr> <?php include ('template/Sub_Header_1.php'); ?> <?php include ('template/Sub_Header_2.php'); ?> </tr> </table> …

UI / UX Design gaming html-css web-design
Member Avatar for Jaseva
0
192
Member Avatar for newbie14

Dear All, I have a page here [url]http://183.78.169.53/tyre2/page2.html[/url]. My only problem is that all the centre T-join I would like to link them together but there is space appearing between them. Any idea how to remove the space such that they appear as joined.

UI / UX Design web-design
Member Avatar for newbie14
0
118
Member Avatar for jaycastr

Hey guys, I am trying to write a page that has a main horizontal navigation bar and a vertical sub navigation bar. My problem is that the selector(a, il, ul ...) in CSS is effecting both bars. How do i separate the two. Here is my HMTL section for the …

UI / UX Design web-design
Member Avatar for jaycastr
0
1K
Member Avatar for emulman

The following little page shows 5 DIVs in the same page, everyone with it background-image, but nothing is shown!!! Why? (the images are in the correct path) [CODE] <!DOCTYPE html> <head> <title>Test</title> <link rel="stylesheet" type="text/css" href="../css/divs.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <div id="container"> <div class="erba"></div> <div class="cordolo"></div> …

UI / UX Design html-css web-design
Member Avatar for Skorpio07
0
153
Member Avatar for Julietta

Hello. Currently I am using XP and I wanted to save a CSS-file, yet I cannot save it correctly which results in the fact that I cannot properly link to it, meaning that every style I try, will not be accomplished. Can anyone help me? I'm grateful for any reply.. …

Member Avatar for Julietta
0
190
Member Avatar for TheNinjaForce

I am trying to get my Logo to work right on my website and it wont resize right at different zooms. Like I went into my internet browser at 100% 75% and 150% and none of them looked right what could I be doing wrong. (I am using dreamweaver.) [url]www.theninjaforce.com[/url]

UI / UX Design web-design
Member Avatar for TheNinjaForce
0
208
Member Avatar for vectro

I can't find a section related to .htaccess, so I'm posting this here. Bing is going crazy trying to index proxied pages from PHPRoxy. With Glype, it's easy to exclude browse.php in robots.txt. However, PHPRoxy doesn't use browse.php. It uses index.php. For example: /index.php?q=aHR0cDovL21pbmRjdHJs I know it's possible to include …

UI / UX Design web-design
Member Avatar for pritaeas
0
81
Member Avatar for jamojo

Hello Everyone, Below is the html page I created where there is a div container. In the div container, there are 4 divs with textboxes. The div container with is 100%. But when I resize the browser, the 4 divs overlapses. What would I like to do is to have …

Member Avatar for Skorpio07
0
146
Member Avatar for wilko1995

Hi all, I want some help with this code, the problem is that the content and menu are stretching all the way to the right... but should be centered. [CODE=css]/* BEGIN BASIC FORUM STYLES */ body { background-color: #4E4E4E; text-align: center; /* make sure IE centers the page too */ …

UI / UX Design html-css web-design
Member Avatar for Skorpio07
0
206
Member Avatar for nikita.chandra

Hi, I don't have photoshop on my machine, i want the magic error effect. from where i can get it. Its very urgent. please reply. thanks and regards

UI / UX Design image multimedia web-design
Member Avatar for JasonHippy
0
107
Member Avatar for diakonos1023

Hey folks! I've been working on a site for several days trying my best to conquer the ever plaguing issue of creating a parent div that expands as the child divs inside it grow with their appropriate content. And, so everything is on the table, this is being built on …

Member Avatar for Skorpio07
0
218
Member Avatar for alaa sam

Hi everyone , I've just started to learn html , and I want to change the position of the images that I insert in my page , how can I do this ?? [CODE]<img src="networking.jpg" width="200" height="300" />[/CODE]

UI / UX Design html-css image web-design
Member Avatar for alaa sam
0
82
Member Avatar for Behseini

Hi, Can you please take a look at attached JPEG and let me know how I can create a div like this(looks like 3D) using CSS or JQuery? I will appreciate if you introduce me to a tutorial or any thing that can help me regarding this, Best Regards Behrouz

UI / UX Design web-design
Member Avatar for Skorpio07
0
399
Member Avatar for masocha

l use <img src = /> in the html but the image isnot showing in the pdf. Anyone know how to add images to pdf in html2fpdf

UI / UX Design pdf web-design
Member Avatar for chrishea
0
84
Member Avatar for felix001

Hi, Im trying to add code tags to my CSS. Ive added the following to my CSS : [CODE]code { background-color: #F9F9F9; border: 1px dashed #444444; color: black; font-family: momspace,"courier new"; line-height: 1.1em; padding: 1em; }[/CODE] But when running my site in firefox the browser doesnt even seen the new …

UI / UX Design html-css web-design
Member Avatar for GreenDay2001
0
97
Member Avatar for echamber001

Hello, I'm extremely new making web sites so please bear with me. I'm in the process of creating a web page and I really want to put a message board similiar to ones used on Facebook, Myspace, and Twitter. I'm just wondering if this is a possibility and how I …

UI / UX Design multimedia web-design
Member Avatar for rocco88
0
146
Member Avatar for ohgosh

HI~ i have a series of checkbox with different names, how do i validate them? validate to check that one of the checkbox must be checked in order to save the changes in the current page. [U]here are my checkbox codings[/U] [CODE]<input type="checkbox" name="stud" value="yes">Student <input type="checkbox" name="lect" value="yes">Lecturer <input …

UI / UX Design web-design
Member Avatar for jyotishankar
0
796
Member Avatar for Buppy

Hello, I am looking to make a vertically oriented CSS/HTML menu. Basically it's using lists: [CODE]<div id="menu"> <ul> <li><a href="#" title="Link 1"><span>Link 1</span></a></li> <li><a href="#" title="Link 2"><span>Link 2</span></a></li> <li><a href="#" title="Link 3"><span>Link 3</span></a></li> </ul> </div>[/CODE] I get them on the same line using ul list-style:none; and li display: inline; properties. …

UI / UX Design html-css web-design
Member Avatar for almostbob
0
163
Member Avatar for mrkm1188

I'm relatively new to Web Programming.I'm interning in an IT Department and I need to change the current archives web page which is currently set up as follows: Client#-Project# CD#1 CD#2 CD#3.... It has thousands of clients and projects and each CD# is a link to the folder on the …

UI / UX Design client-server web-design
Member Avatar for mrkm1188
0
87
Member Avatar for Louilly

I have created a pdf with links to a couple of websites, the links work fine if you open the pdf on a pc but if you open it on an iPhone or iPad the links don't work. I made sure the links have http:// Does anyone know a solution?

Member Avatar for Louilly
0
2K
Member Avatar for suavedesign

Hello I have a question for all the coding geniuses on Daniweb. I am a newbie, and I am about to start building my third website. Being that I had some problems with the layouts of my first two websites, I am asking this question before I start on my …

UI / UX Design ui-ux web-design
Member Avatar for suavedesign
0
490
Member Avatar for gamestoenjoy

Hi, My website looks fine on Firefox and IE with fixed width on different screen resolutions. On Chrome instead of having a fixed width, my site covers the entire screen, even in case of high resolution, and the site seems broken because of it. How can I fixed this annoying …

UI / UX Design web-browser web-design
Member Avatar for gamestoenjoy
0
103
Member Avatar for lemur

Hi there, I need put on website few image in one line with some link under the pic. What is the best code for that. List item ?? How to put link item exactly under the pic?

UI / UX Design web-design
Member Avatar for lemur
0
111
Member Avatar for aman rathi

hey guys first of all thanks to everyone for helping me lot of time. now come to the problem. I am beginner to HTML. In book i read about the tag MULTICOL but it is not working on Mozilla browser and also on IE. please can anyone tell me what …

UI / UX Design web-design
Member Avatar for diafol
0
87
Member Avatar for jie3

Hi guys, I would appreciate some help, I'm trying to embed this gallery (below) on my homepage, but not having much luck. My website is [URL="http://www.tattooexiles.com"]tattooexiles.com[/URL] , and I would like the gallery to sit just below the two paragraphs in the 'welcome' area, just above 'latest news' and 'forum …

UI / UX Design web-design
Member Avatar for jie3
0
102
Member Avatar for hajjo

[CODE]<html> <head> <style type="text/css"> [B].maintable { position:fixed; top:20px; }[/B] body { height: 1000px; } </style> </head> <body> <h1>This is a heading</h1> <table class="maintable"> <tr> <td>00001</td> <td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td><td>00001</td> </tr> </table> <table> <tr> <td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td> </tr> </table> </body> </html> [/CODE] If I do that this is heading , and maintable overlap in firefox.but in …

UI / UX Design html-css web-design
Member Avatar for ko ko
0
133
Member Avatar for f_atencia

Could someone please explain why this does not display properly on any other browser except IE: [CODE] <span id="NextOfKinUniqueIDBuddy" class="ReadOnly" style="width:400px;height:50px; border:2px inset threedhighlight;padding:1px"> <span id="1309819582156"> <div>Dr Dre Aftermath</div> <div>1 Test Street, SYDNEY, NSW 2000 AU</div> <div>Phone: +61 02 98222222 Fax: +61 02 91111111 Mobile: 0415875421</div> <div>Email: testing@test.com.au</div> </span> </span> …

UI / UX Design html-css web-design
Member Avatar for ko ko
0
95
Member Avatar for Dannis86

Hello there. What I am getting [url]http://failmash.nl/example[/url] What i should get [url]http://www.failmash.nl/example/whatishouldget.png[/url] Ofcourse without the lines.. my code index.html: [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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <link href="css/main.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="container"> <div id="logo"> </div> <ul …

UI / UX Design html-css web-design
Member Avatar for Dannis86
0
114
Member Avatar for Joe34

HTML... [CODE]<div class="title"> <h2>Texytyuyft</h2> </div>[/CODE] CSS... [CODE].title { position: absolute; height: 14%; width: 65%; left: 5%; top: 5%; background-color: #E8E8E8; z-index: 119; border-top-left-radius: 10px; border-top-right-radius: 10px; } .title h2 { position: absolute; color: #000000; z-index: 1200; }[/CODE] For some reason the text keeps going under the background. How can I …

UI / UX Design html-css web-design
Member Avatar for Joe34
0
151
Member Avatar for anandhikrishnan

Hi All, I have used <b> tag in my code. It is like [CODE]<div> <table> <tr> <td> <B style="BACKGROUND-COLOR: orange; DISPLAY: block; HEIGHT: 1px; MARGIN-LEFT: 5px; OVERFLOW: hidden; MARGIN-RIGHT: 5px; ></B> <B style="BACKGROUND-COLOR: orange; DISPLAY: block; HEIGHT: 1px; MARGIN-LEFT: 3px; OVERFLOW: hidden; MARGIN-RIGHT: 3px; ></B> <B style="BACKGROUND-COLOR: orange; DISPLAY: block; …

UI / UX Design web-design
Member Avatar for hericles
0
83
Member Avatar for katties

I wonder which one is better: adding header image with img src in html, or as a background in CSS. Also, in source code I can specify alt (for accessibility). I know IE6 has issues with transparent png. What is your practice?

UI / UX Design html-css web-design
Member Avatar for twiss
0
121
Member Avatar for GordonUK

Hi everyone, I just wanted to know if there was a way to obtain a preview thumbnail of videos uploaded to a website like on Youtube.com? I have been told that the hosting package you have has to have ffmpeg encoder installed which allows this preview thumbnail to appear on …

UI / UX Design multimedia web-design
Member Avatar for diafol
0
202
Member Avatar for iau

I have create a textbox: [CODE] <script> function isNumber(field) { var re = /^[0-9]*$/; if (!re.test(field.value)) { field.value = field.value.replace(/\D/g,""); } } </script> <input type="text" id="1st" onkeyup="isNumber(this)"/ [/CODE] the script coding work fine but the problem exist while the user right click the field and paste the words.

UI / UX Design html-css web-design
Member Avatar for floatingDivs
0
159
Member Avatar for veledrom

Hi, I have a video in youtube and I am directing users from my website to youtube to watch the video. Some people don't direct users to youtube and let users to watch the video while in their sites. Does this put extra work weight on my site, hosting, bandwidth …

UI / UX Design multimedia video web-design
Member Avatar for iamthwee
0
102
Member Avatar for Taimoor Rana

Hey! I'm having trouble positioning my buttons and banner. It has been 2 days that i'm trying to fix this but no luck. I'm hoping someone can help my find my mistakeS (as i'm new to html/css). I'm using dreamweaver as my editor. When select the design or live view …

UI / UX Design html-css web-design
Member Avatar for ko ko
0
140
Member Avatar for Gearspro

I did see a similar post on here about this, but it with mixed with javascript also and I found it confusing. So if someone could help it would be much appreciated. I wish to align my icons on my contact page like this: [url]http://samayr.es/contacts.png[/url] (it's easier to just show …

UI / UX Design html-css web-design
Member Avatar for drjohn
0
92
Member Avatar for stilts

Ok I am just about to go crazy with this issue I am having with pretty much every website I make. And when it comes down to the end of making the website I always just write it off as no big deal. But it really annoys the heck out …

UI / UX Design html-css printer web-design
Member Avatar for stilts
0
1K
Member Avatar for saucy6969

Hey there, I have done multiple browser checks on the new website I am doing and all looks good except for Firefox moving the footer on the gallery page. I am guessing it doesn't like the flash. Can't figure out how to keep it stationary. Any comments from the gallery? …

UI / UX Design flash ui-ux web-design
Member Avatar for matricol
0
171
Member Avatar for katieJane

Hi all The problem I am having is a little difficult to explain, but basically I am creating an asp web page in visual studio and am finding controlling the layout quite difficult. When I run the website from visual studio on my local machine, it displays as it should …

Member Avatar for katieJane
0
164
Member Avatar for dominic23jones

Just a quick question, I already have a basic understanding of Web Programming but I am yet to get to grips with Web Design. I am planning on doing some tutorials on either GIMP which is free image editing software or Photoshop which will cost me, is it worth paying …

UI / UX Design multimedia web-design
Member Avatar for IkramMirza
0
329
Member Avatar for nizuya

I'd like to create an html form using custom images for text inputs, text areas, and submit inputs. The text inputs and areas will just be static images but for the submit button I'd like to use a sprite that matches the rest of my website. I'd like to be …

UI / UX Design html-css web-design
Member Avatar for gujinni
0
110
Member Avatar for silvercats

<table border="1"> <th>Title</th> <th>price</th> <tr> <td>book</td> <td>$20</td> </tr > <tr> <td>book2</td> <td>$19</td> </tr> </table>

UI / UX Design html-css web-design xml
Member Avatar for silvercats
0
121
Member Avatar for Alfred Corbin

I'm barely conversant in this subject, so please bear with mee... A couple of years ago, I opened a simple website thru Yahoo. I believe I paid about $35 up front and as far as I know, there have been no continuing costs. Last year I needed to do some …

UI / UX Design ui-ux web-design
Member Avatar for rocco88
0
90
Member Avatar for whitshade

Is it professionally ethical to advertise the name of the web developer/web development company on a client's web site when the developer has designed the site? I ask because I built a web site for a local non-profit and shared it with a friend. My friend said that my name …

UI / UX Design advertising ui-ux web-design
Member Avatar for matricol
0
620
Member Avatar for stupendousomega

How would I add a quick reply box to the bottom of a forum-style website? I know I'm going to need some sort of JavaScript or PHP script or something... I really don't know where to start.

UI / UX Design javascript ui-ux web-design
Member Avatar for matricol
0
103
Member Avatar for jackfusion

the problem I am having is getting the centre image to display. when I change the code to [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> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Untitled Document</title> <link href="button.css" rel="stylesheet" type="text/css" /> <style type="text/css"> #programl { background: url(../img/programs_hover_l.jpg) no-repeat left; …

UI / UX Design html-css image web-design
Member Avatar for diafol
0
115
Member Avatar for seblake

Hello, again! In order to display my banner the way I wanted it, the solution I was provided (here on DaniWeb) was to set height and width to 100%. It works great!! Check it out: seblake.com. (And I appropriately closed the topic.) However, I recently discovered that when it is …

UI / UX Design ui-ux web-design
Member Avatar for almostbob
0
116
Member Avatar for suavedesign

The url to my site is [url]www.trecall.com[/url]. I am having trouble with the layout. I would like it to look the same on all screens, regardless of the screen size. Right now, I made the layout look good for a smaller size screen. However, I see that if I minimize …

UI / UX Design ui-ux web-design
Member Avatar for matricol
0
176
Member Avatar for jrotunda85

I am having a problem with the Google Maps API because of conflicting names in my site's CSS. From what I've been able to find, Google Maps uses the name "container" in their code as does my site, so when the map loads it has this nasty white shadow behind …

UI / UX Design html-css php seo web-design
Member Avatar for jrotunda85
0
213

The End.