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 MidiMagic

Normally, when I put a photo on a website, the photo stays the same aspect ratio on both widescreen and normal monitors. But I have one web page where I need to resize the photos to all be the same width. I used the CSS width attribute, with an inch …

UI / UX Design user-interface web-design
Member Avatar for Arkinder
0
135
Member Avatar for minimogul

I am having trouble with my inputs. I set a border for them one class has a 1px border the other has a 2 px border. It looks fine in Chrome and I have checked everything and I don't understand because someother elements show up with a border. Is this …

UI / UX Design html-css web-browser
Member Avatar for minimogul
0
189
Member Avatar for pjh1985

Hi, I am developing a website that has on online menu for a restaurant. The data is pulled from a database and displayed using several divs and a wrapper, this is then repeated to create a 2 column list (using block to display left to right). The problem I am …

UI / UX Design database-design web-design
Member Avatar for MidiMagic
0
116
Member Avatar for BelgianQueen

[CODE][COLOR="Green"]I have the following rule for a static BG image and other attributes for the entire site: #header{ width: 1014px; margin: 0 auto; height: 274px; background: url(images/imagename.JPG) no-repeat top; } However, this no longer works for me. What I need to do is to include a different background image for …

Member Avatar for MidiMagic
0
164
Member Avatar for daviddoria

On this page: [url]http://ewh.ieee.org/r1/schenectady/New/[/url] it seems like the gray background object is larger than the screen - i.e. scroll bars appear even though the content is not long enough to warrant them. I have the following properties: [code] body { height: 100%; } html { height: 100%; } [/code] Shouldn't …

UI / UX Design user-interface web-design
Member Avatar for Arkinder
0
122
Member Avatar for edoscope

