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 JCarlson

Hey Guys, I'm working on a Webapplication. The a page with a left sidebar, and a bottom bar. What is left shows the different "stages" it's included as an iframe. So, if you click on a stage, you still see the left sidebar and bottom bar. And the iframe gets …

UI / UX Design user-interface web-design
Member Avatar for Arkinder
0
379
Member Avatar for newbiecoder

Hello, I am currently designing a website with Flash and I am curious about its usability on mobile devices, especially mobile phones. My second question is if I make an HTML website and it has a Flash video, can it be seen on mobile phones? Thanks a lot!

Member Avatar for vishalbandre
0
129
Member Avatar for Member #897742

Hi, I am trying to push the text down in the main content container so it aligns neatly beside the image. I know I could incorporate the cup and tin image into the background and do it from there but I want to do it using css. Any suggestions? Here …

Member Avatar for Member #897742
0
125
Member Avatar for Gerbiler

Ok, so this problem may have been asked before, but no one seems to have my exact problem. When I put a set of inline <P>'s inside an inline div and then put the width to 100%, instead of expanding to the width of it's parent element it sticks at …

UI / UX Design html-css web-design
Member Avatar for Arkinder
0
5K
Member Avatar for minitauros

Hello there, I'm trying to create a rewrite condition for a set of rewrite rules. Currently this is what I have: [CODE]RewriteCond %{HTTP_HOST} ^/?forum [NC] RewriteRule ^([\w]+)/([\w]+)/?$ index.php?p=$1&s=$2 [NC,L,C] RewriteRule ^([\w]+)/?$ index.php?p=$1 [NC,L][/CODE] What I want is to redirect [url]http://www.mywebsite.com/PAGE1/PAGE2[/url] to [url]http://www.mywebsite.com/index.php?p=PAGE1&s=PAGE2[/url], except when the URI starts with "forum" (for …

UI / UX Design apache web-design
Member Avatar for leakbali
0
103
Member Avatar for kj6art

I am working on a website divided into your basic format with divs. In firefox it looks exactly how I planned and wanted with IE this is not the case. Its almost like the navigation div is a block element and it is taking up the entire width. I don't …

UI / UX Design user-interface web-design
Member Avatar for kj6art
0
152
Member Avatar for skald89

Someone is asking me to create a metallic background for their website. Currently the background color is #404040. I tried using a gradient image and a gradient css generator. With both it creates a certain height and then repeats the gradient. I want to say I can't do it and …

UI / UX Design user-interface web-design
Member Avatar for Arkinder
0
90
Member Avatar for kemkoi

Allright, I've searched around for really long but I can't seem to get any solution... The thing I want is to make my link float to the right but it stops like 50 px from the end here's my HTML code [CODE]<ul id="fullylinked"> </a> </li> <li> <style type="text/css"> <!-- A:link …

UI / UX Design web-design
Member Avatar for Arkinder
0
185
Member Avatar for WoW Me Web Girl

hey everybody in my site the links are set to a certain color thats fine. but i have some links in a div tab that i want to be a different color then my body links. ive seen sites have two different color links before. any help would be greatly …

Member Avatar for leakbali
0
122
Member Avatar for Member #897742

Hi all, I am new to this forum. It looks very helpful. Any solutions to this problem would be greatly appreciated. I have created a main nav area set just below the header container to reveal rounded rollover images as buttons using css but I am having a lot of …

UI / UX Design html-css web-design
Member Avatar for Member #897742
0
241
Member Avatar for ushajase

how to insert flv into html? Now i am using this script. [CODE] <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="723" height="445" id="FLVPlayer"> <param name="movie" value="FLVPlayer_Progressive.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Halo_Skin_3&amp;streamName=images/Welcome_Message_Final1&amp;autoPlay=true&amp;autoRewind=false" /> <param name="swfversion" value="8,0,0,0" /> <!-- This param tag …

Member Avatar for ushajase
0
135
Member Avatar for al2henry

I would welcome suggestions on how to update 20 or so pages on a weekly basis without copying and pasting content and some code to every page. I change an element "Next Event" & an accompanying "Enviro Quote" frequently, and manually updating and proofing every page takes much too long …

