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 adammoocat

Hello, I have created a custom CSS file for WebKit which I have attached to my browser. I am using webkits -webkit-transform: scale(2) to webpages which works exactly how I wanted it too. However for some reason when this css is attached to my browser and I go to skydrive.com …

Member Avatar for ShoppingMonk
0
202
Member Avatar for s0wh4t

Hey guys. I need your help with mod rewriting I'm trying to rewrite http://site.com/#article http://site.com/#comments http://site.com/#movie to http://site.com/?id=article http://site.com/?id=comments http://site.com/?id=movie

UI / UX Design html-css web-design
Member Avatar for Member #949455
0
137
Member Avatar for al2henry

The site I have built features a left sidebar carrying links and announcements etc., and a main content page beside it. Sometimes the sidebar is longer than the content but more often the sidebar is much shorter. I need CSS/HTML to always ensure that the 2 page elements are the …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
254
Member Avatar for Ritesh_4

Hello, is there any reliable tool which can help save a website's folders and files on a pc for offline use? I've tried HTTrack but it does not save all the folders for the website i want to have offline...

UI / UX Design web-design
Member Avatar for Ritesh_4
0
129
Member Avatar for earlxph8

Problem: There is space gap between the rows, in its output: Goal: I want to reduce the gap, so it will show the normal format /* CSS */ .spantxt{ display: table-cell;} .dotuline{ display: table-cell; border-bottom-style: dotted; border-bottom-width:2px; } .box{ width:700px;height:700px;padding:30px;border:1px solid black;margin:1px;display:table;} <div class="box" align="left"> <table width="100%" border="0" > <tr> …

UI / UX Design html-css web-design
Member Avatar for Biiim
0
364
Member Avatar for lakshmi_suchi
Member Avatar for ibra.kitandwe
Member Avatar for JorgeM
0
87
Member Avatar for Violet_82

Hi all, I am having a few problems with a css. Basically in my conditional css I need to target IE9 and below (IE9 included). Now, I have this: <!--[if IE 9]> ... <![endif]--> and <!--[if lt IE 9]> ... <![endif]--> Can I combine them together somehow? thanks

UI / UX Design html-css web-design
Member Avatar for Violet_82
0
73
Member Avatar for Stagnant

I made three image hotspots on an image called Tab1. I want to click on each of them so it shows an UI next to Tab1. I used the jQuery example off their website since it's close to what I want, but what do I do when I want another …

Member Avatar for Member #949455
0
315
Member Avatar for DeepAnalyzer

**Hi, I like to develop a mobile website of my current desktop site.I saw there are couple of online tools to convert an existing website to mobile site.But i want to know is there anyway to develop a website by my own? **

UI / UX Design user-interface web-design
Member Avatar for Member #949455
0
152
Member Avatar for Tinnin

Hi all, My borders aren't showing up but my CSS looks fine. I'm confused. My code: /*head*/ #banner { border:1px solid #000; } /*body*/ #claim_form { float:left; } /*right banner*/ #info_panel { float:right; width:200px; } #login { border:1px solid #000; } #login h2{ text-align:center; } #login .submit{ text-align:center; } #introduction …

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

Hi all, I'm trying to align a table centrally within a div and/or fieldset. I've tried various things but I've not had any luck so far. I've been trying #mydiv table { marging-left:auto; margin-right:auto; } but it hasn't shown any effect, thought this is the suggested method according to the …

Member Avatar for Tinnin
0
109
Member Avatar for earlxph8

hi guys, im using this CSS code to create a page like an A4 size paper .box { width:700px; height:700px; padding:30px; border:1px solid black; margin:1px; display:table; } my problem is: when i print preview, even if i set settings of printer to reduce and fit, still it makes 2 pages, …

UI / UX Design html-css printing web-design
Member Avatar for earlxph8
0
211
Member Avatar for gudads

Please note I AM not a programmer, i run my own company. trying to built calculator by myself. I have software background but someone helped me write this code. Its working but not showing the calculations. If someone can reply me with solution or new code that will be great. …

UI / UX Design java web-design
Member Avatar for code739
0
135
Member Avatar for Thermalnuke

I can expand the picture, but I need the border only to expand. <!doctype html> <!-- mystery3.html --> <!-- This page changes an image border on button clicks. --> <!-- =================================================== --> <html> <head> <title>Mystery Image</title> <style type="text/css"> .border-style1 { border-style: solid; border-width: 4px; } </style> </head> <body> <div style="text-align:center"> …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
113
Member Avatar for Thermalnuke

Trying to have 2 buttons, one to add a border, one to remove the border when they're clicked. This is what I have so far, not sure where to go from here, would appreciate help. <!doctype html> <!-- mystery3.html --> <!-- This page changes an image source on button clicks. …

UI / UX Design html-css web-design
Member Avatar for Member #949455
0
129
Member Avatar for Wailintun

Help me again!I won't forget your grace. how to make header bar as http://www.harobikes.com/bmx/

UI / UX Design user-interface web-design
Member Avatar for JorgeM
0
69
Member Avatar for LocalGoogleGuru

