Our UI / UX Design forum encompasses everything related to building a polished end-user experience, from graphic design to usability.

1,103 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for saucy6969

I am working on my latest project for a friend using a template and was wondering how to make the contact form work which had the coding already there. I have never used a contact form before and was just wondering what I need to do to make it functionable. …

UI / UX Design html-css web-design
Member Avatar for saucy6969
0
225
Member Avatar for easypro

I have a custom install of TinyMCE with multiple editable areas. when an area (div) is clicked, it becomes an active editable area (tinyMCE iframe). Everything works perfectly exept for in IE10 when I click on a div to make it editable, the page jumps up. I'm not sure if …

Member Avatar for Member #949455
0
158
Member Avatar for MasterHacker110

I am trying to make my webpage's content start about 10cm (3.93 inches) from both sides with a border around them. The border thing I have under controll. It is just the content spacing on the sides. This link: [Click Here](http://www.w3schools.com/css/css_table.asp) has what I want but I dont know I …

UI / UX Design user-interface web-design
Member Avatar for MasterHacker110
0
148
Member Avatar for davy_yg

Hello, I am trying to create a navigation system like this: [Plan](http://www.innovation.web.id/Indonusa-gateway-menu.jpg) [Actual](http://www.innovation.web.id/Indonusa%20Nav%20Actual.jpg) How to create navigation like the design plan ? Now, what I have is like the actual (the website still in the localhost) navigation.php <link href= "css/nav.css" rel="stylesheet" type="text/css" media="screen"> <div id="navigation"> <div id="logo"><img src="images/logo2.png" width="160" height="60"></div> …

UI / UX Design web-design wifi
Member Avatar for davy_yg
0
142
Member Avatar for showman13

I'm not sure if this is an intelligent choice or not, so decided to ask the most knowledgable group that I know... I have a website that I created, and I need to do some SEO work on it.. (not my forte) What I was thinking about doing was creating …

UI / UX Design seo web-design
Member Avatar for paulkd
0
167
Member Avatar for patk570

Besides Wordpress and Joomla, are there any other free CRM or CRM like sites out there? I am looking to get away from Joomla and I am not a big fan of Wordpress anymore. Was wondering if yall knew of any others out there?

UI / UX Design web-design
Member Avatar for patk570
0
217
Member Avatar for <M/>

This is just a simple image fade. This is the HTML: <a href="#"><img src="#.png" class="fade"> Pretty simple, right?

UI / UX Design graphics:image web-design
Member Avatar for <M/>
0
312
Member Avatar for HIP13044B

I'm designing a project website using ConTEXT, some of my borders, division and other elements are completely out of their places. I tried outputting it to different computers with different size of monitors and of course with different resolutions. I'm no expert when it comes to this but how can …

UI / UX Design html-css web-design
Member Avatar for Member #1048311
0
499
Member Avatar for techyworld

Hi... i need some help. I have a .jsp file and a div tag containing h1 tag. <div id="header"> <h1 class="header1"><fmt:message key="application.title"/></h1> </div> <div id="login"><jsp:include page="/WEB-INF/common/login.jsp" /></div> here my css file: #header{border-bottom:1px solid #999;margin-bottom:10px;height:10px;width:100%; background: transparent url('../images/test.png') left top no-repeat; background: transparent url('../images/test1.jpg')right top no-repeat; } my problem is the …

Member Avatar for k99rs
0
386
Member Avatar for andreiviziru

so i have the following css stylesheet [Click Here](http://www.jocurigratisonlinenet.ro/default.css) and i want that `#footer{}` and `#copyright{}` to stay at the bottom of the page all time. How can i achieve that?

UI / UX Design html-css web-design
Member Avatar for almostbob
0
279
Member Avatar for kurianjoseph

Hello friends i'm new here, there is a question bugging me for some time i cant make my mind of it. I love webdesinging and its a passion i want to make a career of say freelancing as i have a decent job, but still i want to persue my …

UI / UX Design career html-css web-design
Member Avatar for <M/>
0
203
Member Avatar for PoisonedHeart

Hi, good day, Are there any plugins (free or commercial licensed) with affiliate programs that is able to create a way for members to be able to somehow refer their friends via email/facebook and if that friend signs up, they get a free month of membership. ---------------- Example Scenario: 1.) …

UI / UX Design php:wordpress web-design
0
203
Member Avatar for christin_1

so if you go to my webiste here http://theirondoor.x10.bz/V2/Index.html you will notice under my Footer there is a big black section how to i get rid of that because its not in y html and i was wondering it might be in the css plz could someone look plz ;] …

UI / UX Design html-css web-design
Member Avatar for jrewing
0
195
Member Avatar for marietta_kan

hi guys, I want to install wordpress on my pc ( i have windows 7), but it says that it is already installed, even though it's the first time I try to install it. I reach to the point that it asks the password for the wordpress for the site …

UI / UX Design php:wordpress web-design
Member Avatar for AARTI SHRIVAS
0
177
Member Avatar for xxmp

Hello, When in my page an e-mail to contact is sending it take some time. How i can put the bar that informing the user that the e-mail is sending and when the message is send to do another animation and then redirect to another page. I hope you unterstand …

UI / UX Design user-interface web-design
Member Avatar for paulkd
0
145
Member Avatar for andreiviziru

hi, i cannot arrange the contents of a div inside, i used the command `text-align:center` and doesn't work. What can i do? here's a link of the css, you can find the problem at `#footer{}` [The css](http://www.jocurigratisonlinenet.ro/default.css)

UI / UX Design html-css web-design
Member Avatar for paulkd
0
131
Member Avatar for minitauros

Does anybody know of a reason why a custom font would not load directly when a web page is loaded? When I visit the main page of my website, it uses a standard font instead of the custom font I selected, but if I then go to another page, that …

UI / UX Design html-css web-design
Member Avatar for pamsb2
0
436
Member Avatar for ncis_sg1

Hello everyone, This is my first week in a new language and I am having trouble with html5. Here is the question and then I will post my code. I need create an autocomplet input element with an assciated datalist that contains the days of the week. I have everything …

UI / UX Design html-css user-interface
Member Avatar for ncis_sg1
0
938
Member Avatar for techyworld

i have a header.jsp file with the following div tag: <%@ page language="java" isELIgnored="false" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <jsp:directive.include file="/WEB-INF/sitemesh-decorators/include.jsp"/> <fmt:setBundle basename="bundles.application-resources"/> <div id="header"> <h1><fmt:message key="application.title"/></h1> </div> <div id="message"></div> <div id="login" ><jsp:include page="/WEB-INF/sitemesh-common/login.jsp" /></div> and my css file as follows: #header{solid #999;margin-bottom:10px;float:top left;min-width:960px; background: transparent url('../pharmacy.jpg') no-repeat;} #message{margin-bottom:10px;float:top right;min-width:960px; background: transparent …

UI / UX Design html-css java:jsp web-design
Member Avatar for techyworld
0
699
Member Avatar for kouroshnik

I have a website at: [MTN Charge](http://www.shaarzh.com) this site is hosting by a company that provides charge for mtn Operators... I dont access to any control panel,the only panel i have access is a template panel that I can add some javascript or html and meta tags . I know …

Member Avatar for webprefection
0
418
Member Avatar for timetraveller1992

Here's my code >> [Click Here](https://dl.dropboxusercontent.com/u/21617707/accordion.rar) And here's an image showing the problem! >> [Click Here](http://i41.tinypic.com/4id7dc.png) Rest is self explainatory. I used the same code in IE and the problem didn't occur. I haven't tried Firefox. The problem is most people seem to use Chrome these days and thats why …

UI / UX Design javascript:jquery web-design
Member Avatar for timetraveller1992
0
254
Member Avatar for bhone
Member Avatar for JorgeM
0
252
Member Avatar for ghosh22

Hi Sorry I am posting again. I am trying to make a web form for my new website. I am doing the coding myself because I cannot afford to hire a coder for me. I need some help from you. Please forgive me for all my idiotic questions! Now, here's …

UI / UX Design html-css javascript web-design
Member Avatar for almostbob
0
216
Member Avatar for frefre.ewfewf

I'm just not able to scroll down on my website: http://wifihack.nu/fr Btw... This is not a real hack...

UI / UX Design web-design wifi
Member Avatar for JorgeM
0
212
Member Avatar for crag0

I am new to both html and php and I am trying to create a form that you have one text box with buttons that allow you to search for the item in the text box in the last 24, 48,72 hours. One the html side of things my form …

UI / UX Design mysql php web-design
Member Avatar for JorgeM
0
211
Member Avatar for jao.pogi.00

Sir Macneato, Can you create me a PHP (Web Page), with good design and functionality? Our design is about dating online, it's functionality in REGISTRATION should have, Firstname/Username, Lastname, Email address(Primary Key), Create password, Password confirmation, Birthdate(date), Gender(radio button), CAPTCHA checking. Then it should have database(i can manage that). Please …

UI / UX Design database-design php web-design
Member Avatar for cainfotechindiaonline
0
206
Member Avatar for devianleong

My product list picture unable to make it smaller and the boxes are not align properly. Please help me to fix it. I'm trying for few hours already still got no idea. I've a global image class and the attribute is max-width 100% and max-height 100% Please look at the …

Member Avatar for Member #905211
0
166
Member Avatar for sabarinadh.ch

Hi, I want to show a image like join my facebook in the sidebar beside bottom footer. you can see the example here http://www.meritnation.com/ Please give the css code for this .. Thanq

UI / UX Design user-interface web-design
Member Avatar for satbir4
0
149
Member Avatar for louie540

Hi there. I'm trying to create a mobile navigation bar that has a drop down menu. I have most of it set up already, but the only sub-menu link I can view is from the last main menu button, the rest of the sub-menu buttons hide behind the main navigation. …

UI / UX Design user-interface web-design
Member Avatar for louie540
0
132
Member Avatar for Bijay_1

My project runs smoothly in Chrome and Firefox but some part of the CSS isn't working in IE. How can I overcome this issue?

UI / UX Design user-interface web-design
Member Avatar for Bijay_1
0
119
Member Avatar for Lschanjason

As per topic, anybody can advise me pleaase. Thanks http://www.zazzle.com/personalized_large_t_shirt-235720396763667998

UI / UX Design user-interface web-design
Member Avatar for almostbob
0
115
Member Avatar for rich.masel

I am trying to create a multicolor link. I have tried a couple of variations, none of which work. <a href="URL">Black text <span style="color:red">red text</span> black test</a> <a href="URL">Black text <span class="rd">red text</span> black test</a> Does anyone know how to do this?

UI / UX Design html-css web-design
Member Avatar for rich.masel
0
92
Member Avatar for london-G

Hello, I have an FTP account(admin) and I would like to know if its possible to restrict it so that it cannot be deleted or the password cannot be changed. I have created a website for someone and want to have access to it in the future.

UI / UX Design web-design
Member Avatar for pritaeas
0
91
Member Avatar for Violet_82

Chaps, I have run into some strange behaviour never seen it before, and it is really giving me a huge headache. I wonder if anybody can help me to understand why this is happening. Here is the link: http://antobbo.webspace.virginmedia.com/various_tests/floatProblem/test.htm Look at the squares labelled 1,2,3,4 inside the red div. They …

UI / UX Design user-interface web-design
Member Avatar for BMXDad
0
164
Member Avatar for ronaldpaul

Hi, What kind of effect is used in this following picture http://d2o0t5hpnwv4c1.cloudfront.net/2138_SimpleParallax/images/only_background_2.jpg? It is normal blurring using photoshop or any other effect? How can I apply this effect to my pictures? I've seen this kind of image effect used in the lasted iOS as well. Thanks in advance

Member Avatar for ss125
0
460
Member Avatar for andreiviziru

Hi I have the folowing problem: The css wont apply to html although everything is corectly <link href="../../../../default.css" rel="stylesheet" type="text/css" media="all" /> ... <h4><?php echo $gamename[2]; ?></h4> and in the css i have the following h4 { color: #FFF; font-size: large; font-family: "Courier New", Courier, monospace; }

UI / UX Design html-css web-design
Member Avatar for Member #905211
0
457
Member Avatar for Tobyjug2222

Hi there, I'm currently hosting my website on my own computer, and I'm using http://www.no-ip.com to allow me to do so as I have a dynamic IP. (updates the pointers, when my IP changes.. for the domain name). I have now set up my webcamera to have a have stream …

Member Avatar for JorgeM
0
412
Member Avatar for al2henry

At http://www.conservancyonmayne.com/camas_10th.php I have a left sidebar with info on the 10th Anniversary Dance and the main part of the page describes the fund the party was slated to raise money for. The affair happened last night & was quite successful by the way! I have many people to thank …

Member Avatar for Member #671080
0
291
Member Avatar for ghosh22

Hi all, I am trying to build a website on my own. But I am not so efficiet in HTML coding but I'm trying to learn. I need a small help here. I am trying to make a form for my website where I'm going to use a Radio button …

UI / UX Design html-css web-design
Member Avatar for ghosh22
0
213
Member Avatar for davy_yg

Hello, I am looking for various yahoo messanger chat icon like in: [yahoo messanger icon](http://www.innovation.web.id/contact.php) Where to find it ? I am looking something different than the example.

UI / UX Design user-interface web-design
Member Avatar for david980john
0
192
Member Avatar for showman13

Hi everyone... hopefully someone can help me with a little advanced knowledge in using CSS to define the placement of a box that will rotate graphics. Basically what I need to do is define a space in the right column of the web page for graphics to rotate in and …

Member Avatar for showman13
0
188
Member Avatar for scrappy57

Hello there, Can any one please help me in obtaining html erro codes like 401, 505 etc Thanks

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
161
Member Avatar for Fiorentino01^

Hi I am working on this site for hotel reservations. I have a search form and a contact form in a contact page. I set the style for the search form to background:#C00000. When I created the contact page I realized that my contact form background gets the same color …

UI / UX Design html-css web-design
Member Avatar for Fiorentino01^
0
144
Member Avatar for ACRDepos

Hello I have a webpage here: http://turningheadssalons.com/newabout.htm And as you can see, the H1 tag that says: "Who We Are" floats underneath it's parent container. The strange thing about this is, is that the inner container is embedded inside of the parent container, which by default, the parent container should …

UI / UX Design html-css web-design
Member Avatar for ACRDepos
0
2K
Member Avatar for athman
Member Avatar for dwlamb

I have a php application for a cookbook site. To make this application responsive for all devices, I need to convert the listing of ingredients from a table format to div's but I am having a challenge with how to set-up the div structure and css. To better explain what …

Member Avatar for TomH.PG
0
310
Member Avatar for Carlosherre

<video controls="controls" width="500" autostart="False"> <source src="vid/Chantel.webm" type="video/webm" > <source src="vid/Chantel.mp4" type="video/mp4" > <source src="vid/Chantel_libtheora.ogv" type="video/ogg"> <object data="vid/Chantel.mp4" width="500"> <embed src="vid/Chantel.swf" width="320" height="240"> </embed> </object> </video>

UI / UX Design html-css video
Member Avatar for joe231
0
213
Member Avatar for aVar++

I have the way I want my site to look in chrome and I wanted to make it also look the same in mozilla therefore I replaced the webkit's with moz in the CSS. However the #mySection div is alot smaller in width in moz than chrome. There are screenshots …

UI / UX Design user-interface web-design
Member Avatar for cmps
0
190
Member Avatar for eltonpiko

hi im working on a joomla template. the template has a fixed width. and would like to have a position with a 100% browser width background. hope someone can help

UI / UX Design user-interface web-design
Member Avatar for <M/>
0
156
Member Avatar for Dharmendra_1

Hello, I have try lot's of thing for used border radius in ie8 browser, but I didn't get any solution. So please let me know if someone have any trick. I hope for immediate response! Thanks & Regards, Dharmendra,

Member Avatar for cmps
0
147

The End.