UI / UX Design html-css web-design
Member Avatar for al2henry
0
166
Member Avatar for jemz

Hello To All,:) can you help me please how can i make the front page in the daniweb?.is it possible in HTML only because i have not yet tried using CSS,also the Buttons on top like Hardware & Software,Software Development,Web Development and etc..there is submenu will come out when i …

UI / UX Design html-css web-design
Member Avatar for jemz
0
162
Member Avatar for dantheman50_98

Hi There, I'm trying to figure out the best method of marking up this list of images with captions. The images vary in height and the captions are aligned to the right of the images, sometimes with two lines of text and as close to vertically centred with the image …

Member Avatar for Arkinder
0
200
Member Avatar for newbie14

Dear All, I have page here [url]http://183.78.169.53/tyre2/page4.html[/url]. I have manage put label into the first two tyre images as RI11. But the problem now I cant make both of them to be align together on one line with the blue image of the T-join? How can I make it look …

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

Hi..I am a newbie in JavaScript.I have two forms (in two different webpages) all with radio buttons. A user cannot select more than one option from each form. My plan is to pass the user input from both the forms to a perl script which would then query a MySQL …

UI / UX Design html-css javascript web-design
Member Avatar for Arkinder
0
99
Member Avatar for astnrocker

This is for an assignment in school. All of our HTML has to be W3C validated. I'm still getting one error. On line 32 specifically. This is what it's saying: [I]"Line 32, Column 43: end tag for "select" which is not finished <select name="choiceBox" size="7"></select>✉ Most likely, you nested tags …

UI / UX Design html-css web-design
Member Avatar for Arkinder
0
112
Member Avatar for MylesDBaker