When moving a wordpress site from one host to another is it necessary to download the old wp-config.php (the correct the path to find the new db user/ url etc) in otherwords, my question is this: is there stuff on the old wp-config.php (other than define db, define db user, …

UI / UX Design php:wordpress web-server
Member Avatar for tomparker
0
180
Member Avatar for baig772

I have a search form with only one text field. The problem is that the width of that `text field` is not same. the style is form#index-table-form input[type="text"] { width: 106px; height: 24px; position: absolute; outline: none; right: 0; top: 6px; border: 1px solid #3772af; padding-left: 6px; padding-right: 24px; font-family: …

UI / UX Design html-css web-design
Member Avatar for PriteshP23
0
140
Member Avatar for PriteshP23

How to fixed the layout of page for ALL screens? I mean to say on "ANY" size of COMPUTER SCREEN, Page-layout should be the same. In fact, i would like to put width:100% ONLY for header and footer. I would be more than happy IF i can have small EXAMPLE …

UI / UX Design html-css web-design
Member Avatar for Steve hasting
0
417
Member Avatar for bradly.spicer

Hey, I have a form on this website: http://we-remortgage.co.uk/sitewp/ When I look at the get quote button it has duplicated itself. I can't see the reasoning behind this and was wondering if you guys could help. This happens only in IE Form Stylesheet: /* Generic Form CSS */ .formFeatureBox { …

UI / UX Design html-css web-design
Member Avatar for bradly.spicer
0
124
Member Avatar for saucy6969

hello i am trying to make one of my original pages open up in the centre of my website (as all the other pages do). when clicking on the Boarding House Reform button on the right hand side of the page, it opens up without the frame around it. No …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
215
Member Avatar for Proglearner

I found an article online published in October 2012 that says only 20% of web users rely on IE9, while a huge 38% rely on older versions of IE. Old IE6 is even _gaining_ market share. Does this mean that html5 tools such as SVG graphics should be avoided for …

UI / UX Design user-interface web-design
Member Avatar for JorgeM
0
173
Member Avatar for neoanomally

Hello, I have this anomaly on a website I support. There is a button that allows users to contacts from a contact list. The button works fine in other browsers, and has worked fine in the past for Google Chrome. Someone notified me that in Chrome the button no longer …

UI / UX Design user-interface web-design
Member Avatar for neoanomally
0
285
Member Avatar for trishfernan

Hi, I need to create an inside website messaging system like this. ![Email2](/attachments/large/4/Email2.jpg "Email2") I have done the basic via the <div> system. Can I use this system here? And I need to do more development on this basic codings that I have done. That is: 1) When I select …

Member Avatar for JorgeM
0
123
Member Avatar for PriteshP23

Hello, I would like to know the best way to design a website which one can have best view in Chrome, IE, Safari, Firefox, iPhone. In addition, css part should be easy to manage. For the moment, I have found many problems in css and the layout also. I would …

UI / UX Design user-interface web-design
Member Avatar for PriteshP23
0
180
Member Avatar for dwlamb

I am having a challenge with a hover state and css. In this [pic of hovering over menu item Gallery](http://dwlamb.com/hoverChallenge/hoverState1.png) the background bleeds down. This is the code for regular state: #navigace ul.menu li a { display:block; font-size:11px; font-weight:bold; line-height:37px; padding:0 20px; text-transform:uppercase; } To get rid of the bleed …

Member Avatar for Member #949455
0
189
Member Avatar for <M/>

I want to turn my sites (i have a few small test sites that i use to show what I learn) into a mobile site. How do I create a custom mobile site for the mobile devices and have a different site for the typical computer. I search my question …

UI / UX Design user-interface web-design
Member Avatar for mlm2gether
0
210
Member Avatar for Proglearner

How do you create a html input form that can receive an infinite amount of text, and that necessarily has a fixed size on the webpage but scrolls with additional input that goes past the bottom of the box? And would this be a potential denial of service hole in …

UI / UX Design html-css web-design
Member Avatar for Taywin
0
650
Member Avatar for cancer10in

Hi I am facing a problem lately regarding merging our code from staging to production so I thought to seek some help from the experts :) We are using GITHUB for our projects. We have two different environment i.e. "staging" where we do our development and perform test etc, and …

UI / UX Design github web-design
Member Avatar for pritaeas
0
265
Member Avatar for Tinnin

Hi all, I've created an html form with a textarea for comments. When I tab into the text area the cursor moves to the centre of the top line rather than the beginning. How can I stop this and have it always tab to the beginning of the first line …

UI / UX Design user-interface web-design
Member Avatar for Tinnin
0
59
Member Avatar for Member #680463

Hi all, I've got a sprite with a few icons on it that I'm trying to implement on my site. They are used in multiple places on the page and need to have different properties. Sounds simple enough, but I'm having trouble finding the right selectors to get this to …

UI / UX Design html-css web-design
Member Avatar for Member #680463
0
125
Member Avatar for Proglearner

I have two <div> elements nested within a <p> element and want them both displayed on the same line. Currently, no matter what I do, they get displayed one under the other. How do I get them to display on the same line? Progz

Member Avatar for dancks
0
441
Member Avatar for The Imp 96

