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 Filter
Member Avatar for
Member Avatar for beforetheyknew

Hi guys I have an html, css and there might even be some javascript in there (but dont worry about that!). Its a two hour practical exam, and im a little bit rusty with html and css (mostly rusty with css). When i've written websites in the past i take …

UI / UX Design html-css web-design
Member Avatar for MJ Pieterse
0
111
Member Avatar for Ameix

I'll try to explain this the best I can. If I stop making sense, sorry. I downloaded a template from templatemonster.com and now am running into problems with the template. I understand how to edit and change pictures and text. My problem is I'm having trouble finding things. In the …

Member Avatar for keveenanderson
0
118
Member Avatar for gunnarflax

When I work with 8-bit images in Photoshop I never achieve to get smooth gradients when working with dark colors. I looks bad and it's a clear line between dark gray and black. My guess is that is because I work 8-bit files but is there any reason at all …

UI / UX Design user-interface web-design
Member Avatar for gunnarflax
0
132
Member Avatar for thumpiez

Hello, I have a web design question involving images and it has been driving me crazy all day. I'm hoping someone will help me and put me out of my misery :-) I have an animated image that I made animated out of 5 jpgs: [URL="http://www.ahtwindows.com/purple/img/mainframe.gif"]http://www.ahtwindows.com/purple/img/mainframe.gif[/URL] I want the thumbnails …

Member Avatar for Member #334542
0
179
Member Avatar for virtualmisc

Hello friends i wanted to know if there was a standard dimension for a web page? i.e width and height Thanks

UI / UX Design user-interface web-design
Member Avatar for jerinjames
0
214
Member Avatar for GordonUK

Hi everyone, I have a website and its being displayed perfectly in Firefox and in the AOL browser but for some reason graphics and banners are being displaced into different positions when viewed in Internet Explorer 8 and I just wondered why that would be? My web designer says that …

Member Avatar for migcosta
0
174
Member Avatar for Leratom

I need help, HTML--i have two links, linkA & linkB--when clicking linkA -should display image1 and whn clicking linkB image2 should be displayed. The trick is they must be displayed in one image tag. any one who can help with that? I would appreciate your help.

UI / UX Design html-css web-design
Member Avatar for almostbob
0
96
Member Avatar for n_e

Hi all, I'm using a div as a pop-up on a page to show some addtional information. First some code: [code=html] <td> <div class="floatingDiv" id="popup"> some txt here... </div> <p style="margin-top: 0px" onMouseOver="ShowContent('popup',0); return true;" onMouseOut="HideContent('popup'); return true;" > .. short message here </p> </td> [/code] [code=css] .floatingDiv { display: …

UI / UX Design html-css web-design
Member Avatar for dipak_passion
0
129
Member Avatar for gruffy321

Hi all and thanks for reading this.. Well i am back with another problem. so it seems i am mostly taking from this site at the moment, although i do see a big donate sign at the top !!! Ah ha ! Anyway here is my question... Please could anybody …

UI / UX Design html-css web-design
Member Avatar for gruffy321
0
186
Member Avatar for dominique7

Hi! I am experimenting with layouts and there's one problem I am stuck with badly. I want the main parts of the page to be fixed width, eg. 800px, but want a border or background colour around the menu that fills the whole width of the page. I like having …

UI / UX Design html-css web-design
Member Avatar for dominique7
0
102
Member Avatar for agr8lemon

Hello everyone, This one has got me stumped so I figured I'd see if all the smart people that hang out here have any suggestions. Here is what I am trying to do: I have php site that pulls data from a SQL DB. based on results from the DB …

Member Avatar for sourcebits
0
125
Member Avatar for thanasisdev

Hello I have finished coding my site but i have a small problem. In the main page [URL="http://nik.itcreations.eu/gr/index.php"]http://nik.itcreations.eu/gr/index.php[/URL] the footer div collides with the the previous div. I would like to have some space between these two divs. I have tried to use the margin tag with no success. Your …

