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 web_develop

hi I'm trying to build a website of multi-language (English and Arabic). The problem is the writing direction, as in Arabic, we write from right to left, so that I have to relocate the logo,the scroll bar,etc to the other direction. I managed to change the CSS for the logo, …

UI / UX Design user-interface web-design
Member Avatar for web_develop
0
220
Member Avatar for Jessurider
Member Avatar for almostbob
0
134
Member Avatar for nibbler

I'm using NetObjects Fusion 11 and I'm looking for independent (but compatible) software to develop drop-down menus. I'm looking for something along the lines of AllWebMenus PRO or the SoThink DHTML menu builder from SourceTec. Both seem fine but are limited to javascript only and I was wondering if there …

UI / UX Design user-interface web-design
Member Avatar for twiss
0
120
Member Avatar for maxelcat

Hi I have a joomla site with one flash based video in it. Of course people are now saying "It doesn't work in iPads". I was thinking about using the <video> tag in html to get round this - can I just simply put a <video>... </video> tag in the …

UI / UX Design html-css web-design
Member Avatar for pcmaster
0
143
Member Avatar for aspurgeon

I download a web template and I need to change the text on 2 images. The images are only given to me in .gif format. Is there any way to go in and change the text using photoshop? Thank you.

Member Avatar for kevinpham02
0
377
Member Avatar for kained

The code i'm using is fine in firefox and chrome but ie is keeping the bullet point as black. Anyone know how i can hack round it? [CODE].rightpane ul , .contentpane ul { padding:0; margin:0; margin-left:15px; text-align:left; list-style-type:disc; color: #007dc3; } .rightpane ul li:first-line , .contentpane ul li:first-line { color: …

Member Avatar for gogreen1
0
205
Member Avatar for ramizgirach

i have this code in which i retreive jokes from database and show in table .problem is the result are being overlapped because m umable to change the top: attribute of table can anyone enlighten me with any idea so that i keeps every table at a distance of 20px …

UI / UX Design user-interface web-design
Member Avatar for Danilomol
0
147
Member Avatar for mtroute

So my graphic designer came up with a great design, but of course, I have no idea how to code it. I prefer to use css and html5 and avoid flash if at all possible. Take a look at the image to see what I am referring to. The image …

Member Avatar for pixelpaintr
0
128
Member Avatar for skald89

If you have a screen resolution of 1366 x 768 whats your browser window size? its obviously not 1366 x 768 is there a way to see this for other screen sizes?

UI / UX Design user-interface web-design
Member Avatar for pixelpaintr
0
784
Member Avatar for suavedesign

Hi, I am having a problem with IE. The url to my site is [URL="http://www.trecall.com"]www.trecall.com[/URL]. I want to put a margin on the left side of the animated menu, to make the menu centered on the page. This works fine in FF, but in IE, the margin does not show …

UI / UX Design user-interface web-design
Member Avatar for Arkinder
0
117
Member Avatar for maofree

Hi to all I have a little problem with a menu (I use superfish) all the item are link and without any problems, but I don't know how to configure a item (it's a span, not a link). I want to display that span like a button, but padding works …

UI / UX Design html-css web-design
Member Avatar for maofree
0
135
Member Avatar for Violet_82

Hi there, I have a strange problems with margins. On this website [url]http://antobbo.webspace.virginmedia.com/photography/home.htm[/url] I am trying to have some space between the top navigation and the red box. Now in my stylesheet containers.css the red box (class name picture_box_home) has [ICODE]margin:0 auto;[/ICODE] which is rendered fine in all browsers. On …

UI / UX Design user-interface web-design
Member Avatar for Violet_82
0
122
Member Avatar for darkslide

Hello :) I was just surfing this forum and i want to thank you, because it really helped me. Also, i find the sections of the site very useful. Thank you! :) I've recently started a website that embeds youtube videos, and i have a question. From what you wrote …

UI / UX Design api legal streaming-service
Member Avatar for Azmah
0
211
Member Avatar for vivekchandra