Hi guys, I'm once again stuck on something that is probably simple to solve, but I cant figure it for the life of me! Basically, I'm trying to make my website look as fluid as possible. I dont want it to look all boxed and hyper organised, but I want …

UI / UX Design html-css web-design
Member Avatar for The Imp 96
0
158
Member Avatar for aglaf1979

This site was made by a previous designer and the client needed some updates. The header and nav were an image file before and I recreated them as include files with CSS. I have tried different variations to input the includes and it still not showing up live. Here is …

UI / UX Design php user-interface
Member Avatar for TonyG_cyprus
0
168
Member Avatar for kimmi_baby

I want to resize the width of this slider to be the same width as the navigation. I can't seem to figure out where the padding is being added. Can someone please help? Website is [here](http://www.littlebeanorganics.com.au)

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

Hi, I need to develop something like this. How do I start on this? Please check the attachment: ![Explanation23](/attachments/large/4/Explanation23.png "Explanation23")

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

Hello, Some tips about web design in 2013, Leaving the Doomsday behind and entering in the new year of 2013 still if you will search or just Google from other source you will notice that sale of PC (Desktops) is decreased in the year 2012. The question that arises is …

Member Avatar for mattster
0
963
Member Avatar for Wailintun

HI! everyone ,Please tell me how to make slide show of http://www.harobikes.com/bmx/

UI / UX Design user-interface web-design
Member Avatar for cmps
0
165
Member Avatar for pjrey

hello i am having issues with my website. i have been notified by several people using ipads, that they are unable to click any links, add themselves to the mailng list etc... http://naniboujou.com everything looks fine (design, layout etc..) but links are unclickable! form fields un fillable... what gives? thanks …

Member Avatar for pritaeas
0
230
Member Avatar for earlxph8

hello, do you know how to make broken underline css decoration, there is underline but cant find sample on broken one. thanks.

Member Avatar for earlxph8
0
160
Member Avatar for junji

I've been stuck for a month now on a logo design, initially I had something like the logo used here http://ozcleaningdivision.com/working The owner wanted bubbles, well more realistic ones so I gave him this http://ozcleaningdivision.com/working/ozlogo_prototype2-12132012-d.png Right now he says it looks bad, actually it really does look bad specially if …

UI / UX Design user-interface web-design
Member Avatar for junji
0
188
Member Avatar for yathisp

I have seen something different this google map. I tried to this. But i am unable to find the way to do.. any body pls help me to add animated image instead of the pointer icon ... just visit this link please explain me how they did this? http://www.godrejproperties.com/godrejgardencity/location

Member Avatar for <M/>
0
215
Member Avatar for skkhan

How can i learn 'web design' within a short time? Could you please anybody help me?

UI / UX Design web-design
Member Avatar for fantasticode
0
1K
Member Avatar for RenanLazarotto

Hello guys! I'm making a site and I want to add a mouserover effect on the social-network icons, exactly like what WinRumors ([http://www.winrumors.com/](http://www.winrumors.com/)) have on their social icons. To understand what I mean (and what I want), open the WinRumors site and place your cursor on top of any of …

UI / UX Design html-css web-design
Member Avatar for RenanLazarotto
0
161
Member Avatar for bradly.spicer

Hey, http://we-remortgage.co.uk/sitewp/ I'm trying to make the form to the right actually clickable however it seems like something is in the way. Can anyone locate the issue? Thanks!

UI / UX Design user-interface web-design
Member Avatar for bradly.spicer
0
92
Member Avatar for Malymieczek

Hi all, Im working on a website, and Im trying to put a navigation bar in the navigation divider I made, however when I put the image in, it doesnt go into the divider, even though its between the <div> tags. Heres what it looks like: ![enter image description here][1] …

Member Avatar for JorgeM
0
205
Member Avatar for Malymieczek

hi all, Im working on a website and need to make a Divider. I coded one, but no matter what, the form isnt made. Heres my code. Can anyone tell me whats wrong? CSS: #wrapper {width:1000px; margin:0 auto; } #header {background-color:yellow; text-align:center; height:50px } #footer{clear:both; background-color:yellow ; text-allign:center; } #navigation …

UI / UX Design html-css web-design
Member Avatar for Malymieczek
0
98
Member Avatar for McLaren

http://ylakiuglobosnamai.lt/darbo-uzmokestis Hello, in this page I cannot find a way to make table less wide. It was probaly pasted from word to WICYWYG javascript text editor. I edited the html and removed all witdth attrivubtes, set it even to 50% as you can see if you open element inspector, it …

UI / UX Design html-css web-design
Member Avatar for cmps
0
173
Member Avatar for bradly.spicer

Working on this site and now i'm majorly annoyed it isn't working. <div id="Mid_Content"> <div id="Left_Content"> <h2>heading </h2> <p> test </div> <div id="Mid_point_Content">asdasd</div> <div id="Right_Content">Form</div> </div> Mid_Content is a container and the rest inside it. Here is the CSS #Mid_Content { Width: 1000px; } #Left_Content { width: 33%; } Mid_point_Content …

UI / UX Design user-interface web-design
Member Avatar for bradly.spicer
0
2K

The End.