UI / UX Design user-interface web-design
Member Avatar for thanasisdev
0
94
Member Avatar for thumpiez

I need help stretching a gradient background to 100% width (and 31px height) with centered text over it. Here is the page I am working on: [url]http://www.ahtwindows.com/asset/[/url] The gray gradient nav bar needs to have a width of 100% for all viewers, with the menu text links on top of …

UI / UX Design html-css web-design
Member Avatar for dreamer14
0
147
Member Avatar for snitch321

I have just imported an swf file and i want this movie clip to be played at a lot slower frame rate?

UI / UX Design multimedia video
Member Avatar for snitch321
0
133
Member Avatar for kfgreen

I'm looking to add a form/quote generator to my site. I do vinyl wall quotes and I would like my customers to be able to design their own wall quote and purchase. Here is an example: [url]http://www.vinylletterdecor.com/designcenter.php[/url] That's just one style that I like. Does anyone have any advice on …

UI / UX Design ecommerce web-design
Member Avatar for mtracey
0
103
Member Avatar for daviddoria

After reading a few tutorials, it looks like this: [url]http://www.rpi.edu/~doriad/Examples/Table/[/url] should make a full (100%) width table. However, the width is actually very small and the table is on the left of the page. Does anyone see what is wrong here? Thanks, Dave

UI / UX Design html-css web-design
Member Avatar for almostbob
0
118
Member Avatar for Member #601248

Hello, I'm making a photo gallery using Flash, AS3 and I'm supposed to use URLRequest. Can someone please explain to me what is its purpose? My gallery works fine but I don't understand what this class id used for? I read some articles on Internet and it says [QUOTE]The URLRequest …

Member Avatar for Member #601248
0
124
Member Avatar for henpecked1

I'm not sure how to ask this and I'll probably sound a little stupid, but bear with me. How does a "membership" website store member data? Is it done with a database? Does it store the information in a flat file as pages that can be edited later? I see …

UI / UX Design database-design web-design
Member Avatar for almostbob
0
172
Member Avatar for ryy705

Hello, I've cut up a single image into two and I would like them to sit on top of each other. Unfortunately, I can't get rid of the empty space between the two images. How is this done? Please copy and paste the code if you wish to view it. …

Member Avatar for almostbob
0
123
Member Avatar for Member #722075

Hello, I'm a newbie to web development, trying to get this image map to work and have no idea where I'm going wrong. The image comes up fine but there are no "hotspots" highlighted, the links don't work, nor does the title pop up when you hover over the area. …

Member Avatar for Member #722075
0
4K
Member Avatar for avinash_545

Dear all, I am currently working on an html project and I wanted to include a vertical navigation menu to the index.html page( the homepage).Am using table and drawing row to do it. I want to add a little extra to it. that is on mouseover on one item in …

UI / UX Design user-interface web-design
Member Avatar for avinash_545
0
86
Member Avatar for whiteyoh

hi all, Im a little stuck. I want to place a div inside of a main div to hold a register script. this code has a video to the left and an image to the right, but i want to add a div inside to also display a form on …

UI / UX Design user-interface web-design
Member Avatar for whiteyoh
0
158
Member Avatar for ryy705

Hello, I am trying to learn how to embed properly. The following code works. But it does not pass W3C validation as XHTML 1.1. What am I doing wrong? [CODE] <object width="631" height="324"> <param name="movie" value="files/flash.swf"> <param name="wmode" value="transparent" /> <embed src="files/flash.swf" width="631" height="324" wmode="transparent"> </embed> </object [/CODE]

UI / UX Design html-css multimedia web-design
Member Avatar for Member #334542
0
288
Member Avatar for jimmyt89

Hello, our company currently has a web based program using Adobe Flash to present flash images. We also have tools that allow a user to draw and zoom in on those images. The problem is the tools are not very robust. We need to rebuild/revamp it but don't really know …

