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 Smeagel13

I can't decide which route to take when there's a problem. Let me set the scene, User_A creates a recipe, all other users can read it but they cannot modify it. In the edit recipe page, which is accessed via: [INDENT]edit_recipe.php?id={id}[/INDENT] If the user changes the id parameter to a …

UI / UX Design user-interface web-design
Member Avatar for Smeagel13
0
144
Member Avatar for Jen0608

Does Anyone know how to convert ordinary images to vector images in photoshop? How do you do it in the simplest way?

Member Avatar for londomedhit
0
386
Member Avatar for drameshgar1

hy! I am designing a website, i want to ask few questions: to design my website i am going to use Dreamweaver. 1. i want to add feature where newsletters get emailed to customers automatically every month. 2. also i want to add feature where users can search products on …

Member Avatar for codewalkz
0
257
Member Avatar for Joshua Kidd

How can I get an hr to fade off into the page color on both ends? Not an effect. Just the look of the <hr> Thanks if someone can help :)

UI / UX Design user-interface web-design
Member Avatar for Joshua Kidd
0
216
Member Avatar for luweegee

[ATTACH]22645[/ATTACH] how can i set properly the div tag. i have a code but there have a space. this is my code in css [CODE] #admin-container { background-color: #fff ; padding: 5px; border-radius: 5px; border: 1px solid #000; width: 1100px; margin: auto; height: auto; } #user-logout{ padding: 8px; border: 1px …

UI / UX Design user-interface web-design
Member Avatar for Dandello
0
144
Member Avatar for lps

Good day, I have a problem here: is it possible to put an input field into option such as this?[CODE]<select> <option><input type="text" value="aa"></option> </select>[/CODE] (This is not working, any suggestiuon on how to refine it for it to work?) Any help will be appriciated.

UI / UX Design html-css web-design
Member Avatar for Agarsia
0
337
Member Avatar for ggeoff

Hi Most people want to disable bullets! I can't see mine. If I disable my CSS external stylesheet I see the bullets, and as a consequence disable my horizontal list used to create navigation for my website! I thought that assigning a class to the real list that is part …

UI / UX Design html-css web-design
Member Avatar for ggeoff
0
2K
Member Avatar for SameerMughal

Hi all, Question is, Is it possible to make a tool tip based on the content saved in a .txt file? If yes, Can you please tell me how? Regards, Sameer.

UI / UX Design user-interface web-design
Member Avatar for jcreedon
0
105
Member Avatar for louie540

Well hey there. I've been trying to redo the layout of my website by having the page stretch across the whole screen instead of something like 960px. I've also made it so that my height stretches to 100%. Along with my main content div, I'm trying to get my sidebar …

Member Avatar for louie540
0
206
Member Avatar for 9tontruck

Check this out! [url]http://www.fring.com/[/url] What framework did they use? And what frame work is easy to implement a full ajax page such as youtube vedio play page?

UI / UX Design user-interface web-design
Member Avatar for Fortinbra
0
130
Member Avatar for PixelatedKarma

Good morning, First off - let me get this out of the way...the table is holding tabular data. Now onto what I am trying to do - What I am trying to do is build a table with vertical text along the top row for FF. So far I have …

UI / UX Design user-interface web-design
Member Avatar for PixelatedKarma
0
116
Member Avatar for Dante2

Ok, I've done everything I can think of and I've looked around and haven't found anyone else that has run into this kind of problem. Maybe I'm just missing something really simple but I am at my wit's end. Umm... actually, just had an idea, but I'll put this here …

Member Avatar for Dante2
0
254
Member Avatar for tcollins412

hello, i am making a website and i need some help. I am writing a table, here is the code:[CODE]<table style='float: left;'> <tr><td style='width: 200px; height: 500px; background-color: red; valign: top; align: top;'><a class='mainlink' href='about.html'>About Me (under construction)</a><br /> </td></tr> </table>[/CODE] now, i want the link to align to the …

UI / UX Design html-css web-design
Member Avatar for untitledking
0
168
Member Avatar for ndeniche