I am making a website....i encounter a very strange problem that when my browser in full screen mode design looks as i want...but when i resize my broser window to some lower size..everything get messy....i am also uploading the pic of both the screenshots.... so is there any help!!

UI / UX Design user-interface web-design
Member Avatar for almostbob
0
184
Member Avatar for ari$av3s

Hi, guys! I started prototyping this site a little while ago. Some of the code may be a little bit ugly, but I'm cleaning it up as I go along. I spent a very long time doing flash sites and I am trying to brush up on my css. So, …

UI / UX Design html-css web-design
Member Avatar for ari$av3s
0
197
Member Avatar for SolidSolutions

I have 2 very similar pages. The first loads fine in IE9, the second does not. I get no error message on screen or in developer tools. Page just does not load: good: [url]http://www.mfwbooks.com/products/M50/40/10/0/1[/url] bad: [url]http://www.mfwbooks.com/products/M50/40/15/0/1[/url] Any ideas? If I turn on compatibility view for the site, the second page …

UI / UX Design user-interface web-browser
Member Avatar for twiss
0
160
Member Avatar for Jessurider

can anyone tell 1.how to place table manually at some position 2.how can we bring another objects such as images,or text above table........and table behind them

UI / UX Design html-css web-design
Member Avatar for almostbob
0
104
Member Avatar for bufospro

Hi all, I don't know css and I would like your help. I am trying to make an online bookstore. The problem I have with divs is that when I am trying to make a new all the below divs are moved down. I would like to add welcome guest …

UI / UX Design user-interface web-design
Member Avatar for gogreen1
0
139
Member Avatar for Jessurider

[CODE] <html> <head> </head> <body> <br><br><br><br><br><br> <form method="post" name="frm" action="search"> <table border=0 width="300" align="center" bgcolor="#CDDFFF"> <tr><td colspan=2 style="font-size:12pt;color:#00000;" align="center"> <font size=5> Search Employee </font> </td></tr> <tr><td ><b> Employee Name</b></td> <td>: <input type="text" name="emp_name" id="emp_name"> </td></tr> <tr><td ><b>Department</b></td> <td>: <input type="text" name="emp_dept" id="emp_dept"> </td></tr> <tr><td ><b>Email</b></td> <td>: <input type="text" name="email" id="email"> …

UI / UX Design user-interface web-design
Member Avatar for gogreen1
0
134
Member Avatar for veledrom

Hi, How do people set an image as background and that image covers whole background whatever the browser and OS platform is? Thanks in advance

UI / UX Design graphics:image web-design
Member Avatar for MidiMagic
0
135
Member Avatar for elneco

forums, can any please help me with this, im baffled: [url]http://elneco.biz/idk.html[/url] i talked to my hosting service, they have NO idea.... thank YOU for looking into this -jaime

UI / UX Design user-interface web-design
Member Avatar for elneco
0
135
Member Avatar for genius_cd

Hey Guys, I've been searching a lot! and months for a solution for that specific problem !! please help . if anyone can figure it out! :S:S i have that code: [code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Digital Surveillance system</title> <link rel="stylesheet" …

Member Avatar for Arkinder
0
164
Member Avatar for Sinderone

I am trying to do something like a popout and am not sure how to do that or just a text box that will do a transition from a word to the box on hover. I would like to do this in css/3 if I can. Will any one help …

Member Avatar for Sinderone
0
185
Member Avatar for Violet_82

Hi there, I have a problem with how the text, especially headings are positioned on my site [url]http://www.antobbo.webspace.virginmedia.com/webediting/testing/our_web_standards.htm[/url]. When I look at the website from my dell laptop (resolution 800x600) everything seems fine in all the browsers except chrome where the headings are at the same level as the top …

Member Avatar for Violet_82
0
85
Member Avatar for suavedesign

Hi, The link to my site is [URL="http://www.trecall.com"]www.trecall.com[/URL]. On the right side of the site, there is a lot of extra white space. Can anyone tell me why and how I can get rid of it? Thank you!

UI / UX Design user-interface web-design
Member Avatar for suavedesign
0
589
Member Avatar for Veneficus