UI / UX Design adobe multimedia web-design
Member Avatar for Member #334542
0
147
Member Avatar for snitch321

How do i stop the video from automatically playing when i enter the frame?

UI / UX Design adobe:flash video web-design
Member Avatar for snitch321
0
96
Member Avatar for Sargo127

Im new to dreamweaver. When I am done creating my site how to I get a URL or a HTML or w/e? Can some1 please help me? AIM: Sargo127 Thanks

UI / UX Design user-interface web-design
Member Avatar for faisallatif
0
198
Member Avatar for roberny

Hi, I am new @ this web building stuff. I have own a domain and am using "NetObjects Fusion Essentials" I don't know anything about accessing or posting my work to the site. Am I using the right software? Or is there something better and easier to use? Thanx, WEB …

UI / UX Design user-interface web-design
Member Avatar for MJ Pieterse
0
59
Member Avatar for Kitten84

I have a 3 column css layout which I got from [url]http://matthewjamestaylor.com/blog/perfect-3-column.htm[/url] As is, everything works fine, but I'm trying to make the side columns thinner and the middle column wider. I'm just having a hard time adjusting the layout to meet my needs. Wondering if someone can help me …

0
114
Member Avatar for brenfinds

I have created a large user form in Dreamweaver 8. I need the results to appear on my website in a particular format. Can I create the results form in Dreamweaver 8 or do I need to purchase a different program?

UI / UX Design user-interface web-design
Member Avatar for suzzena
0
90
Member Avatar for The Dude

...its just that people are too lazy to do it right! [url]http://www.anybrowser.org/campaign/abdesign3.html[/url] Excellent tips on how to make your site render correctly in [b]ANY BROWSER!![/b] They have a nice discussion site there also :)

UI / UX Design user-interface web-design
Member Avatar for suzzena
0
203
Member Avatar for Hira khan

how can i put this text on image so that this dropdown one and dropdown two appears on image and so on its drop down menu?:S here is the code starts <!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=iso-8859-1" /> <title>JavaScript Dropdown Menu …

Member Avatar for suzzena
0
118
Member Avatar for manypeopledesig

Dear fellow WDF, It is my pleasure to write you.I want to learn web designer online and i dont know where to look for the resources to do so.Please help out.In this time of reccession,i think someone has to acquire demanding skill.I believe nothing is too difficult to know/learn.with very …

UI / UX Design user-interface web-design
Member Avatar for suzzena
0
125
Member Avatar for agent154

I'm making a simple resume online, and would like to know how to fix this problem I have.. As you can see in the image, my new header appears to the left of my "floating" lists. Anybody have any advice on how to fix it? Thanks for any advice. Image …

UI / UX Design user-interface web-design
Member Avatar for agent154
0
137
Member Avatar for Baldynyc1

I am trying to find a way to use and share applications to create a collage from the photos in my albums.

UI / UX Design multimedia web-design
Member Avatar for Ezzaral
0
92
Member Avatar for bigdawg26

