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 rotten69

Hey everyone, I'm developing a web app for iPhones and hopefully, it can be rendered using an android device as well. I'm using HTML5, jQuery for mobile and cakePHP. Is there a way that I can convert my code to some other code that will produce a hybrid app? I'm …

Member Avatar for rotten69
0
171
Member Avatar for mgn2683

I am having an issue with the spacing of my navigation. It renders fine for all standard browsers, but on tablet and mobile devices it pushes the 'Contact Us' under the other items. I've reduced the padding, but it still hasn't resolved the issue. It can be seen at http://psychhealth.net …

Member Avatar for mgn2683
0
181
Member Avatar for azapovjednik

Hello, can anyone explain to me this 960 grid psd file? I open it and see a web page picture and many grids and many layers... is it s functional website or those are just images?? please help me to understand this task... thank you

UI / UX Design user-interface web-design
Member Avatar for azapovjednik
0
120
Member Avatar for on93

how to do a multimedia project proposal with the title : how to recycle & the benefits of recycle ...

UI / UX Design multimedia web-design
Member Avatar for drjohn
0
134
Member Avatar for dante123

HI i have two menu, one on the top and one on the left, they are generated from an outside php file that calls the "list-nav" id style, the problem is that i need to see an image as list-style-image in the left menu and the image is hidden, this …

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

I created a page, it scrolls... but on the laptops (i was using the macbook pro) it scrolls, but it won't show the bottom portion of the page... any solutions?

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

I was creating a page and I began to realize that I can't see the bottom of the site because I can't scroll down... Can someone help me with that issue... I will send you the link to the site...

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

When I preview my site in the iPad (safari) parts of the pages are cut off, not stretching fully across the page... the header and the body are cut off... can someone tell my this is happening... i'll send you my site's link through a pm :) Thanks

Member Avatar for <M/>
0
77
Member Avatar for <M/>

Does anyone know how to make a left to right image sliders.... You know... those that slide left to right...! Thanks!

Member Avatar for <M/>
0
1K
Member Avatar for Nastadon

For some reason my flash files no longer show up on my website. Everything worked fine until I updated my flash player, now every file on my page is white except for the very last one. Did Adobe change something with the new version of flash? Why doesn't this work …

UI / UX Design adobe:flash web-design
Member Avatar for Nastadon
0
113
Member Avatar for <M/>

I created a slider that slides left to right, but when i load the page, it takes a while for the image show up, does anyone know how to make images load quicker? Maybe make them smaller?

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

Hello, Me and a Friend have been designing a website. Currently we've done one page and we're very puzzled by the Navigation bar. We fixed the issue when it was on the right hand side, but can't now it's on the left. It was on both but as explained, right …

UI / UX Design html-css web-design
Member Avatar for zobadof
0
150
Member Avatar for davy_yg

Hello, I would like to table like the first table that they show in the first one: 1) The look of an HTML table can be greatly improved with CSS. http://www.w3schools.com/css/css_table.asp How to create table like that? They show me different tables in their next examples. The first one doesn't …

UI / UX Design html-css web-design
Member Avatar for davy_yg
0
131
Member Avatar for Viped

Hi. I cant get the footer to stick in the bottom of the page. It only sticked to viewport. So when pages height goes over resolution it ruins the layout. Heres HTML and CSS <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <link href="style.css" rel="stylesheet" type="text/css"> <title>Viped.net</title> </head> <body> <div …

UI / UX Design html-css web-design
Member Avatar for Viped
0
105
Member Avatar for venkateshyeluri

Hi, Im working on a html5 parallax site. I have a problem with the javascript, that it is not detecting the screen resoultion thought I have right css files in my folder. My js detects for one type of screen resolution but it is not detecting the remaining screen types …

UI / UX Design html-css javascript web-design
Member Avatar for JameB
0
352
Member Avatar for mrsduyen

Hi everyone. I'm want question which are the best online course web design? Who know tell me. thanks!

UI / UX Design web-design
Member Avatar for Smohil
0
122
Member Avatar for <M/>

Is there a possible way in customizing your personal facebook page? Not like a company page but your personal page? Thanks

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

Is there any chance, a div call a particular css and its class. when i include two css on my html header both are have some same class.In case i have css1 .h1 text-align:center;color:red; and css2 .h1 text-align:left;color:blue;.Now i need to call cssl from a div with h1 class in …

UI / UX Design html-css user-interface
Member Avatar for rotten69
0
231
Member Avatar for McLaren

Hello, I treid this attribute on form, but I see one problem - but I shows message in english, but my site is in another languege. So its not nice to have english messages in lithuanian site. Isn't it posible to somehow translate? I tried quick google search on this …

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