Hi guys, I am having a problem getting my footer div tag to fill the remaining 100% of the page height. I have content above this div that will be an unknown height. i would like the footer to aso be a minimum height of 20px (if the content causes …

UI / UX Design html-css web-design
Member Avatar for MidiMagic
0
160
Member Avatar for zlloyd1

I need to create an invisible button for a web page to cover the majority of the page and in order to complete the task I need to include actions to the button. I have gotten the button to be where it is needed and it hold throughout the timeline. …

Member Avatar for JasonHippy
0
148
Member Avatar for danny5514

im havin trouble gettin my login.php file to work. what happens is i register and all the information goes into the database then once registered its supposed to say thanks for registering but doesnt, so i thought never mind il just login, i go to the login page enter my …

UI / UX Design php session web-design
Member Avatar for Arkinder
0
132
Member Avatar for worldoflefty

Can you add and alignment feature to a <UL> tag so it appears at a top of a page? [CODE]<ul class=mainForm id="mainForm_2">[/CODE]

UI / UX Design user-interface web-design
Member Avatar for Arkinder
0
105
Member Avatar for worldoflefty

I’ve created this multi page form. I am having a problem with it starting the next page in the middle or bottom of the next page. I am afraid people won’t realize there are questions above and will fail to fill out the form completely. Is there a way to …

UI / UX Design html-css web-design
Member Avatar for Arkinder
0
549
Member Avatar for Hawkeye Python

Hi! I'm starting HTML/CSS and I'm having this problem with positioning of elements... I've used this to position a text: HTML [CODE]<center> (...) <p id="txt_principal">lorem ipsum (...)</p> (...) </center>[/CODE] CSS [CODE]#txt_principal{ font: italic normal 14px Verdana, sans-serif; color: #DDD; text-align:justify; position:absolute; margin-top: 25px; margin-left: 205px; margin-right: 400px; }[/CODE] But whenever …

UI / UX Design html-css web-design
Member Avatar for Arkinder
0
212
Member Avatar for bwallace

How do you make a div expand or collapse to fit the amount of content in it? For example, we have this page which has too much space at the bottom when you first enter, then when you click an option it has too little. [URL="http://www.ealantamagazine.com/directory/webmaster-submit-website-free.html"]http://www.ealantamagazine.com/directory/webmaster-submit-website-free.html[/URL] (Please excuse any oddities …

UI / UX Design web-design
Member Avatar for bwallace
0
143
Member Avatar for andrewliu

Hello, I have a problem with my css styling with div tags. Right now I have 3 div tables and they're aligned next to each other when I do [CODE]float:left;position:relative; [/CODE] but when I drag my browser smaller, the div tags that are in the middle and on the right …

UI / UX Design html-css web-design
Member Avatar for andrewliu
0
380
Member Avatar for daviddoria

On this page: [url]http://ewh.ieee.org/r1/schenectady/New/[/url] I have two elements, "bluegradient" and "whitebox". The bluegradient height is 80% (of the page, right?). The whitebox height is 80% (I think this "80% of the height of the bluegradient" since it is nested, right?). The whitebox has top and bottom margins of 10% (this …

UI / UX Design user-interface web-design
Member Avatar for daviddoria
0
869
Member Avatar for daviddoria

On this page: [url]http://ewh.ieee.org/r1/schenectady/New/[/url] I have the title image and title text: [code] <center> <a href="index.php"><img style="vertical-align:middle;" src="/r1/schenectady/images/IEEE.gif"></a> <span id="lightblue" style="vertical-align:middle; font-size: 40pt;" >Schenectady Section</span> </center> [/code] then a paragraph break: [code] <p/> [/code] then a row of drop down lists, then another [icode]<p/>[/icode] then some text. The problem is …

UI / UX Design html-css web-design
Member Avatar for daviddoria
0
7K
Member Avatar for Draucia

I'm new to html and css, and I'm trying to code a website (layout images already made in photoshop). Here's my html: [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=iso-8859-1"> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Title (removed)</title> </head> <body> <div id="wrapper"> <div id="header">&nbsp;</div> <div id="underheader">&nbsp;</div> …

UI / UX Design html-css web-design
Member Avatar for shaya4207
0
154
Member Avatar for bwallace

This may be in the wrong forum. We have a site that's set up basically like this: Home - Blog subdomain, account required to manage subscription - Forum subdomain, account required to post - Store subdomain, account required to buy - Auto listings subdomain, account required to list for sale …

UI / UX Design user-interface web-design
Member Avatar for bwallace
0
144
Member Avatar for McLaren

Hello, There is such code in css file [CODE]a:hover { background: #F1F9DA; color: #895F30; border-bottom: 1px dotted #895F30; }[/CODE] so on mouse over it changes the backgroutd of links and adds border. But I have images wiht links [CODE]<img class="reklama" src="http://localhost/darzelis/uploads/reklama/ad_-_Copy.jpg" alt="#" border="0">[/CODE] and I don't want a backgroud and …

Member Avatar for McLaren
0
220
Member Avatar for daviddoria

This is my page with only the header row of the table: [url]http://ewh.ieee.org/r1/schenectady/New/test2.html[/url] When I start adding rows, everything looks good, until I add row 13. Here is an example: [url]http://ewh.ieee.org/r1/schenectady/New/test.html[/url] You can see the header (the grey box) "wiggles" just a little bit. I thought there may have been …

UI / UX Design user-interface web-design
Member Avatar for daviddoria
0
93
Member Avatar for docdoc

The below code is used to access a webpage I called myPage.html by entering a password of 1234. Once the password is entered the User either clicks the Login Button or presses the "Enter" key. Clicking the login button works OK. My problem is that I have to press the …

Member Avatar for drjohn
0
88
Member Avatar for cmills83

Here is what I have...everything works except the entire top border does not. I have tried it this way and also border-top-image:...Does anyone have any ideas!? thanks! <style> .about { font-family:"BankGothic Md BT"; font-size:12px; border-right:1px solid #FB9709; border-left:1px solid #FB9709; border-bottom:1px solid #FB9709; border-top: 1px solid #FB9709 url('tab.gif'); text-align:left; word-wrap …

Member Avatar for Member #578978
0
378
Member Avatar for mushget

I use wordpress 3.0 yesterday , I can login in and post articles,I didnt change anyting. Today, I input the username and password, When click submit, There is only a black page appears. I am sure theusername and password are all right, I have reinstall the blog, But now the …

UI / UX Design php:wordpress
Member Avatar for flashfango
0
111
Member Avatar for scarcella

I want to know how to update a href link with javascript using an image. I have a image which has to update a href which displays a lightbox. Could someone please tell me know to do this.

UI / UX Design javascript php web-design
Member Avatar for scarcella
0
118
Member Avatar for BleepyE

I have a website where I sell software and application etc. I was wondering how I could show the download link without the end user ebing able to share this link to other people, enabling them to download the file for free. Thanks

UI / UX Design user-interface web-design
Member Avatar for drjohn
0
108
Member Avatar for mudage10

hello, i am in last year, computer science(Rwanda) does any one help me to find the subject proposal in computer science? i would like to develop an internet system by using languages like html, php,mysql,.. . thanks.

UI / UX Design html-css mysql php web-design
Member Avatar for danny5514
0
144
Member Avatar for salimmohammad

How to set Mouse position to click. I want to set mouse position at webpage then when click that position open pop up .

UI / UX Design user-interface web-design
Member Avatar for shaya4207
0
165
Member Avatar for minimogul

found this code on this website cant find the url but if I find it i will post it The code is basically the same as the following.I want to be able to place links inside the tool tip I was wondering if there was a way i could do …

Member Avatar for Arkinder
0
202
Member Avatar for Jen S

I too am new to web development and have just read the recent post regarding this problem which is exactly the same as I am experiencing. I have added the following to my style sheet but obviously doing something wrong as hasn't fixed it. Any pointers would be very greatly …

UI / UX Design user-interface web-design
Member Avatar for teedoff
0
89
Member Avatar for jtnevers

Hey, Pretty new to Dreamweaver, but have been developing sites for a few years. Been having problems laying out these AP divs (previously called layers). How do I keep my text from being misaligned when the browser window changes sizes? (view attached screenshot to see what I'm talking about) [url]http://img.photobucket.com/albums/v358/dreamerjordyn/Screenshot2011-01-04at32900PM.png[/url]

UI / UX Design user-interface web-design
Member Avatar for drjohn
0
168
Member Avatar for Sailor_Jerry

What's the proper format? Also does anyone know where i can find a good CSS online reference besides W3Schools? Current Code. [code] .className td {border: 1px solid #CCC;} .className th {border: 1px solid #CCC;} [/code] i want to save some characters... would this be valid? [code] .className td th {border: …

UI / UX Design html-css web-design
Member Avatar for Arkinder
0
253
Member Avatar for rajesanthu

I Like the way Rockstar games corporation has made their site. and I would like to know how can I fix a semitransparent slide which is scrollable over a background which is fixed(not scrollable) and wanna change the background weekly once. Can anybody help with code???????

UI / UX Design user-interface web-design
Member Avatar for teedoff
0
91
Member Avatar for vishalkhialani

Hi, I am looking to make a div tags background invisible. I don't want the text to be invisible. If I use css opacity to get it done then the whole div tag disappears. I only want the background to go. I searched the net but there aren't any easy …

UI / UX Design html-css web-design
Member Avatar for Arkinder
0
139
Member Avatar for dougancil

I have a web page that I'm trying to place 3 div tags in and to make them center correctly. The page is a auto generated html from a psd file created with Photoshop. The html for the page is one table. I have the following code for my div …

UI / UX Design html-css web-design
Member Avatar for dougancil
0
136
Member Avatar for bwallace

I know other people have this problem, but the search results I see mention flash and Internet Explorer, neither of which I'm using right now. Why do the submenus appear behind the main page content as they do here [URL="http://www.ealantamagazine.com/"]http://www.ealantamagazine.com/[/URL] and here [URL="http://money.ealantamagazine.com/jobs/"]http://money.ealantamagazine.com/jobs/[/URL]? Here's the CSS for those two divs: …

Member Avatar for shaya4207
0
105
Member Avatar for AycheKay

My images contained inside a tags have blue borders around them. How do I get rid of these borders? Here's what I've been trying and it doesn't work: [CODE]#gallery .a .img { border-style: none; }[/CODE]

Member Avatar for AycheKay
0
103
Member Avatar for suavedesign

If there's anyone that can help, I'd appreciate any suggestions with this issue: I created my site with an elastic layout, using all measurements in ems. However, the layout gets distorted when a user zooms in or out. The nav bar gets completely messed up, and on firefox when the …

UI / UX Design user-interface web-design
Member Avatar for cfajohnson
0
701
Member Avatar for aamir2100

Hi ! i m a beginner , i made a website on dream weaver first time . Its nice but wen i see on browser it goes left . i want put it to center. one more thing . when i see on desktop browser it comes in center but …

UI / UX Design user-interface web-design
Member Avatar for shaya4207
0
90
Member Avatar for oO_flynn_oO

Hey, this is my first post. i hope someone can help. [B]Backstory[/B]: i am putting up this web site, using a flash template: [url]http://jealousproductions.net/[/url] the publish settings are set to have 100% width & 100% height for the html file. Under the main title bar, there are 4 pages. The …

0
138
Member Avatar for Reliable

Hello, Yes, I've googled it, but want to check for confirmation (mire if a trust issue). If I make colored tabs for my navigation elements that are at least as large as the largest element if not larger and set them as background images for a:hover will the image put …

UI / UX Design user-interface web-design
Member Avatar for Reliable
0
108
Member Avatar for xxmp
Member Avatar for xxmp
0
234
Member Avatar for powersstuff

[url]http://www.creativedesignresolutions.com/projects/highway/bridges/i-35-corridor-widening-construction-project-1,-us77/39.html?headerbar=0[/url] Please see my issue on above page that I need to fix. I've got a Vimeo video and a wmv video on this page with two buttons: one for flash, one for wmv player. The issue is that when the wmv button is clicked the video tries to load …

Member Avatar for powersstuff
0
234
Member Avatar for kRaeTwin

Basically, I'm making my first website (I'm a programmer not a web developer) and I've ran into some trouble. Take a look at the picture and you'll see what I mean: [URL="http://img214.imageshack.us/img214/1994/helpk.jpg"]Here[/URL] Basically, I want to do it so that if the text extends far down the page, it will …

UI / UX Design user-interface web-design
Member Avatar for Tsakaki
0
158
Member Avatar for cdes1145

Hi, I've just made a login script for my first website (I'm impressed with me). But it appears at the top left rather than centrally which to me looks unsightly. Is there a way to align this to centre both horizontally and vertically? I've listed my code below. Any help …

UI / UX Design html-css php web-design
Member Avatar for jlego
0
159
Member Avatar for ivanichi

I want to make layout like this...(in attachment) please some one help me, the problem in [b]z-index[/B]...i can't edit [b]input text[/b]. thanks all.

Member Avatar for ivanichi
0
328
Member Avatar for shannie2010

I have used Core FTP for years and have never come upon this problem hope someone can help. I am trying to override index.html on my website but keep getting the message "550 index.html: Operation not permitted" and cannot even delete the index.html. I can upload any other file or …

UI / UX Design web-design
Member Avatar for shannie2010
0
151
Member Avatar for BelgianQueen

I do not want to use a static image as a background. Instead I want to be able to use different images through out the website. How do I accomplish that in CSS?

Member Avatar for Arkinder
0
116
Member Avatar for xuexue

hi guys, i am generating a certain element using javascript inside a table.. now, my problem is that, inside a cell, i will input a text and a textbox.. if the sequence is like this, text textbox both displays in the screen, if it's like this, textbox text only the …

Member Avatar for xuexue
0
109
Member Avatar for dougancil

I have a web page that I converted from a psd file to html with Photoshop and imported into Dreamweaver. The problem I'm having is that some viewers comment on the fact that the page is left justified. I inserted a div tag into the html with a wrap around …

UI / UX Design html-css web-design
Member Avatar for Armadillo
0
250
Member Avatar for Violet_82

Hi guys, I am having some problems with the navigation of this website I am involved with. The issue I have is on the left hand side navigation. I can't get the buttons to sit neatly on the top of each other, it looks like there is some space between …

UI / UX Design html-css web-design
Member Avatar for Violet_82
0
109
Member Avatar for daviddoria

I want to have files like this: File1.xml [code] <titletag> Title1 goes here </titletag> <contenttag> Content1 goes here </contenttag> [/code] and then use this data with something like: [code] <html> <body> ... Place <contents of titletag from File1.xml> here </html> [/code] Is this a reasonable request? How would I do …

UI / UX Design php web-design xml
Member Avatar for Kraai
0
139

The End.