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 Jory_1

I have a couple child divs nested inside a parent div, and the children expand on hovering. Problem is that the neighbor div of the parent gets over-lapped by the children. I could just account for the size when the children are open and resize the parent div to that …

UI / UX Design html-css web-design
Member Avatar for Jory_1
0
2K
Member Avatar for chaze

I cannot for the life of me get this menu to line up tot he right it will only align to the left. http://webhost.pro/why-us.html http://webhost.pro/blog/wp-content/uploads//2014/06/wh.jpg It's the top menu where 24/7 is pulled to the left, I am trying to have it pull to the right. I have added text-align: …

UI / UX Design html-css web-design
Member Avatar for hericles
0
238
Member Avatar for ggeoff

Hi It seems that my video files are not working or are distorted (loss of aspect ratio or width) when viewed in Firefox and also Safari (who want to charge for a plugin). Chrome under XP Pro only shows about a quarter of the video but the right scale and …

UI / UX Design video web-browser
Member Avatar for ggeoff
0
317
Member Avatar for boney

I have created my own template and am able to list all the posts on the index page. I want to be able to have some space after each post. Like a blank height of 5px. I created a class in css called blank5 => .blank5 {height:5px;} but it doesn't …

Member Avatar for boney
0
176
Member Avatar for momonq1990

Heres my code <link rel="stylesheet" media="screen and (max-width: 568px)" href="mobcss.css" /> (target media is iphone5) It is possible to add “webkit-min-device-pixel-ration:2 or min-resolution:2dppx” in my link element as in linecode? and how it is?

UI / UX Design user-interface web-design
Member Avatar for shophiarajan47
0
185
Member Avatar for moregraphics

My spry menu is going too far to the left when it's displayed in a browser. In Dreamweaver it looks just fine. I was making other adjustments and do not know how it changed. I've done some changes after looking up things to try and get it back, but nothing …

UI / UX Design user-interface web-design
Member Avatar for moregraphics
0
427
Member Avatar for Ritesh_4

Hello Am using the window.print function on a page, but it does not print the background color which I've set in my stylesheet for table cells. Any way to fix this issue?

UI / UX Design html-css web-design
Member Avatar for almostbob
0
2K
Member Avatar for BogdanCov