I created a page with multiple sliders, and the sliders won't slide... I think it could be because of the z-indexes... but can anyone tell me why the sliders won't slide... I will post my code if needed :) Thanks

UI / UX Design user-interface web-design
Member Avatar for ansaripk
0
1K
Member Avatar for mgn2683

I am having an issue with the actual height of the main site navigation. It is not up against the main header image as it should be. The url to view the problem is: [Click Here](http://psychhealth.net/) I would greatly appreciate any help looking into this, thanks!

UI / UX Design user-interface web-design
Member Avatar for JorgeM
0
137
Member Avatar for Octet

Hello Daniweb, I'm in the process of creating a rather large website and so I am wanting to make it as easy for myself in the future as possible. For example, if I migrate to a new design, I don't want to have to add all the existing content again …

UI / UX Design database-design php web-design
Member Avatar for Octet
0
155
Member Avatar for <M/>

I wrote this jquery slider for my main slider... it doesn't work... can someone tell me why? Jquery: function slideSwitch() { var $active = $('#slideshow IMG.active'); if ( $active.length == 0 ) $active = $('#slideshow IMG:last'); var $next = $active.next().length ? $active.next() : $('#slideshow IMG:first'); $active.addClass('last-active'); $next.css({opacity: 0.0}) .addClass('active') .animate({opacity: …

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

I created a tabbed menu and the menu tabs won't align to the left plus they don't "transition" properly... can someone tell me why? I will post my code if needed :)

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

Hello, I basically trying to place texts on top of images. I have this in css: #bannernavtext {margin: 200px 0 0 750px; font-color:black; z-index:0; } #nav li { float: left; margin: 0 0 0 4px; list-style: none; background: url('images/banner nav.jpg') no-repeat top; z-index:-1;} #nav li.activeSlide a { /* background: #88f …

UI / UX Design graphics:image web-design
Member Avatar for lps
0
125
Member Avatar for Will_Hawthorne

Okay, I'm rather new to computers, I mean *really* really new with them, I'm making a small page, just four boxes, one on top, one on bottom, and two side by side, spereated by a space, the right being larger. I can do the top, bottom, and the left,how do …

UI / UX Design user-interface web-design
Member Avatar for Dragennd
0
105
Member Avatar for dany12

I know some of them and I wanted to ask you if you know any other prefixes than this ones -moz -webkit -o -khtml Thank you for any help

Member Avatar for dany12
0
89
Member Avatar for siyajoshi

What are the factors that we should take care while designing the logo of a site? Thnx....:)

UI / UX Design user-interface web-design
Member Avatar for Smohil
0
98
Member Avatar for brad.d.mcleod

Okay, I'm trying to do something, and I have no idea what's going on. Without having to spend a long time learning *another* programming language, all I want to do is target a div with a link from another div. http://www.vinceswebservices.com/bmcleod/main.html Okay, what I want is to click the Menu …

UI / UX Design html-css web-design
Member Avatar for lps
0
256
Member Avatar for vishalonne

Hello All I am developing 1 very simple site and I am totally confused "HOW TO DISPLAY MY DIFFERENT CONTENTS IN <DIV>". Detail - My links as are in left side in **<DIV class="image002-03">** and on clicking on them I just want to display the content of link in Mid …

UI / UX Design html-css web-design
Member Avatar for lps
0
252
Member Avatar for PhilEaton

The issue I'm having is that I need to add a second stylesheet to my web site. But I'd rather not update the 20+ HTML pages with a <link href="" /> code. Is there any way to link from the existing stylesheet to another? That way I only change one …

UI / UX Design html-css web-design
Member Avatar for PhilEaton
0
208
Member Avatar for PhilEaton

Hi! An issue I'm having is using CSS's font-family code to change the font of my website's text. However, the issue is that the font I need is not native to Windows. I know I could download the font and view it like that. But this is of course not …

UI / UX Design user-interface web-design
Member Avatar for Gabriela34
0
221
Member Avatar for davy_yg

Hello, I basically trying to erase the underline on the websitelink. I have this : style.css #newlink a:link{font-color:blue; list-style:none;} weblink.php <div id="newlink"><a href="http://www.website.com">www.website.com</a></div> What else should I edit? The weblink is still underline and the font color still does not change.

Member Avatar for pritaeas
0
79
Member Avatar for PhilEaton

