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 lewashby

In the following code the Submit button actualy says "Submit Query" on my page but I can not find anywhere that I have written "Submit Query" in the file. Any ideas? I would like to change the second one. <html> <head> <title>Simiply Query</title> <link rel="stylesheet" type="text/css" href="mystyles.css" media="screen" /> </head> …

UI / UX Design html-css web-design
Member Avatar for lewashby
0
112
Member Avatar for davy_yg

Hello, How to create a form border like this on focus: [form border](http://www.indovision.tv/mmc/index.php/agent) input[type="text"]:focus{ border:1px solid red; box-shadow: 0 0 1px red; } On type the redline and the font turns blue and the font turns black. How?

Member Avatar for paulkd
0
108
Member Avatar for lloydsbackyard

please help on my codes ...this works good in firefox but in internet explorer it gets disarrange. also, if im gonna zoom in/out in both browsers it also got disarrange.thanks index.php <?php session_start(); //Unset the variables stored in session unset($_SESSION['SESS_ID']); unset($_SESSION['SESS_LNAME']); unset($_SESSION['SESS_FNAME']); unset($_SESSION['SESS_MNAME']); unset($_SESSION['SESS_SUFFIX']); if (isset($_GET['page'])) { $pg = $_GET['page']; …

UI / UX Design html-css session web-design
Member Avatar for lloydsbackyard
0
302
Member Avatar for ncis_sg1

Ok I am having trouble with this homework assignment. I need to modify the code to sort by the number of pages rather than by chapte number. I get this part but the code I need to modify will not display correctly in my internet browser. All I see is …

UI / UX Design html-css web-design xml
Member Avatar for Member #949455
0
421
Member Avatar for momonq1990
Member Avatar for stultuske
0
237
Member Avatar for sania khan
Member Avatar for almostbob
0
102
Member Avatar for imti321

The below mentioned code uses css3 to develop drop down menu .I am unable to solove a problem which crops up while i click sub2 h4 menu it disappeare below body text can anybody help .Thanks in advance. <style> body,,container,h1,navmenu,ul,sub1,sub2,darrow,rarrow,header,leftnav,rightnav,footer { margin:0px; padding:0px; } #container { position:absolute; background-color:#FFF; left: 136px; …

UI / UX Design html-css web-design
Member Avatar for imti321
0
243
Member Avatar for aswekown

Hi, I am new to html and I am reading the html and the css code of the website: http://www.quarryequipments.com/ I notice that if I make the browser size small, the li element in the navigation will not float left, how do I make it out? thanks.

UI / UX Design html-css web-design
Member Avatar for aswekown
0
135
Member Avatar for suavedesign

I am trying to align some text vertically with an image next to it, as in: [http://204.10.65.195/get_involved.php](http://204.10.65.195/get_involved.php) On the bottom half of the page, you can see that I have a bunch of images, each one with some text next to it. I want the text to appear in the …

Member Avatar for flashhtml5
0
344
Member Avatar for <M/>

I am trying to make a multi level accordion menu out of my code... I have successfully created a single level accordion but i can't add a second or third level to it. Here is what i got: css: body { margin: 0; background-color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: …

UI / UX Design html-css web-design
Member Avatar for <M/>
0
138
Member Avatar for Julia25

I'm almost done experimenting on how make the slideshow background clickable http://www.gracetous.org/test/ but I was hoping the mega menu dropdown will show up without adjusting the height since its responsive, is there any hope to this?

Member Avatar for Julia25
0
184
Member Avatar for Tunnleram

I can't seem to find the answer, but I'm sure it's simple. I have a select drop down in a form and when I select it, it will start at the very last value instead of the top. How can I change this to start at the top instead or …

UI / UX Design user-interface web-design
Member Avatar for Tunnleram
0
242
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
157
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
141
Member Avatar for Monica_1

Im working with dreamweaver, coded in php On one of my pages, i'm trying to add 2 different print buttons each one printing a differrent portion of the webpage. For example, one print button is printing the first paragraph and the other print button is printting the second paragraph. I …

UI / UX Design javascript user-interface
Member Avatar for pritaeas
0
290
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 EmilyJohnson

Hello Everyone, I want to integrate google flags with my website, which translate languages on click event on same page. How-ever I successfully integrated google translate with dropdown option but want to integrate google flag translations on my website. Any type of help is appreciated. Thanks In Advance.

Member Avatar for EmilyJohnson
0
477
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
224
Member Avatar for Daphumlest

I have a program where the user enters a sentence and the input is compared against an array when the user clicks the submit button the function "checkSentence() should be called but this does not happen. would really appreciate it if someone told me what's wrong wth my code <script …

Member Avatar for JorgeM
0
1K
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
497
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 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
216
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 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 <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 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 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 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
165
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
385
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 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 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 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 bhone
Member Avatar for JorgeM
0
252
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 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 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 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 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 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 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
435
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 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
165
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 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
698
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
214
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
204
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 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

The End.