Hello. I have a button on a web page and when the mouse is over it becomes larger (don't ask why). .buton { /* some code here*/ height:50px; width:100px; text-decoration:none; text-align:center; text-shadow:1px 1px 0px #ffffff; transition:width 0.5s, height 0.5s; } .buton:hover { width:200px; height:200px; } In body is this code: …

Member Avatar for BogdanCov
0
224
Member Avatar for seotheo

Hi, Im having issues with a drop down menu in wordpress, when hovering over the top level it displays the first child as well as any child links within them. I need it to only display the child links when the parent is hovered over just as any other drop …

Member Avatar for seotheo
0
304
Member Avatar for davecoventry

Hi, I have a #header class and a #menu class. <body> <div id="page"> <header id="masthead"> <hgroup> <h1 class="site-title"> <a href="#" >Demo</a> </h1> </hgroup> <nav class="site-navigation"> <h1 class="menu-text"> </h1> <div class="menu-text skip-link"> <a href="#content">Home</a> </div> </nav><!-- .site-navigation .main-navigation --> </header><!-- #masthead .site-header --> <div id="primary" class="content-area"> &lt;div id="primary" class="content-area"&gt; <div id="content" …

UI / UX Design html-css web-design
Member Avatar for davecoventry
0
409
Member Avatar for david.roun.7

Ok, so here is the CSS code in an external sheet: #header{ position:fixed; width:100%; height:15%; } #hedr{ position:fixed; height:5%; width:6%; top:5%; left:30%;} #nme{ position:fixed; font-size:400%; top:3%; left:10%; } Here is the php document: <!DOCTYPE HTML> <html> <head> <meta name="keywords" content="Roun, David Roun, Rounsworld, Heather Roun"> <meta name="description" content="Personal website"> <meta …

UI / UX Design html-css php web-design
Member Avatar for david.roun.7
0
2K
Member Avatar for zzmrzz

Hi there follow coders! I just found this awesome login hover menu...Thing. But can anyone make a code, to me, that shows me how to make that kind of hover... The website i know they use it is: http://www.badlion.net/ It is a Minecraft server website, if you wonder. Please put …

Member Avatar for JorgeM
0
278
Member Avatar for billionair

I have four list items in my <nav> bar: Home, Projects, Resume, Contact Projects item has further five list items. When I hover on "Projects", these items appear as a drop down block, but they are not aligned with the parent element. /*Display Nav elements in row*/ nav > ul …

UI / UX Design html-css web-design
Member Avatar for <M/>
0
322
Member Avatar for Mz. Jackee

I need to make a Web page form to input the name (First, Last, MI), address (full), home Phone, work Phone, department, position and base salary. This is what I have come up with: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns= "http//www.w3.org/1999/xhtml" xml:lang:="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; …

UI / UX Design html-css web-design
Member Avatar for mattskills
0
210
Member Avatar for Violet_82

Hi all, I am testing an overlay and I can't get it to work correctly in IE7 and 8, in that the full page is not visible the opacity is set to 0. Here's the link http://antobbo.webspace.virginmedia.com/various_tests/overlay/test.htm It works ok in every browser and also IE9. This is the css …

UI / UX Design user-interface web-design
Member Avatar for charlesbecon
0
212
Member Avatar for Jory_1

[Click Here](http://pastebin.com/jstBrkaM ) [Click Here](http://www.pastebin.com/bAESQkSX) You should be looking at the "#Partition_Left_Wrapper" id in the CSS code. It's the third one down. I am following a tutorial, but the guy does not use a external stylesheet. Not sure if this affects css3 syntax/layout (relatively new here), but I can't seem …

Member Avatar for Jory_1
0
383
Member Avatar for Tcll

I'm trying to build a UI that looks like a table but uses a DIV baseing it's internal DIV's off a static textarea. I want the DIV's to position horizontally and wrap vertically... here's the code I'm dealing with so far: <div style="background-color:silver; width:450px; height:200px; overflow:auto; padding:10px"> <div style="background-color:gray; width:100px; …

Member Avatar for Tcll
0
148
Member Avatar for moregraphics

I have a fairly new spry menu that has never shown correctly in IE. The main menu wraps to the second line. I have looked off and on for a couple of months and cannot find a solution that fixes it. Can someone tell me if there is even a …

UI / UX Design user-interface web-design
Member Avatar for moregraphics
0
210
Member Avatar for lefteris.gkinis

I have a very good meta "keywords"in English language... Now I want to use more languages (five in number). How do I use the meta Tag "keywords". And In Title can I use more than one language? Thank you...

UI / UX Design user-interface web-design
Member Avatar for lefteris.gkinis_1
0
354
Member Avatar for patk570

Hey Guys, I am looking for a file manager that will allow me to customize the top level folder( to the user that is logged in) as the top level. The folder structure should be something like username Folder 1 Sub folder 1.1 Sub folder 1.2 Folder 2 Sub Folder …

UI / UX Design file-system php web-design
Member Avatar for pritaeas
0
507
Member Avatar for Member #1106124

hi so im working on this school project (developing a website), im not be best front end designer and was hoping if you could all give me feedback on the design, colours and layout in order for improvement, i would really appreciate this thanks ![4321c7b71e0e04339105d210faa3c8b7](/attachments/small/4/4321c7b71e0e04339105d210faa3c8b7.png "align-right")

Member Avatar for silverice282
0
243
Member Avatar for missy_mi

Hi, I am doing the mouseover code but what if i dont want it to effect on top of the main image, i want to position the hover image somewhat top/left/right/bottom than the main image. Can it be done? <img src="images/b.png" onmouseover="this.src='images/a.png'" onmouseout="this.src='images/b.png'" > Thank you in advance.

UI / UX Design graphics:image web-design
Member Avatar for missy_mi
0
476
Member Avatar for mmcdonald

Hi all, I'm working on an old project of mine that I used to self-study PHP which used Bootstrap 2. Revisiting the project a year on I'm looking to restrict the max-height of dropdown.js but can't - for the life of me - get it done. The best solution would …

UI / UX Design html-css:bootstrap
Member Avatar for mmcdonald
0
690
Member Avatar for <M/>

What is the best web editor for windows 8. (aside from dreamweaver) I have heard Microsoft has something called expression I believe, I think that would be good. What is the best by your guy's opinions? I recently got a brand new Lenovo Yoga13 Ideapad and i wanted to put …

UI / UX Design microsoft web-design
Member Avatar for Member #46692
0
261
Member Avatar for Eric_9

I had the following code in my .htaccess file to enable Gzip compression: <ifModule mod_gzip.c> mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file .(html?|txt|css|js|php|pl)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.* mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* </ifModule> # compress text, html, javascript, css, xml: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE …

Member Avatar for rtrethewey
0
166
Member Avatar for Siberian

I'm having some problems understanding how to download an effect from jQueryUI. There is an effect I want on [this](http://api.jqueryui.com/easings/) there is no code or script to download ?

Member Avatar for Siberian
0
253
Member Avatar for AycheKay

I'm trying to center a popup vertically of unknown height. I'd really like to make it so I have a 10% margin on top and bottom and that the div displays a scrollbar if the content fills up more than 80% of the leftover available space. Here's what I have …

UI / UX Design html-css web-design
Member Avatar for Member #120589
0
306
Member Avatar for Patrick Thomas

I have a wierd link issue with Internet Explorer 8 concerning links on my front page at http://www.b2bfax.net There are two links that direct to our prices page and they work fine in Firefox but don't work at all in IE. I have an additional link that links to merge …

UI / UX Design user-interface web-browser
Member Avatar for Patrick Thomas
0
281
Member Avatar for nouth

Why does the size autoresize and how can I stop it? <!DOCTYPE html> <style>td{border:1px solid black;width:100px;}</style> <table> <tr> <td></td><td></td><td></td><td></td><td></td> <td></td><td></td><td></td><td></td><td></td> <td></td><td></td><td></td><td></td><td></td> <td></td><td></td><td></td><td></td><td></td> <td></td><td></td><td></td><td></td><td></td> </tr> </table> If there only one `<td></td>` then it displays as 100px but when they exceed the screensize they just bulk up by size reduction. Like why …

Member Avatar for Taywin
0
270
Member Avatar for Shravan_Bane

Hi guys, I have tried making my college website. You can have a look at it- www.kguc.org The site is working as intended on all the major desktop browsers. The real problem occurs while surfing the site on a mobile device. The site doesn't like the way its meant to. …

UI / UX Design user-interface web-design
Member Avatar for Member #120589
0
205
Member Avatar for samertaha

hi , i am searching for a good tree menu design for products categories to use it in my website , i need it to be flexible so i could style it as needed and also simple so i can target it with my own javascript. thanks again.

Member Avatar for samertaha
0
239
Member Avatar for complete

Hello Forum, Why would Flash work in IE 9 but not in IE 11? That is, why would Adobe Flash work with Microsoft Internet Explorer Version 9 and not work with Microsoft Internet Explorer Version 11? I am using a small flash object in the index page of www.gelsana.com. It …

UI / UX Design adobe:flash web-browser
Member Avatar for ryantroop
0
392
Member Avatar for ibnyadam

HI, I want to make custom button for facebook like, I have an image of medal, i want to use this image, when user click on this image, facebook like action is call. and post in his profile. A normal like button with my medal image. [CODE]<iframe src="http://www.facebook.com/plugins/like.php?href=www.carbonated.tv&amp;layout=button_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" …

Member Avatar for asem.yousif
0
2K
Member Avatar for UltimateJacob

I've got the beginnings of a website, with the header and navigation bar already implemented. I also have a main section implemented, but only in absolute positioning. I've tried many things, but how would I go about positioning it relatively? Every time I try, the section and the header get …

UI / UX Design html-css web-design
Member Avatar for Taywin
0
346
Member Avatar for Tinnin

Hi All, I have a problem with my web page. I'm floating some content to the left so the image below can move up to the right. The content and image are contained in a div with a height set to 100%. When I remove the height or decrease it, …

UI / UX Design html-css web-design
Member Avatar for Taywin
0
192
Member Avatar for newbie310

Hi everyone, I'm a beginner learning html. I am trying to use an external css style sheet and I'm not sure why my external style sheet is not working(It's not bolding or italizing,etc when I view it in my mozilla firefox browser. Any suggestions? here is my html code: <!DOCTYPE …

UI / UX Design html-css web-design
Member Avatar for stevenstone
0
1K
Member Avatar for ari$av3s

What do you guys think is the best method for creating a short, looping, frame-by-frame NON-FLASH animated element? By best, I mean, most cross-browser compatible and least resource hogging. I see a few different JS solutions but was curious to hear about previous experiences.

Member Avatar for markjanyson
0
231
Member Avatar for come_again

Hello, I am trying to create a table that has certain elements covered up. More specifically, I have a table and would like to have a cell in the table covered up (like a flashcard). I have been looking online but everything just sets the background color... I thought of …

UI / UX Design html-css web-design
Member Avatar for Member #120589
0
187
Member Avatar for DaveTheSinger

Hi Everyone My website has a simple embedded mp3 player (start, pause, stop) which works fine in IE but I now realise it doesn't work in all the other browsers and that ActiveX is only for IE (it was a pain having to instruct visitors to allow ActiveX to run …

UI / UX Design audio web-browser
Member Avatar for SaintAce
0
397
Member Avatar for ChemE_Programma

Hello all, I have a website made with a flash banner. The banner contains links that direct the browser to different locations on the website. The banner does not show up on iPhones and would like to solve this. My question is, do I need to make an alternative website …

UI / UX Design web-design
Member Avatar for SaintAce
0
298
Member Avatar for SirMahlon

i want to hide the song list in my flash player and leave the control buttons alone.Pls i need the ur help

Member Avatar for SaintAce
0
145
Member Avatar for DerrickCampbell

Hi. I am the owner of several offline stores. Now I want make my business online. I am try different online website builders, but functionals very simple. Can you advice me website builder or CMS with huge functionality and seo friendly modules.

UI / UX Design cms seo web-design
Member Avatar for oCodewire
0
186
Member Avatar for EnderX

I built a php-driven form that is intended to have its results printed out and shipped to another location. The results are laid out as a set of tables that hold the information in place. I tested the page on a system wher ethe default browser isFirefox, which displayed the …

UI / UX Design html-css php web-design
Member Avatar for osman.sokuoglu.19
0
318
Member Avatar for psprint

I have website [psprint](http://www.psprint.gr) it's on Joomla CMS. I want to ask what is the best for SEO? Joomla or Wordpress?

UI / UX Design php:wordpress seo
Member Avatar for Coloradojaguar
0
209
Member Avatar for Member #5881

I seem to have a problem with a paypal button. I am using expression web 4 to design this site I wanted the paypal button to show up on all the pages, so I placed it on my dwt page. In design view, the button is fine, but on the …

Member Avatar for Member #5881
0
600
Member Avatar for surferbloggy

Hi, i'm using a css for a flip div effect on rollover it works but i like to revert the text now it's from right to rotate and then i flip with this code on rollover -webkit-transform: translateX( 100% ) rotateY( -180deg ); -moz-transform: translateX( 100% ) rotateY( -180deg ); …

0
120
Member Avatar for dstoltz

I think I have a workflow problem, and a client problem. Once a client is happy with a mockup, I typically put the whole site together, as much as possible, then show it to them - of course you get a list of changes, etc...then you make changes, go-live (always …

UI / UX Design user-interface web-design
Member Avatar for JorgeM
0
219
Member Avatar for nadiam

hey guys. so whats really getting me stumped is the amount of salutations theres are and as some of you are web developers i would just like your opinions/suggestions. so you have a basic form that asks for salutations, first name, last name etc. salutations there are lots and sometimes …

Member Avatar for almostbob
0
301
Member Avatar for webdi

I've set up my page so that my left nav bar is a series of background images which change when the user mouses over. I learned how to do this from an older thread on this site. [url]http://www.daniweb.com/forums/thread109916.html[/url] This all works well except for one minor problem. The first time …

Member Avatar for dellmerca
0
2K
Member Avatar for aliieb

We are having trouble fixing the padding for the mobile view of our website at navigatedivorceguide.com. The authorize.net cart was afflicted with a box that went off the screen to the right side. After correcting that, the photos on the rest of the web pages have gone partly off the …

UI / UX Design user-interface web-design
Member Avatar for Member #120589
0
154

The End.