Hello guys I have two table styles for a web application, in which the tables rows are clickable as objects (meaning, clicking anywhere in the [icode]<tr></tr>[/icode] tag will send the click command. The problem is, my two table styles behave differently. I want the row to change background color on …

UI / UX Design user-interface web-design
Member Avatar for lps
0
156
Member Avatar for asif49

I have absolutely no idea why this isn't working, so I'll just show you the code: [CODE] <div class="banner"><p> <ul class="lavaLampWithImage" id="1"> <li class="current"> <a href="index.php">Home</a></li> <li><a href="page.php">Page</a></li> <li><a href="page.php">Page</a></li> </ul></p></div> [/CODE] I had been following the tutorial on this website ([url]http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/?cp=50#comment-173209[/url]) in order to build a "lavalamp" menu. I'm …

UI / UX Design javascript web-design
Member Avatar for asif49
0
2K
Member Avatar for harveylester

For some reason, on my homepage ([URL="http://www.projectdisobey.com/disobeyclothing/"]http://www.projectdisobey.com/disobeyclothing/[/URL]) an extra '</div> <!-- content #end -->' is being created in the page source, AFTER the closing 'body' and 'html' tags. There is no mention of '</div> <!-- content #end -->' in my 'footer.php' file, so why does this show up in the …

UI / UX Design html-css web-design
Member Avatar for harveylester
0
171
Member Avatar for ctkam

Hi anyone know how to make round corner in IE? This code only works in Mozilla .login { background:#0C3; box-sizing: border-box; width: 40em; height: 20em; border-radius: 0.5em 2em 0.5em 2em; -webkit-border-radius: 0.5em 2em 0.5em 2em; } Thankx in advance

UI / UX Design html-css web-design
Member Avatar for Biiim
0
101
Member Avatar for Jazerix

Hey there I'm quite new with php, i create a small site that can control some function for a program i made in C#, however I'm having some trouble with the css :P i got a header, h1 and h2. the header and h1 is functioning as they should, however …

Member Avatar for Jazerix
0
203
Member Avatar for kaleem_ullah

I need help. I want to change the style and errow of list list Menu . Here is HTML CODE: [CODE]<select id="el01"> <option selected>Option 1</option> <option>Option 2</option> <option>Option 3</option> </select>[/CODE] Here is CSS Code: [CODE]#el01 {width:135px; border:1px solid #000000; height:18px} /* Width */ #el02 { /* Text and background colour, …

UI / UX Design html-css web-design
Member Avatar for Dandello
0
147
Member Avatar for penguino138

I've had this problem before, but couldn't get it fixed. I have done a little experiment for an interactive menu using onmouseover and onmouseout. But it only works in Chrome, but I would like it to work in IE as well. Hope you can help. [CODE]<!DOCTYPE html> <html> <title>Menu Experiment</title> …

Member Avatar for almostbob
0
235
Member Avatar for riya_developer

Hii... I want that height of elements should be adjusted automatically at run time based on the size of element.. For that I have used Height : auto; But it is not working... So which property should I use?

Member Avatar for riya_developer
0
101
Member Avatar for davy_yg

frontpage.css [CODE] (Toggle Plain Text) body { background: url('Background.jpg'); } box1 { position: absolute; left: 100px; top: 100px; } box2 { top: 100px; position: absolute; right: 100px; }body { background: url('Background.jpg'); } box1 { position: absolute; left: 100px; top: 100px; } box2 { top: 100px; position: absolute; right: 100px; } …

UI / UX Design user-interface web-design
Member Avatar for lps
0
121
Member Avatar for Onlineshade

I have downloaded a software [B]Komodo IDE[/B] for Windows(x86). I use widows 7 (64 bit). Is this IDE is perfect for my operating system? Please reply. Thanks.

UI / UX Design ide operating-system
Member Avatar for Dragennd
0
74
Member Avatar for phfilly

Hi! I would just like to know if its possible to give an linked image the ability to send the form instead of a submit button? Like in the example below: [CODE] <form method="post" action="Search.php"> <table id="search"> <tr> <td> Search: <input type="text" name="search" id="search" placeholder="Search for friends"/><td><a href="Search.php" action="Search.php"><img src="graphics/search.png" …

UI / UX Design php user-interface web-design
Member Avatar for phfilly
0
149
Member Avatar for connoisseur2010

Hi guys... i'm planning to start an advertising site with the following services Graphic Design Branding Web Development E-Advertising I need ideas in terms of contents I also need free downloadable and editable templates so that i can finish within a short space of time. Thnks y'al

UI / UX Design advertising web-design
Member Avatar for abakinfotech
0
109
Member Avatar for Member #453901

I found a website that has a really cool effect for their links. The link is an image, and when you hover over it, it plays an animation, and after looking into it more, it seems that they use a single image with all of the different frames for the …

Member Avatar for Biiim
0
851
Member Avatar for rizla777

okay so i've been at this for 2 days. i've tried recoding the entire site but nothing seems to work. It's only 1 navigation bar that is giving me a problem. ul#sub-nav. I can get it to align horizontally in firefox except sometimes it works in IE and sometimes. you'll …

Member Avatar for Dandello
0
298
Member Avatar for gurupts

Hello sir , i am new to the web designing and i have developed a website using HTML and CSS ...it causes no problem in my system but after uploading the layout is not in proper arrangement in different system monitors...plz help me to solve this Thanks for any help

Member Avatar for abakinfotech
0
181
Member Avatar for f_atencia

Hi all, I'm having issues with two tables that are lined up side by side (a little complicated reason as to why I created two tables instead of having two columns in one table). They contain only one row each with a single td element. The first table contains only …

UI / UX Design user-interface web-design
Member Avatar for f_atencia
0
151
Member Avatar for chiiqui

Why is it that the style is not working? why? [CODE]<html> <head> <title> Starbuzz Coffee</title> <style type=”text/css”> body { background-color: #d2b48c; margin-left: 20%; margin-right: 20%; border: 1px dotted gray; padding: 10px 10px 10px 10px; font-family: sans-serif; } </style> </head> <body> <h1>StarBuzz Coffee Beverages!</h1> <h2>House Blend , $1.49</h2> <p>A smooth, mild …

UI / UX Design html-css web-design
Member Avatar for Dandello
0
335
Member Avatar for Onlineshade

I want to design and develop web pages. How can I start? I have run some Html pages. I want to learn Wordpress. Can you hep me to start it?

UI / UX Design php:wordpress web-design
Member Avatar for louie540
0
94
Member Avatar for louie540

Hey. I spent the whole day redesigning the layout on my website, and I made it so that my main content and my sidebar stretches down 100%. I got the site the way I wanted so to finish it up before putting it on my actual website, I put the …

Member Avatar for louie540
0
197
Member Avatar for Matt__
Member Avatar for Matt__
0
150
Member Avatar for ginG3R

Hey guys I have a question...First am amateur on web design and development. Didn't go to school for it so I kinda just learned it on my own. So I've been working with clients and building websites for people but this is my challenge: after I finish a website job, …

UI / UX Design user-interface web-design
Member Avatar for ginG3R
0
192
Member Avatar for mombasageek

is there a program that can automatically convert png to html ?

UI / UX Design html-css web-design
Member Avatar for irish luck
0
154
Member Avatar for Sunjay03

I created a form for my application and I am having trouble deciding where to place the submit button. Here is a picture of the form with my current submit button: [ATTACH]22108[/ATTACH] Here is a picture of the form without the submit button: [ATTACH]22109[/ATTACH] What do you think? Where is …

UI / UX Design user-interface web-design
Member Avatar for davidborg
0
280
Member Avatar for angiewalkerblue

I want to build an adult website that will host forums, blogs, chat and story writing and publishing facilities. Can anyone recommend web templates/designs? Thanks

UI / UX Design user-interface web-design
Member Avatar for davidborg
0
259
Member Avatar for cdudefire

For my internet programming class I have to create a XHTML file that has an image in it, among other things. The problem that I am having is that when I open up my file on other computers the image will not load. The file path is valid on my …

Member Avatar for cdudefire
0
134
Member Avatar for Farhad.idrees

Hi my problem is that logo is showing but behing the header..i want to show logo ofcourse in front of header... my css is [CODE] #Container { width:1024px; margin-left:10%; margin-right:10%; } #Header { } #Top_Menu { margin-top:-160px; } #Logo { float:left; margin-top:-120px; margin-left:5px; } [/CODE] my html code is [CODE] …

Member Avatar for carrieathomer
0
292
Member Avatar for asif49

Is using -100px or minus however many pixels considered as bad coding practise, should it be avoided? Do employers look down upon this? Example Use: [CODE] <div style="margin-left:500px; margin-top:-85px;"> <p>Home | About | Contact</p> </div> [/CODE]

UI / UX Design user-interface web-design
Member Avatar for carrieathomer
0
65
Member Avatar for Noob_Programmer

how can I get audio(music) automatically playing on my web site when you open it.

UI / UX Design audio html-css web-design
Member Avatar for Noob_Programmer
0
141
Member Avatar for Member #905211

Ok, this is going to seem odd but I have a need for the following scenario: You have 2 pages, let's assume that they both have a control on the page call txtTextBox. Let's also assume that they need different styling and that you must do the CSS based on …

UI / UX Design html-css web-design
Member Avatar for Member #905211
0
137
Member Avatar for scarcella

Hey Guys, i am having trouble placing this image over a youtube video, I want the .youtube_hat to be displayed over the youtube video in the top corner. So could anyone please help me!! The HTML [CODE]<div class="youtube_area"> <div class="youtube_hat"></div> <div class="youtube"> <iframe title="YouTube video player" width="450" height="258" src="http://www.youtube.com/embed/B-1Xqnx-KCw?rel=0" frameborder="0" …

Member Avatar for lps
0
159
Member Avatar for jemz

Hi, Please help how can i fixed my page if i am going to resize my window,my element and my image will not be destroy that it will be remain in the position when i scroll the horizontal bar.please help me Thank you in advance

UI / UX Design user-interface web-design
Member Avatar for lps
0
74
Member Avatar for Joe34

Hello, I'm trying to edit my Wordpress widgets via the editor in Wordpress. Here is how it looks in Google Chrome (It should work this way)... [url]http://www.diigo.com/item/image/sd6o/ic51[/url] This is how it looks in Safari (It shouldn't look this way) [url]http://whosyourblogger.net/blog/wp-content/uploads/2011/10/Wordpress_widgets.png[/url] Here is my code... The first li is the email …

UI / UX Design php:wordpress web-design
Member Avatar for Joe34
0
123
Member Avatar for sunny124

Hi, I know how to include header.shtml file using ssi command but don't know how to include header.ssi file. I tried using same command but it doesn't work. For my assignment we have to use header.ssi file Thanks

UI / UX Design user-interface web-design
Member Avatar for Dandello
0
88
Member Avatar for dean8710

I have problem with text area where, after loading a page which contains TEXT AREA, the text area auto tab in the field. Its looks ugly because I have put a watermark on the field to lets user know what is text area for. The css: textarea { font-size:12px; width:500px; …

UI / UX Design html-css user-interface
Member Avatar for dean8710
0
155
Member Avatar for herms14

Hi there, Im basically new in web development and Im trying to design a simple login menu. the problem is when I resize my Chrome window the input textboxes does not adjust and is left out. How could I make them adjust based on the size and resolution of my …

Member Avatar for herms14
0
221
Member Avatar for agorainfo

Hello My Dear Friend's, I'm doing a Web Designing Course & I don't know how to make a website in Photoshop. And How to choose width & Height of website page.

UI / UX Design user-interface web-design
Member Avatar for almostbob
0
192
Member Avatar for BenzZz

Which is best to use to layout a website? I know that ideally both are used together but recently i have came across many examples where html tables are used and arranged to contain elements and control layout. Just wondered if using html tables for website layout is effective in …

UI / UX Design html-css web-design
Member Avatar for brainfo
0
138

The End.