I am SICK and TIRED of having this stupid issue. I have a very simple page. A background image which fits the entire browser with: [CODE]position: absolute; top:0px; left:0px; width:100%; height:100%; z-index:0;[/CODE] And I also have a blasted table which has two lines and a small image. The problem is …

UI / UX Design user-interface web-design
Member Avatar for ko ko
0
63
Member Avatar for jyotimagic

I'm using the table function on a website builder and want to create space between tables so I can add text. When I place the text in what looks like the correct position between the tables on the builder page, when I view the page, the text appears to the …

UI / UX Design user-interface web-design
Member Avatar for jyotimagic
0
3K
Member Avatar for ypks_destiny

i want to get a data on image by using <img> tag can any one sortr this out

Member Avatar for almostbob
0
124
Member Avatar for aruprongs

Hi, I am trying to use an image as a link to lead to another image. The URL of the page where this second image is should end with jpg, i.e., the web page should be such that it is the path of the image. For example, this should be …

UI / UX Design user-interface web-design
Member Avatar for aruprongs
0
61
Member Avatar for suavedesign

The url to my site is [snipped]. There are a few sub pages on my site, (called "features", "benefits", and "read more".) I wanted to know how to make the button on the bottom of these pages that says "home" link to the previous page, instead of linking to the …

UI / UX Design user-interface web-design
Member Avatar for suavedesign
0
156
Member Avatar for smantscheff

Have a look at this HTML code. In IE7 it displays two rows of a table-like form, much the same as in Firefox 3.x, 4 and Chrome. Now uncomment the [ICODE]"<!--div>abc</div-->"[/ICODE] and look again. Now the row spacing has become much larger, about 1em. I don't have a clue where …

0
112
Member Avatar for extemer

how would i give dime text in any text field e.g if there is login form and in login form the field where we enter the password written a transparent text that enter your password.how would i apply this in form below please help me...i have highlight the code for …

UI / UX Design html-css web-design
Member Avatar for extemer
0
125
Member Avatar for Joe34

Okay, I have the content area of my Wordpress blog theme I'm creating. I want the content area to at least have a height of 600px, but if more content comes then I would like the height to change to what ever is necessary. So 600px automatically, but continue expanding …

Member Avatar for zizuno
0
174
Member Avatar for maxelcat

Hi I have a client who is very keen to user the blue, square twitter "t" on his website to link to his twitter feed. He says (correctly) that "Thousands of sites have it" so it must be ok. However, when I look on [url]http://twitter.com/about/resources/logos[/url] its not shown. Is it …

UI / UX Design user-interface web-design
Member Avatar for maxelcat
0
110
Member Avatar for PCSAWICK829

I'm studying out of a book for HTML, XHTML, & CSS. We just went over building a basic table. here's my code so far below, validated and working just fine: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="EN" dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/xml; charset=utf-8" /> <title>basicTable.html</title> …

UI / UX Design html-css web-design
Member Avatar for PCSAWICK829
0
95
Member Avatar for riahc3

(I know this is the C++ section but since Im not sure where to put this...) I have a movie clip that with ActionScript I would like to do a gotoandStop on (for example) frame 3 of Layer 1 but I would like to keep playing Layer 2. How do …

Member Avatar for JasonHippy
0
117
Member Avatar for seblake

When using <style type="text/css"> body {background-image:url('images/DarkBrushesswlbcbl2.jpg');} </style> I have two 'errors' I do not want. 1) I have a little line to the right of the title graphic that I want to get rid of; 2) Depending on the user's browser, the text does not look the same (right justified …

UI / UX Design html-css web-design
Member Avatar for seblake
0
190
Member Avatar for RMelnikas

Hi, I have made a few websites with only limited pages and the clients want to be able to update them themselves i was looking at something like pagelime [URL="http://pagelime.com/"]http://pagelime.com/[/URL] and was wondering if anyone knows of any other ones and what they are like and if they are worth …

