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 sirlink99

I made a simple menu using css and a tutorial on youtube and now I would like to change px into percentages. I have managed to do most of it, but when I go to products, insted of them being listed under each other 4 of them are beside eachother …

Member Avatar for Arkinder
0
518
Member Avatar for msm446

I am trying to help out with a website ([url]http://www.chetekinteriors.com/wordpress[/url]) - the background image is what features the column - it is ran by the css settings in a theme I purchased. For some reason, when I edit the CSS settings for the background image display properties, it shows fine …

Member Avatar for Arkinder
0
229
Member Avatar for G&G Designing

Ok so I have decided to write a small tutorial to help the newbys out there! Here it goes! [B]WARNING! I AM NOT DONE! I will finish the rest tomorrow when i wake up.. its 4:03am....[/B] Today we are going to be designing a blog... Here is our blog image. …

UI / UX Design html-css web-design
Member Avatar for Arkinder
0
177
Member Avatar for ptemedia

Hi, I am having problems centrally aligning an image. The basic HTML is shown below. I have taken out other elements that are not effecting this problem: [CODE]<div id="ImagePlaceholder"> <div id="Images"> <img class="current" src="photo1.jpg" alt="" /> <img class="nextimage" src="" alt="" /> </div> </div>[/CODE] and the CSS is: [CODE] #ImagePlaceholder { …

Member Avatar for Arkinder
0
479
Member Avatar for nagennaskar

Hi, I am a newbie(learner) to WAMP development and need free e-commerce/shopping cart template and theme for practicing CSS. Please suggest some sources for the same. Guidance on how to use the stuff is welcome! Thanks in anticipation Nagen

Member Avatar for Arkinder
0
98
Member Avatar for piers

Hi guys I have an image that I need to resize for a website without losing any of the quality. The image has a .gif extention and when I have scaled the image down using GIMP the image goes a bit fuzzy. Do you know any software or method to …

UI / UX Design graphics:image web-design
Member Avatar for neotutorials
0
167
Member Avatar for jjustin3

So, I am new to HTML and was wondering: how could I write a website that would allow the users to post new material (like a blog)? I know that is very vague, but it is sort of like a blog post, if that makes sense. Any help is welcomed. …

UI / UX Design web-design
Member Avatar for G&G Designing
0
128
Member Avatar for sirlink99

I would like to display 3 images in a row, and then 3 more underneath, and so on (until there are no more images). I currently have this css code [CODE] #productsMenuFirst{ display:inline; width: 100px; height: 60px; padding-right: 50px; padding-left: 50px; } #productsMenu { display:inline; width: 100px; height: 60px; padding-right: …

UI / UX Design html-css web-design
Member Avatar for Arkinder
0
218
Member Avatar for lemur

hi there It s relly wirde; my conditional comments are not working. it s so simple but i have no idea whats wrong is with the code. <!-- [if lte IE 8]> <link href="ielte8.css" rel="stylesheet" type="text/css" /> <![endif]--> <!--[if lte IE 7]> <link href="ie7.css" rel="stylesheet" type="text/css"> <![endif]--> <!--[if lte IE …

UI / UX Design html-css web-design
Member Avatar for lemur
0
85
Member Avatar for Johnmaurice

Hi friend i want to design my personal website please anyone can help me or suggest some resources.

UI / UX Design web-design
Member Avatar for G&G Designing
0
120
Member Avatar for Member #897742

Hi, Using CSS, I am looking to create a grid/table for a shopping cart page (for practice purposes only) inside the main content container, where a numeric stepper, product image and checkbox will be placed in each individual box of the grid, consisting of four rows and four columns. I …

UI / UX Design html-css web-design
Member Avatar for Member #897742
0
978
Member Avatar for MDanz

The width spreads across the whole page, i only want it to be as long as the content in the div. How can i solve this? [code]<style type="text/css"> .three { display:block; width:auto; height:100px; position:relative; border:1px solid black; } .three a { width:100%; height:100%; position:absolute; } </style>[/code] [code]echo "<div class='three'><a href='two'></a>test</div>";[/code]

UI / UX Design web-design
Member Avatar for Arkinder
0
123
Member Avatar for rezekk0

trying to create a flash object for my website. it is just a 400x200 frame that rotates a bunch of pictures for my products. i want each picture to be an individual link but so far i can only make the object link to one page. any ideas how to …

UI / UX Design adobe:flash web-design
Member Avatar for Member #46692
0
54
Member Avatar for stilts

[url]http://shawnhilts.com/index/[/url] Working on this website here.. I would appreciate if someone gave me some design advice or layout advice.. really anything that might improve the layout and design as a whole would be nice thank you. NOTE: This website is not in complete. For pages that don't show up in …

UI / UX Design user-interface web-design
Member Avatar for Member #46692
0
122
Member Avatar for FOOLY

For some reason, when I try to shape tween an animation in Flash, I'm unable to do it. The option in the Insert toolbar is unable to be clicked, while Classic and Motion tween are given and clickable. Do I have something set wrong that is causing Shape Tween to …

Member Avatar for Member #46692
0
199
Member Avatar for johnnycho

To illustrate the issue, I've created two HTML pages: [url]http://www.johnnycho.com/firefox_csstest01.html[/url] [url]http://www.johnnycho.com/firefox_csstest02.html[/url] They are both exactly the same, with one exception. On the first page, the div class="topbox" has a padding of 1px. On the second page, the padding has been set to 0. If you look at these two pages …

UI / UX Design html-css web-browser
Member Avatar for Arkinder
0
676
Member Avatar for mundee

Hi my name is Aida Boling and I am on here trying to meet new friends as well as trying to build an e-commerce website. I am originally an illustrator and my husband and I built a clothing business. At first, I was hard to communicate to manufacturers without any …

UI / UX Design user-interface web-design
Member Avatar for mundee
0
222
Member Avatar for Acute

How to create a transparent png or gif file? on photoshop? if yes, can you explain how? I create 1x1 transparent png/gif file and put it on the box background with y and x repeat, right? is this the idea of transparent backgrounds? Thnx in advance

UI / UX Design user-interface web-design
Member Avatar for windowswarrior0
0
132
Member Avatar for sirlink99

I have this code that should set up the page header [CODE] #headerWrap { margin-left: auto; margin-right: auto; width: 700px; height: 100px; background: url(Images/header.gif) no-repeat; }[/CODE] the picture is not being displayed. Please tell me how to fix this. Thanks

UI / UX Design user-interface web-design
Member Avatar for sirlink99
0
88
Member Avatar for lemur

Hi there, I created highlight button, but color does not fill all button space. There is some gap on the left side button. thanks for any hint. html code: [CODE] <div id="primarynavigationbar"> <ul> <li><a id="homebutton" href="index.html" accesskey="1">Home</a></li> <li><a id="bootsbutton" href="boots.html" accesskey="2">Boots</a> </li> <li><a id="clothingbutton" href="#">Clothing</a></li> <li><a id="accessoriesbutton" href="#">Accessories</a></li> <li><aid="aboutusbutton"accesskey="3"href="aboutus.html"> AboutUs</a> …

UI / UX Design html-css web-design
Member Avatar for lemur
0
133
Member Avatar for FOOLY

In Photoshop, my JPEG image is CMYK. Once imported to Flash, the colors change to become brighter and more saturated. How can I stop this, or what am I doing wrong? Thank you!

UI / UX Design adobe:flash graphics:image
Member Avatar for Oveek
0
226
Member Avatar for blotind

this won't validate!! any suggestions? it for some reason doesn't call the ValidateFrom function... [CODE] <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="style.css" rel="stylesheet" type="text/css"> <title>User Details</title> <script type="text/javascript"> function validateForm(){ var x=document.forms["myForm"]["username"].value if (x==null || x=="") { alert("username must be filled out"); return false; } var y=document.forms["myForm"]["email"].value …

UI / UX Design html-css javascript web-design
Member Avatar for blotind
0
208
Member Avatar for marietta_kan

any idea how am i gonna make more round the border corners with CSS?? but in the same time show up on IE...

UI / UX Design html-css user-interface
Member Avatar for barsha86
0
122
Member Avatar for Clarkeez

Hey.. I have a problem with my CSS, let me show you.. CSS [CODE].wrap { font-size:12px; width:980px; margin:auto; } .left_wrapper { height:auto; float:left; width:20%; background:#699; } .right_wrapper { height:auto; float:right; width:79.7%; border-color:#b7b6b6; border-top-width:0px; background:#993; }[/CODE] HTML [CODE]<div class="wrap"> <div class="left_wrapper"> blah blah </div> <div class="right_wrapper"> blah blah </div> </div>[/CODE] Now, …

UI / UX Design html-css user-interface
Member Avatar for akhtar.web
0
179
Member Avatar for scaiferw

I'm trying to create a WordPress.com header for rotary7040pr.wordpress.com. I have a layer for the background colour, and have created another layer for text and graphics. So far so good. Now I have a graphic ([url]http://www.rotary7040.com/images/RotaryLogoDropShadow300x288.jpg[/url]) that I want to place on the layer with the text, but I don't …

UI / UX Design multimedia web-design
Member Avatar for anand01
0
153
Member Avatar for FOOLY

...it ends up becoming multiple images and no single animation. What am I doing wrong? Thank you!

UI / UX Design adobe:flash multimedia
Member Avatar for anand01
0
215
Member Avatar for leroi green

not sure if this has been answered before. i looked through the jscript/dhtml spot and didn't see anything on the boards that looked solved so... I want to put multiple pictures in a table, then put that table in a div and have an auto timer show them in sequence …

UI / UX Design javascript web-design
Member Avatar for zdossa
0
604
Member Avatar for TheNNS

Does anybody know if there is an attribute that gives more controls for embeded videos wiht the video tag? I want to have an option for fullscreen videos on one of my sites, but the current controls only have puase play and volume. Is there anyway to have a fullscreen …

UI / UX Design html-css video web-design
Member Avatar for Arkinder
0
145
Member Avatar for Poverino

Hi, My name is Mike, born in Canada 50 years ago and grew up in The Netherlands. So my Dutch better then my English. Anyway I'm looking for help to startup and rebuild my personal websiteyou will find at: SNIP What is my plan: I want to make a website …

Member Avatar for Member #905211
0
112
Member Avatar for PixelatedKarma

So I am working on a project right now and it has been requested of me to do the layout in tables (I know I know). Everything is going surprisingly well but I got to one hitch and I have validated and re-validated (W3C doesn't seem to like the way …

UI / UX Design user-interface web-design
Member Avatar for PixelatedKarma
0
212
Member Avatar for ironmodulus

Hello everyone, I'm new to this forum and I thought I should just introduce myself before I ask my real question. I started web programming almost 10 years ago and now I want to start back up and make web programs.. The only problem is, I'm about 10 years out …

Member Avatar for rocco88
0
195
Member Avatar for jie3

Hey guys, I could really use some help. I adapted an old website template that I have used before, to make a site for a friend. I am not a professional, so my coding isn't great, but I managed to put a site together that works well with firefox, chrome, …

UI / UX Design user-interface web-design
Member Avatar for Arkinder
0
168
Member Avatar for saideepak89

hi........ i having a login page , and it has a password field ,i want to see the password before i submit.

UI / UX Design html-css user-interface
Member Avatar for MagicMedia
0
113
Member Avatar for dreamer14

Just wondering is this possible? I am trying to do a mini announcement section in my website. What i want is for the announcement to be taken from a txt file for easy updating. Regards, Jon

UI / UX Design html-css web-design
Member Avatar for dreamer14
0
74
Member Avatar for Hani1991

What's the difference between these two tags?? "<br> and <br />

Member Avatar for dreamer14
0
173
Member Avatar for Poverino

Hello, Who can help me out?. First of all I’m completely new here and also CSS is brand new for me. But if you can do it…. I can also only a matter of time my grandpa told me . What is my plan: I want to make a website …

UI / UX Design html-css web-design
Member Avatar for Arkinder
0
126
Member Avatar for AngelicOne

I'm having troubles with the website I'm making. When zooming out, the navigation bar's contact us link is going to the bottom. Each link is set to specific width so I can make it full horizontal but it seems complicated to specify width. The content which is 800px at size …

UI / UX Design user-interface web-design
Member Avatar for Arkinder
0
193
Member Avatar for Danny159

Hey, I am in the process of re-designing my website but I'm running into a problem... I am trying to avoid tables and just use css... However I get a problem... doesn't happen all the time so I can't give you an example... I have a clear div box at …

Member Avatar for Danny159
0
110
Member Avatar for Hani1991

Hello everybody Can anyone tell me please whats the difference between css and css2 and css3?? Do we need to make the file type .css2 in order to use CSS2???

UI / UX Design html-css web-design
Member Avatar for Hani1991
0
114
Member Avatar for Hani1991

Hey. I wanna know whats !DOCTYPE that I always find in styling articles and CSS tutorials? What is it? Should it be at the beginning of HTML documents? Is it wrong to make it in lower case (!doctype)? Why is that exclamation mark there? Thanks in advance :) PS: Please …

UI / UX Design html-css web-design
Member Avatar for Hani1991
0
201
Member Avatar for Farhad.idrees

I m having Problem i want to put green image on black image... my css code is.. [CODE] @charset "utf-8"; /* CSS Document */ #Container { background-image:url(../Layers/Container.jpg); width:1024px; height:768px; background-repeat:no-repeat; } #MiniContainer { background-image:url(../Layers/MiniContainer.jpg); background-repeat:no-repeat; /*margin:150px 10px 100px 150px;*/ margin-top:100; margin-left:50px; margin-bottom:100px; margin-right:50px; } [/CODE] and my html code is …

Member Avatar for Arkinder
0
162
Member Avatar for totalwar235

I am working on a website and I am currently trying to make it look more proffesional with the help of CSS(I am writing this all myself, not using a generator). Recently I installed something that would make a more professional. The only problem is that whenever I look at …

Member Avatar for totalwar235
0
294
Member Avatar for airmvp23

I am dealing with iframes and I have a predicament. Because I am using 2 platforms together I need to iframe some areas. Basically I need to be able to click a link and have it attach to an iframe to a page with an existing iframe on a different …

UI / UX Design user-interface web-design
Member Avatar for bivent
0
106
Member Avatar for rinjin07

Hey all, I'm a total IT beginner and have been trying to figure out how to put raw html with css and javascript in the header on an article in Joomla 1.7? I heard about this JCE thing but no idea how it works. If someone could explain it to …

UI / UX Design html-css javascript php:joomla
0
115
Member Avatar for KPheasey

I can't figure out why my tables are being pushed to the right so much in FireFox. Please take a look and let me know what you think the problem could be. [url]http://ground360.org/coupons/[/url] Thanks.

UI / UX Design html-css web-browser
Member Avatar for KPheasey
0
262
Member Avatar for Hani1991

Hello Why doesnt the following code work on FF while works on IE?? [CODE] body { font-family: MFF2011; margin-top: 14 px; margin-left: 12 px; margin-right: 12 px; margin-bottom: 14 px; color: #231290; } div { background-color:#f2f2f2; } .myInput { font-family: MFA2011; color: #191919; } td { padding: 0 px; background-color: …

UI / UX Design html-css web-design
Member Avatar for Arkinder
0
151
Member Avatar for loveforfire33

Hey guys, A website a friend of mine has developed is having a few issues with firefox compatability. Ive have a look at it for him and cant seem to find a solution (although im far from a expert - hence why im coming here!) basically he's used labels for …

UI / UX Design html-css web-design
Member Avatar for Arkinder
0
203
Member Avatar for SandieL

Links that are behind images view fine in IE, however, they showup beside hotspots, and under images in drop down menu bar when viewing in chrome, safari & firefox. Here is a link to the page: [URL="http://artscouncil.ky.gov/indexmenutest.htm"]http://artscouncil.ky.gov/indexmenutest.htm[/URL] views fine in IE so look there first. Yikes, site supposed to launch …

UI / UX Design user-interface web-design
Member Avatar for luceduce
0
107
Member Avatar for rpk5000

I want to create a comment form to add to my website here: [URL="http://vpckwgolf.bizhat.com/"]http://vpckwgolf.bizhat.com[/URL] I want to apply it to the main page.... which is html, so that means nothing that requires php or mysql, because the webhost doesn't allow me access. I'm not sure if this is possible, but …

UI / UX Design html-css javascript web-design
Member Avatar for Vusumuzi
0
199
Member Avatar for samsnov

25.Please can someone tell me: in Dreamweaver using AP Elements to create columns and move it to ones choice is too easy and simple than that of div but div still remain the dominated option for creating columns, I want to know ,is there any disadvantage in sing AP Element …

UI / UX Design user-interface web-design
Member Avatar for samsnov
0
121

The End.