So - should the body be at the top of this? [CODE]a:link, a:visited, a:active { text-decoration: none; color: #FAFCF6; font-family: tahoma, arial, verdana; font-size: 15px;} a:hover { text-decoration: none; font-family: tahoma, arial, verdana; color: #C6CD4B; font-size: 15px;} TD { font-family: tahoma, arial, verdana; font-size: 9px; color: #F3FEE1; } .f { …

UI / UX Design html-css web-design
Member Avatar for almostbob
0
94
Member Avatar for rhirde

hi I just want to know how to show (change photo) text link on mouseover event on image. Just like on orkut or gmail to change existing photo on site.

UI / UX Design user-interface web-design
Member Avatar for Boroimhe
0
110
Member Avatar for TraderX

greetings. It has been a while since I have done any type of html and even then, I wasn't all that good. Tables were a big deal and css was a new thang. Now, I am pretty good with graphics, and I have a design for a site that I …

UI / UX Design cms html-css web-design
Member Avatar for TraderX
0
115
Member Avatar for ada_a

Hey there community, I recently designed a new blog layout and in the designing process, the html, css and javascript worked perfectly on all browsers. However, when I uploaded it onto my blog host (blogger), the layout became messed up and my div entitled main 1 was pushed to the …

Member Avatar for digital29
0
158
Member Avatar for ryy705

Hello, I am experimenting with float layouts. It is my understanding that if you float three divs to the left they will sit next to each other without bothering any other divs above or below them. As long as the divs have specified width and their container div has enough …

UI / UX Design html-css web-design
Member Avatar for ryy705
0
99
Member Avatar for amistry

Hi, I've created a 'fake' sound equalizer which acts as a sound toggle button. When the music plays the animation plays with the sound and when you click the animation it stops as does the sound. However, i want the animation to play on ENTER_FRAME, but cant figure out how …

Member Avatar for Member #334542
0
111
Member Avatar for Evil_Tidus

Hi, I'm new to CSS and I'm currently trying to make a a simple webpage, however I'm having a little problem with the content div, it seems that no matter the size I put, the width never goes beyond the width of the menu. Here is the code, I would …

UI / UX Design html-css web-design
Member Avatar for almostbob
0
107
Member Avatar for dominique7

Hi, I think the problem is simple enough to understand, but if you'd need it, I would set up an example. I'm quite ok with html and css, but I'm not fully comfortable with "float" I use it float: left (or right) to produce text colums, but now I got …

UI / UX Design html-css web-design
Member Avatar for dominique7
0
213
Member Avatar for bigdawg26

I would like to change my overall font a few sizes larger on my website. I am having a major brain fart. The site is as [url]http://www.bam-creator.com[/url] . I'll post the CSS below to see if maybe you can tell me what I am doing wrong. I change the font …

UI / UX Design user-interface web-design
Member Avatar for scottloway
0
146
Member Avatar for Kikay19

I am trying to build a website for my husbands business, does anyone know any good ways to go about doing so... building one using our own pictures and what not? Either going about doing it ourselves, or using a website from online.

UI / UX Design web-design
Member Avatar for untitledking
0
197
Member Avatar for Naggelos

Hello, I'd like to say hello to everyone first. I was reading a few threads and this forum seems great, and I was wondering if anyone could help me. I'll just right into it. I'm really starting to hate IE :( I'm a web design student, and have been trying …

Member Avatar for almostbob
0
144
Member Avatar for phpDave

Hello, I have 2 style sheets for my site, one small(760px) and one large(900px). I would like to create an image in photo shop for the header. My question is do I need to create 2 images for the 2 background sizes or can I create 1 image for both …

Member Avatar for untitledking
0
114
Member Avatar for kevindougans

[url]http://www.foodinthecity.com/[/url] in firefox the page starts displaying funny after you scroll down on the middle products section. in chrome it almost displauys right but you can see its out by a few pixels... but the weirdest thing is that on our development server it works fine in firefox but we've …

UI / UX Design html-css web-design
Member Avatar for kevindougans
0
105
Member Avatar for gruffy321

Hi peeps and thanks for reading. Brilliant responses to my last post and thanks for being so welcoming .... My question is one i cant find any solid reference on . I have a bunch of text that i would like to have styled in the futura font family but …

Member Avatar for gruffy321
0
150
Member Avatar for Member #57114

Can anyone help me make an animated picture. Im not talking about a cartoon person but take like the scene of a movie and put it in a picture? Like this he took a WWII movie and inserted it in a picture. I have adobe photoshop CS2 if that helps …

UI / UX Design adobe multimedia web-design
Member Avatar for stonemethew
0
258
Member Avatar for powelly90

hi, when ever i apply a lighting effect on photoshop elements on my computer, faint lines appear throughout my image. I have asked numerous people and nobody has an idea, anyone got any suggestions? much appreciated

UI / UX Design off-topic
Member Avatar for stonemethew
0
112

The End.