UI / UX Design user-interface web-design
Member Avatar for RMelnikas
0
136
Member Avatar for bibiki

hey there, I have a simple page online, and tried to style it a little. here is my [URL="http://gagi.zxq.net/index.php"]page[/URL]. there are five links. I tried to build a simple, css-styled vertical menu. however, the button-like appearance of the links is not of equal length. would anyone tell me what part …

UI / UX Design html-css web-design
Member Avatar for ko ko
0
85
Member Avatar for Griffin54

Hello! One of the web pages I created for my web site does not appear as it should in all browsers except Internet Explorer. In the others - Firefox, Opera, Safari, Google Chrome - my page goes askew (especially in Opera, Safari and Google Chrome). There is something about my …

UI / UX Design html-css web-design
Member Avatar for twiss
0
251
Member Avatar for bibiki

hey there, I havbe the following html and css files: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> <link rel=StyleSheet href="style.css" type="text/css"> <title>My site</title> </head> <body> <div id="con"> <div id="navigation"> <ul> <li><a href="http://gagi.zxq.net/star.html">About me</a></li> <li><a href="http://gagi.zxq.net/ekes.html">Blog</a></li> <li><a href="http://gagi.zxq.net/mbretereshat.html">Links</a></li> <li><a href="http://gagi.zxq.net/bouncingball.html">News</a></li> </ul> </div> <hr> <div id="main"> …

UI / UX Design html-css web-design
Member Avatar for twiss
0
225
Member Avatar for jatin.jain

Hi Everyone, I have a requirement of formatting the text inside the input text box. On page load, the textbox value by default get set to say 10.0 or 15.0. What I want is just integer and remove the decimal point and the values ahead. Thanks in Advance. Regards JJ

UI / UX Design html-css user-interface
Member Avatar for twiss
0
258
Member Avatar for androidz

hello guys i've been making my web actually its my first web building and i dont have any idea whats going on ie. i've been reading notes and other stuffs surfing on the net for answers but still i cant get it..any suggestions or answers to this?to make my png …

UI / UX Design graphics:image web-design
Member Avatar for Dandello
0
135
Member Avatar for ziron

I have tried everything to get the text to wrap around the youtub video, spent hours trying to figure it out. I have multiple websites where there is no problem? Can anyone help me please? Dean Brennan HTML: <!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" xml:lang="en-US" lang="en-US"> …

Member Avatar for ziron
0
179
Member Avatar for 12jony34

Hello friends, i want to lean the HTML should i join any institute or i will learn from the forums.Please tell me the book for this.

UI / UX Design html-css web-design
Member Avatar for twiss
0
136
Member Avatar for jazzash1

Hi , has anyone have any ideas how I can get something to come up on google to link to my website , for exmaple - puppies in coventry . I have put some meta tags in but it does not show up on google , what can I do …

UI / UX Design seo web-design
Member Avatar for pgmco
0
109
Member Avatar for advxc153

I'm relatively new to all this so go slow. But what I'm trying to do is have a button where the user can click it and download a file from my site to their computer. I don't know if you need a script to do this or if their is …

UI / UX Design pdf web-design
Member Avatar for Kraai
0
113
Member Avatar for mushget

Hello, Please help me. I'm running site made only in html and css and is hosted on Apache server. I cannot change anything, except adding programming code into html head and body. How I could add Amazon store pages made in xml into my html pages... Is there any solution …

UI / UX Design html-css web-design xml
Member Avatar for twiss
0
87
Member Avatar for bigwhiteegg

Hi there what I'm trying to do here is [subject] building a website that updates several other sites' content such as some images and URL hopefully it is not in the illegal arena I have some idea in mind just not sure if it is going to work so i …

UI / UX Design php web-design xml
Member Avatar for Alish735
0
125
Member Avatar for Cap'nKirk

Hi, I am trying to figure out how to place an image that is floated to the left, text that should be centered & and an image that is floated to the right all within the same div that is 400px X 25px. Here is my code at the moment:- …

UI / UX Design html-css web-design
Member Avatar for Cap'nKirk
0
86

The End.