Dear All, I am running into issues integrating an image with content and automatically integrated background colors. Currently my style sheet has the following definition: [CODE]body { background:#657491 url("http://www.baylor.edu/content/imglib/144243.gif") no-repeat top; margin: 150px 10px 10px 10px; font-family: verdana, arial, helvetica, sans-serif; color: #657491; font-size: 11px; }[/CODE] When I integrate my …

Member Avatar for Arkinder
0
241
Member Avatar for samsons17

hello.. i am making this website for my client...and now i am having trouble when he said that the website layout appear to be messy a little bit in his computer. He is using mac book to view it while i am using just the normal windows pc. The problem …

UI / UX Design user-interface web-design
Member Avatar for almostbob
0
140
Member Avatar for jemz

Hi, Can you help me please, I am just a beginner in making website..my problem is when i use the ctrl+mouse scroll just like when you zoom-in or zoom-out your webpage, my webpage will be destroyed the background of my website will go to left side if i will zoom-in …

UI / UX Design user-interface web-design
Member Avatar for jemz
0
89
Member Avatar for muppet

I'm running a webpage dashboard on a TV on the production floor of our factory so workers can see their live uptime, scrap etc. I need the page to refresh when new data is available. I want to load a page in a hidden iframe every x seconds, if the …

UI / UX Design javascript web-design
Member Avatar for muppet
0
184
Member Avatar for samsnov

my shortcut link icon is not appearing at the tab window when the window is open, I dont know what is wrong,I have the icom in my graphic file named (image),and I named the icon (favicon), do i have any thing to do with css,below is how I typed the …

Member Avatar for almostbob
0
89
Member Avatar for waluigi

Hi, my problem is that I've got menu and want to have separators beetwen every <li> [CODE] ul#nav li { display: inline; font-size: 1.3em; background: url(img/2/separator.jpg) right no-repeat; padding: 10px; } [/CODE] but when I add [CODE] ul#nav li:first-child { background: url(img/2/separator.jpg) left no-repeat; } [/CODE] it shows separator only …

UI / UX Design html-css web-design
Member Avatar for ko ko
0
83
Member Avatar for virtuemart
Member Avatar for WebStudio Pros
0
189
Member Avatar for Dannis86

Hello everyone, Just yesterday I was talking with my dad about illegal software. And we were asking ourself, if you have a company for webdesign/webdevelopment there are alot of tools like photoshop,artisteer,fireworks and name it. These are all tools that are very expensive, and it is illegal to use them …

UI / UX Design legal multimedia web-design
Member Avatar for WebStudio Pros
0
138
Member Avatar for chris_j_haines

Hello people I have been learning HTML/CSS and PHP for some time now, I am getting alot better with the coding side of things and I am slowly developing. I am now geting to the point where I can do the coding side and layout in CSS but the pages …

UI / UX Design html-css multimedia web-design
Member Avatar for WebStudio Pros
0
247
Member Avatar for extemer

hi i want to move my image.i have selected a image of key and i want it to move like in x and y rotation e.g in the direction we open the key i have tryed it but not working...help please

Member Avatar for WebStudio Pros
0
79
Member Avatar for art_wired

Checked the images on this Nike site today [url]http://www.nikebetterworld.com/[/url] and found they were using multiple images at 1000 + kb per image and the site loaded lickety split!! How is this possible??!! I would love to be able to do this but am having trouble uncovering the info for how …

Member Avatar for art_wired
0
250
Member Avatar for karthik_ppts

Can we use 'min-height' property in <table> tag? I used but its not working any suggestion?

UI / UX Design user-interface web-design
Member Avatar for karthik_ppts
0
122
Member Avatar for pjrey

[url]http://naniboujou.com/index_pr.php[/url] my div for the logo is: [CODE]div.nani-logo { position:absolute; left: 560px; top: 28px; z-index:2;[/CODE] and my code is: [CODE]<div class="nani-logo"> <img src="images/headdress_title_red.png" width="234" height="299" style="border: 0px;" /> </div>[/CODE] how can i have the image always show up in the top right corner (on top of the top right corner …

UI / UX Design user-interface web-design
Member Avatar for pjrey
0
129
Member Avatar for hbnguy

[url]http://hbndev.com/ValentinoConstruction/Joomla/[/url] (it staicases in ie7 only) Any help is really helpful

UI / UX Design user-interface web-design
Member Avatar for shiva07
0
69
Member Avatar for WoW Me Web Girl

Hello everyone. Can someone please help me. My site looks great in Firefox of course.But for some reason in IE all my header words disappear. check it out its [URL="http://www.wowoutreach.com"]http://www.wowoutreach.com[/URL] i have know idea whats going on. i have three style sheets. Reset.css Layout.css and Style.css . I checked them …

UI / UX Design html-css web-design
Member Avatar for WoW Me Web Girl
0
128
Member Avatar for RJFoster79

[b]Index.php[/b] [CODE]<?php include ('Secure_Page_Script.php'); ?> <!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Crusade Gaming | Home</title> <link rel="stylesheet" href="style.css" type="text/css" /> </head> <body> <br /> <br /> <table id="Header" border="0"> <tr> <?php include ('template/Sub_Header_1.php'); ?> <?php include ('template/Sub_Header_2.php'); ?> </tr> </table> …

Member Avatar for Jaseva
0
203
Member Avatar for newbie14

Dear All, I have a page here [url]http://183.78.169.53/tyre2/page2.html[/url]. My only problem is that all the centre T-join I would like to link them together but there is space appearing between them. Any idea how to remove the space such that they appear as joined.

Member Avatar for newbie14
0
127
Member Avatar for jaycastr

Hey guys, I am trying to write a page that has a main horizontal navigation bar and a vertical sub navigation bar. My problem is that the selector(a, il, ul ...) in CSS is effecting both bars. How do i separate the two. Here is my HMTL section for the …

UI / UX Design user-interface web-design
Member Avatar for jaycastr
0
1K
Member Avatar for emulman

The following little page shows 5 DIVs in the same page, everyone with it background-image, but nothing is shown!!! Why? (the images are in the correct path) [CODE] <!DOCTYPE html> <head> <title>Test</title> <link rel="stylesheet" type="text/css" href="../css/divs.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <div id="container"> <div class="erba"></div> <div class="cordolo"></div> …

UI / UX Design html-css web-design
Member Avatar for Skorpio07
0
161
Member Avatar for ddemesa

Hi guys, Just need help on this one, The page I'm developing is gonna be uploaded using DART for publishers when done but when tested locally using Safari 5 on a mac desktop instead of playing the video, it shows the HTML tags on the player, been looking for answers …

UI / UX Design html-css javascript video
Member Avatar for Member #905211
0
104
Member Avatar for Julietta

Hello. Currently I am using XP and I wanted to save a CSS-file, yet I cannot save it correctly which results in the fact that I cannot properly link to it, meaning that every style I try, will not be accomplished. Can anyone help me? I'm grateful for any reply.. …

Member Avatar for Julietta
0
199
Member Avatar for Member #907639

I am trying to get my Logo to work right on my website and it wont resize right at different zooms. Like I went into my internet browser at 100% 75% and 150% and none of them looked right what could I be doing wrong. (I am using dreamweaver.) [url]www.theninjaforce.com[/url]

UI / UX Design user-interface web-design
Member Avatar for Member #907639
0
221
Member Avatar for vectro

I can't find a section related to .htaccess, so I'm posting this here. Bing is going crazy trying to index proxied pages from PHPRoxy. With Glype, it's easy to exclude browse.php in robots.txt. However, PHPRoxy doesn't use browse.php. It uses index.php. For example: /index.php?q=aHR0cDovL21pbmRjdHJs I know it's possible to include …

UI / UX Design apache web-design
Member Avatar for pritaeas
0
89
Member Avatar for jamojo

Hello Everyone, Below is the html page I created where there is a div container. In the div container, there are 4 divs with textboxes. The div container with is 100%. But when I resize the browser, the 4 divs overlapses. What would I like to do is to have …

Member Avatar for Skorpio07
0
156
Member Avatar for wilko1995

Hi all, I want some help with this code, the problem is that the content and menu are stretching all the way to the right... but should be centered. [CODE=css]/* BEGIN BASIC FORUM STYLES */ body { background-color: #4E4E4E; text-align: center; /* make sure IE centers the page too */ …

UI / UX Design html-css web-design
Member Avatar for Skorpio07
0
215
Member Avatar for nikita.chandra

Hi, I don't have photoshop on my machine, i want the magic error effect. from where i can get it. Its very urgent. please reply. thanks and regards

UI / UX Design graphics:image web-design
Member Avatar for JasonHippy
0
116
Member Avatar for diakonos1023

Hey folks! I've been working on a site for several days trying my best to conquer the ever plaguing issue of creating a parent div that expands as the child divs inside it grow with their appropriate content. And, so everything is on the table, this is being built on …

Member Avatar for Skorpio07
0
228
Member Avatar for alaa sam

Hi everyone , I've just started to learn html , and I want to change the position of the images that I insert in my page , how can I do this ?? [CODE]<img src="networking.jpg" width="200" height="300" />[/CODE]

Member Avatar for alaa sam
0
88
Member Avatar for Behseini

Hi, Can you please take a look at attached JPEG and let me know how I can create a div like this(looks like 3D) using CSS or JQuery? I will appreciate if you introduce me to a tutorial or any thing that can help me regarding this, Best Regards Behrouz

Member Avatar for Skorpio07
0
409
Member Avatar for masocha

l use <img src = /> in the html but the image isnot showing in the pdf. Anyone know how to add images to pdf in html2fpdf

UI / UX Design html-css pdf
Member Avatar for chrishea
0
92
Member Avatar for Majestics

I am new for web desging , i want to learn desging, but dont know where to start from... Which tool is best for desging and easy also... any suggestion , comments will be appreciated.

UI / UX Design user-interface web-design
Member Avatar for Member #114696
0
108
Member Avatar for felix001

Hi, Im trying to add code tags to my CSS. Ive added the following to my CSS : [CODE]code { background-color: #F9F9F9; border: 1px dashed #444444; color: black; font-family: momspace,"courier new"; line-height: 1.1em; padding: 1em; }[/CODE] But when running my site in firefox the browser doesnt even seen the new …

UI / UX Design html-css web-design
Member Avatar for Member #114696
0
105
Member Avatar for echamber001

Hello, I'm extremely new making web sites so please bear with me. I'm in the process of creating a web page and I really want to put a message board similiar to ones used on Facebook, Myspace, and Twitter. I'm just wondering if this is a possibility and how I …

UI / UX Design user-interface web-design
Member Avatar for rocco88
0
152

The End.