Hi! I am making a simple box and inner box. The outer box is white and the inner box is purple. The inner box width is static (95%, i understand this is not necessarily static, but in the context of the height you'll understand) but the height is set to …

UI / UX Design html-css web-design
Member Avatar for PhilEaton
0
252
Member Avatar for LittleIck

Hi folks, I'd appreciate any advice you can offer me. I might just be missing the fix for this out of sheer fatigue. I'm working with a scrolling div styled with "width: 100%" (identical to the one on my current site http://notionalanthem.com). I want to add fixed-width blocks of text …

UI / UX Design html-css web-design
Member Avatar for LittleIck
0
137
Member Avatar for rotten69

Hey everyone, I'm posting this thread in this forum because I am not sure where else it should go to. Anyway, I'd like to straight jump to the question. I want to make the URL to my site look like mob.mysite.com. how do you achieve something like this? do I …

UI / UX Design user-interface web-design
Member Avatar for rotten69
0
120
Member Avatar for siyajoshi

Can anybody tell me what are the advantages of using CMS in Web Designing?

UI / UX Design cms web-design
Member Avatar for princysharma90
0
171
Member Avatar for papadarl

I am having a problem with validation I dont understand what the w3 school is saying. Can anyone help

UI / UX Design user-interface web-design
Member Avatar for lps
0
77
Member Avatar for gAb1

Hi, i'm trying to make this work but i can't! I cleaned a code and fix the codestyle. I edited it to my needs, but i'm stuck when i'm trying to make links to change when the variable language is changed. Sorry my english is bad. I'd like to make …

UI / UX Design html-css javascript web-design
Member Avatar for gAb1
0
101
Member Avatar for jeff.erskine.1

Hi, I just volunteered to help a non-profit out with their webdesign. I know the bare minimum. We added information to one of the pages and now the borders won't line up. I think it is something with the DIV. www.thegardenofhope.org Here is what we have: <div class="wrapper"> <div class="header"> …

UI / UX Design html-css web-design
Member Avatar for jeff.erskine.1
0
376
Member Avatar for MidiMagic

How do you make a style that affects the font attributes of [B]only[/B] the numbers in ordered lists (ol) without affecting the contents of the list items? No kludges please, and the solution must validate as XHTML 1.0 strict.

Member Avatar for JesusFreak83
0
2K
Member Avatar for NubTruck

I have been reading some tutorials about floats from various sources on the web. They say that if you want to float one div element next to another you are to put a float attribute into one of the div elements. for example one website says this... > Quote From …

Member Avatar for AleMonteiro
0
264
Member Avatar for niall_heavey

Hi all, Not sure if this is something that is possible or not but what i'm looking for is as follows....... I have an excel sheet of football league tables. The sheet automatically updates when I enter in results I'm looking for a way (prefibally in HTML as i'm fairly …

Member Avatar for AleMonteiro
0
2K
Member Avatar for thedancingbug

What does this mean? **Error Line 95, Column 56: end tag for "input" omitted, but OMITTAG NO was specified** <td><input type="button" value="Add to Cart"></td**> You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". **Info …

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

I am trying to build a rollover content menu... just like the one in the mbusa site (their site menu)... does anyone know how to make one or can show me a reference to one? Thanks!

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

Hi I have made a webpage with css. Its working fine in firefox. but not working in Explorer. But when I zoomout to 90% its working in IE. html code is <html> <head> <title>test slice</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="style.css" rel="stylesheet" type="text/css"> </head> <body> <div id="header_border"> <div class="table"> <ul><li></li> …

UI / UX Design html-css web-design
Member Avatar for rotten69
0
139
Member Avatar for thedancingbug

Hello. I am doing an assignment. I just need someone to validate that I did it correctly. According to the book I must: "set the default namespace for the document to the XHTML namespace". I'm a bit confused as to how to do it, but I did this: <?xml version="1.0" …

UI / UX Design html-css web-design xml
Member Avatar for rotten69
0
204
Member Avatar for <M/>

I created a page, and part's of my site won't center... can anyone help me center it... for example boxes fly out of the container... Here is my code (sorry for being disorganized and sloppy, I forgot to rename every apDiv): This is my css: #center { margin: 0 auto; …

UI / UX Design html-css web-design
Member Avatar for <M/>
0
161
Member Avatar for Member #949455

Hi I have a issue with lining up with my logo. IE & Firefox can't line up straight horizontal with the logo. I also have a random image background php code on the index page, but I can't seem to figure whether the random image script is the reason that …

UI / UX Design html-css web-design
Member Avatar for Member #949455
0
120
Member Avatar for borkodb

Hi everybody! I'm new here, so don't blame me if i posted in the wrong topic. I made some vertical spry menu with Dreamweaver, but when I look it with IE, it looks different (worse) than it looks with Firefox for example. I see in the javascript file,that there are …

UI / UX Design javascript web-design
Member Avatar for rotten69
0
123

The End.