Our UI / UX Design forum encompasses everything related to building a polished end-user experience, from graphic design to usability.
8,049 Archived Topics
Remove Filterplease see [URL]http://rapidshare.com/files/35180041/demo.zip.html[/URL] - if you see the about.htm page, I want to move the scroller upwards until it touches the horizontal menu above it. What is the best way to do this keeping all other items on the page as they are (i.e - spaces should be there around …
I am trying to embed my cgi:irc script into my html page, it works fine if i simply point a hyperlink to it, but it looks horrible and comes up in a different page, so i tried the <embed> tag like this :- [code]<embed src="https://alienlinux.homelinux.net/cgi-bin/cgiirc-0.5.9/irc.cgi" align="center" width="520" height="360"></embed>[/code] but it …
Is there any way to remove the border on a page? So that an image can rest at (1,1) on the browser screen? My page's logo needs to sit there so that the colours flow well. Any help?
Hello all, I'm new in here and i want learn something, CSS!. Well i have some problem for css, i need to know how to make fixed image background, please see my attached file. please help me for tag and css properties. i really need help. thanks thanks all.
I'm creating an HTML page with a drop down box full of a list of places that when selected the user is directed to a page where s/he can enter text and save it. The pages will be updated everytime a user makes a change which they can then view …
Can anyone tell me how to make a code box like the one on this forum
Hey all. Does anyone knows where to get some tutorials of HTML? Or someone willing to teach about HTML please kindly send a PM and include your contact or reply here. Your help willl be appreciated. Thank you. Xizhe
[COLOR=#000000]We redesigned our website using PHP. However, the case-sensitivity of the links seems to be causing many errors. If customers type in by capitalizing, say in the link [/COLOR][COLOR=#434343][URL="http://www.wspgweb.com/custom-website-design.php"][U][COLOR=#800080]http://www.wspgweb.com/custom-website-design.php [/COLOR][/U][/URL]as say /Custom-Website-Design.php, the link does not work. However the root URL [URL="http://www.wspgweb.com/"][U][COLOR=#800080]http://www.wspgweb.com[/COLOR][/U][/URL] seems to be working as non-case sensitive.[/COLOR] [COLOR=#434343]Has …
I've just started getting into CSS and ran across an issue. In my code, the height of the columns adjust independently of each other. At least that seems to be the case when I view the page in Firefox 2.0. In IE7 they adjust to the height of the larger …
Hi everyone I am looking for the code that places the little logo next to the url in the address bar, like this site has got the db but of course I would place my own logo there. Any idea what this code is please? Many thanks HLA91
Hi everyone Take a look at this page please there is supposed to be a link in between tutorial 3 and forum. If you click there it works its just that its not showing i looked at the code and it looks fine here is the page: [URL="http://www.webfun.freehostia.com/"]http://www.webfun.freehostia.com[/URL] and here …
Hello all, pls can somebody help me solve this problem, i designed a website with dw8 and in ie it displays properly, but with firefox it does not. the link is gabinet.atspace.com thanks
hi, im trying to use this script: [URL="http://www.dynamicdrive.com/dynamicindex11/scrollc.htm"][U][COLOR=#0000cc]http://www.dynamicdrive.com/dynamicindex11/scrollc.htm[/COLOR][/U][/URL] it works great with IE but with firefox it doesnt work when its encased within another CSS ID. It shows up, but it doesnt scroll. how can i make this work? i know its a CSS thing probably since your script generally …
[URL="http://www.myfeva.com"]www.myfeva.com[/URL] I want that Navagation bar design through my page across instead of that small graphic and auto adjust deepening on monitor size. Please shout out some ideas.
Hi everyone I was using this CSS template for my site but when I tried to add a background to the navbar the picture only appeared in between the links not behind them. I have tried removing the hover and a:link and a: visited but it doesnt make any difference. …
I had a strange thing happen in IE when I tried to apply multiple styles to td tags: [code] td {padding: 2%; vertical-align: middle;} [/code] Applying the padding style removes the vertical-align style in IE. It works correctly in Firefox. I found a fix: Put a div inside each td, …
I can't figure out why my liquid layout approach is working with one of my rows and not for my other. Here is the css I'm using...it works for the row3col1 and row3col2, but not for the row2col1ycaaa and the row2col2ycaas(here it doesn't float my information. #row2col1ycaaa { margin-top: 10px; …
Well my question is, I have a website run with apache and I was wondering, if I have many webpages and wanted to put them in diffferent directories ( for ease of use) with a index.html how would I be able to call the css in another directory to the …
Hello all, I am new in the world of html so I am sorry if this question is gonna sound noobish to you but I really need help. I have seen that many sites are connected with their forum database and automatically update their news for example simply by retrieving …
My site (see signature) works perfectly fine in Firefox, but does not work with IE7 or (IE5/IE6 with security settings set to high or medium). When viewing the site in IE7 , half of the content on the page is invisible. The site and application is PHP based. I don't …
am doing a displaying some data in asp ( data is retreived from the oracle database) the data are displaying as the following income 152000 5200000 8754631 but i just want to display the above with a comma separator like the following income 152,000 5,200,000 8,754,631 how i can do …
Hi all, I'm new to css and html too for that matter. this is my html so far:- [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>AlienNet Public Access Gateway</title> <embed src="audio/thunder3.wav" autostart="true" loop="false" width="0" height="0"></embed> <link rel="icon" type="image/png" href="http://alienlinux.homelinux.net/images/alien.png"> <link rel="stylesheet" href="mystyle.css"> </head> <ul class="banner"> test </ul> …
You've had the same problem many times. You specify the size of your object on the page, or specify the amount of space it should take up. But you also specify margin, border, or padding sizes other than zero. Now your settings work on one of the two main browsers, …
Hi, said how do I do something like this: I have an index/database with 3 fields NAME, COMPANY NAME, IMAGE NAME (0001.tif 0002.tif and on), it is 500 entries long these images are business cards that I have scanned in .tif format I like to do a web-site with 2 …
I have this piece of CSS code: [code] body { background-color: #000000 } ul { float:none; width:20%; heigth:0%; padding:1; margin:0; list-style-type;none; vertical-align:text-top; align: left } a.links /*Links is the class here*/ { float:none; width: 10% text-decoration:none; color:white; background-color:purple; padding:0em 0.6em; border-right:0px solid white; } a:hover {background-color:#ff3300} [/code] And this piece …
Hi, How do I make it so when I click a link on page A, it opens page B in a new window, and page A goes to a specified page? This is the page: [URL]http://www.swmassive.co.uk/forums.html[/URL] I want to make it so when the user clicks view, the forums page …
Hi, I've got a major problem I cannot solve. I'm working in Dreamweaver MX 2004. A client wanted their site converted into templates. OK, no problem there. However, once completed my jsScript popup menus ceased to work and I can't repair them. I've tried eveything conceivable. Nothing works. The navBar …
Hello DaniWeb Experts I haven't found this topic in the forums, so if its been covered, please redirect me. Thanks I have a page which has a div with product instructions at the bottom. Is there a way to create a print button that will cause only the instruction sheet …
ive got a blogspot and i want to add a video that i made on captivate how do i convert it and how do i add it on my blogspot please help bondi 007 :(
I have designed a menu bar in adobe.kindly guide me that how I can be able to create drop down menus on the options shown in this menu bar. Waiting for urgent reply. Regards,
Without using frames, is it possible to load a html page within a certain area of another html page? To hopefully make my question a little clearer, I am trying to write a website where I could have the site's logo an navigation system be saved on a certain file, …
hi friends I have run the php page this page liste some hyper link. When i click the hyper link new page open in new window. Then i have select some values in new window ,,selected valueas are pass on old php page. Generaly we use pass the vlaues old …
Moving a site over from transitional to strict doctype. And Firefox is not displaying the CSS. I have spent hours trying to solve it, without any luck. I usually do build for FF first and IE last, but it was always transitional, because I was more forgiving when doing complex …
Hi all I made this table and it was working fine until I went to write in the bar at the bottom (where all the   are). When I am writing when the text reaches the edge of the table on the right instead of dropping underneath like it did …
Hi there, I'm new here. :) Hope you can help me identify a really weird problem with my website [URL]http://buddhism.kalachakranet.org[/URL] When I look with IE 7 to the navbar at the left, somewhere around the entry 'Wisdom and Emptiness' under Philosophy, the links uder it are not 'seen' as links …
Hi Guys, I have just had a webdesigner sort out a layout for my eSports team, but its a half-bodge-job and hes lieft me with a horrible CSS and only part-updated graphics (new ones by myself) now the top banner is basically the colour scheme using the black from the …
Hi.. I want to make this frame on a website where there is a message. You have to be able to edit this message, and therefore it must be stored in some file, but how can i update it? I don't want to use PHP or mySQL since the website …
I have a webpage and in my html the container holds the sidebars and the content2 I have put a 3columnX8row table instead of a million <div>s I was wondering how I could make the data cells scroll vertically in my css intead of a million <div>s. well actually 12 …
I have 2 existing arrays and one calls upon the other for a game from the <form>, as you make a choice in the drop down menu (based on the description displayed), you are right or wrong and it displays the right answer for you if you're wrong... I need …
can any body help me with codes that can u to search for kewords in my web page? i am new to dw and can only use html and css. thanks
Hi This is the first time I have had any need to use css and I am confused. I want to make the border of my table dashed and I managed to do so but how do I keep the colour of the border the same (before it was #cc3300 …
Hello, I need a contact form on my website, that will send to my email address what the visitor enter in the form fields. The problem is that I can't run any php scripts.. is there a way to use some html form?:idea: :idea:
I want to load an image on the same page.. Hmm Check this site out and how the screenshots work and you know what i mean. [url]http://www.eve-online.com/screenshots/collection.asp?col=24112004&n=10[/url] I want t5o have small thumbnails belove a larger image. When i klick one of the smaller thumbnails i want it to load …
Hello. m updating a website which has been created via Dreamweaver but am having problems uploading the files that I change. It used to be a case of Ctrl and s but it doesn't update but gives me the error message "An FTP error occurred - cannot put index.html.553 - …
Hello, I just started [this](http://WWW.SUGARDADSANDBABES.COM) new site and wanted to know if anyone has any ideas about my website if the colors are off or need perking up? If I should switch somethings around. For some reason I feel like I may be missing something. Can you please help. am …
I have a script that opens up a blank popup window, then writes some content to it, like so: [code]var popup = window.open('', 'window_id'); popup.document.open("text/html","replace"); popup.document.writeln("some content"); popup.document.title = 'page title'; popup.document.close();[/code] Now, in this newly opened popup window, I want to duplicate any stylesheets from the parent window. I …
hey guys.. im kinda new to Web App development especially CSS.. so I was woundering what would be the best way to create rounded tabs without using the AJAX thingy or JavaScript.. thanks in advance..^_^ -ArchAngel
This is my first attempt at going tableless. Here is a link to my site [URL]http://www.precisemessenger.com/private/help1.html[/URL] 1. The left menu disappears when the browser is resized smaller in ff. 2. The title and subtitle text scrunches up when the browser is resized smaller in ff. 3. Everything becomes blue when …
I'm not a webmaster...hence the user name! I just maintain the website for my non-profit club because no one knew what to do or wanted to do it. [URL="http://www.medinacountyohc.com"]www.medinacountyohc.com[/URL] I just reworked the entire site (still working on few pages) and wanted to put a scrolling marquee on it but …
Hi I am looking for a code for a form so when the person has filled in the fields and they hit submit it saves the informaion to a text file on the server. I saw it once before but I can't seem to find it again can anyone help? …
The End.