Our UI / UX Design forum encompasses everything related to building a polished end-user experience, from graphic design to usability.

1,103 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for mattyd

Hello. Having some trouble figuring out a CSS footer issue. The footer should fill the page fully, not extend a horizontal scrollbar **and importantly**, not have a 3-5 pixel left gap. I've tried all I know to fix this. Here is the CSS for this: footer { float: left; min-width:100%; …

Member Avatar for mattyd
0
183
Member Avatar for YA RAMSAMKER

Is it possible to display the same information on a textfile on a web application so my programme can read directly from a textfile ? so if any changes happen on my textfile it must also take effect in my programme without me doing anything

UI / UX Design off-topic web-design
Member Avatar for Member #120589
0
130
Member Avatar for 21310051

"&nbsp" appears a lot in the source code of a form, what is the purpose of this?

UI / UX Design user-interface web-design
Member Avatar for gauravrana
0
116
Member Avatar for Member #453901

Hello, I've got a simple page with some images floated to the right of some text. The images are above the text in the html, and everything works fine in every browser but ie7. In ie7 the images stay on top and the text is pushed below. I've looked on …

UI / UX Design user-interface web-design
Member Avatar for Member #453901
0
113
Member Avatar for gogs85

The navigation must be styled using the :hover pseudo class, while the active menu point must use the body class. How to make this? Thanks!

UI / UX Design user-interface web-design
Member Avatar for Alberto Bucur
0
107
Member Avatar for AQWst

Hello-- It has been a few years since I posted anything here. I developed a web site that randomly played various MP3 files I stored. I am working to rewrite some of the code because it appears if my code to do this is no longer working. Can someone please …

UI / UX Design javascript web-design
Member Avatar for AQWst
-1
366
Member Avatar for mattyd

Yes, webpage size- Standard sizes? Dynamic? I don't know! I have been building websites since 2000 and the one area I have never, ever been able to fully understand is this topic. I need serious help with this. Explanations. My site(s) to render properly in any browser. **No horizontal-scrolling**. **I …

UI / UX Design user-interface web-design
Member Avatar for Coloradojaguar
0
137
Member Avatar for Deep Modi

I am begginer in Web site. But I want to know How I can create a gadget/script like this. ![28aa7cfb7037f059f267ad299047367c](/attachments/large/4/28aa7cfb7037f059f267ad299047367c.png "28aa7cfb7037f059f267ad299047367c") So whenever someone type their address in the field, then that address will be send to my email address. and at same time that email will also get mail …

UI / UX Design user-interface web-design
Member Avatar for Dani
0
116
Member Avatar for samsons17

Hi all.. I just done a website using HTML,CSS and PHP. For now,my website is only fine to be displayed in Mozilla and IE.. For IE(Internet Explorer), I just fix the css by doing another CSS layout for that. like this one : [CODE] <!--[if IE 7]> <link rel="stylesheet" type="text/css" …

Member Avatar for shaddam
0
2K
Member Avatar for wealthdiva

Morning everyone -- Can anyone help me with what is probably very simple? I have a page where I want to get a variable from the URL and insert it in the buy button... so if my url is http://mywebsite.com/hangout?id=beauty I want when someone click the button Buy to go …

Member Avatar for wealthdiva
0
271
Member Avatar for zobadof

Hi, Recently I downloaded a template which is awesome. However, it has a contact form on it but no way to set it up easily. I'm wondering how I can use the code provided in order to make it send to my email address. I'm aware this'll use PHP or …

UI / UX Design php user-interface web-design
Member Avatar for zobadof
0
178
Member Avatar for zobadof

Hi, It's been a long time since I've posted on here and it's been a rather long time since I've coded. However, I'm using a footer I used on another site I made however its causing a scrollbar to appear when there really doesn't need to be one. If I …

UI / UX Design html-css web-design
Member Avatar for zobadof
0
156
Member Avatar for pratik shukla

i am trying to insert values in my dropdown list dynamically onclick of add button such that one row should be added with new dropdown with data. i have tried many logic but didnt work. <html> <head> <script language="javascript"> function addrow(tableID) { var table = document.getElementById(tableID); var rowcount = table.rows.length; …

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

How to get sorcecode of http://sabinsilwal2002.wix.com/sabinsilwal..

UI / UX Design web-design
Member Avatar for gabrielcastillo
0
128
Member Avatar for davy_yg

Hello, I have been working on my navigation so that my dropdown menu button won't overlap the other menu. navigation.php <div id="navigation"><!-- <img src="images/navigation bar.jpg" alt="nav bar"> --></div> <div id="navcontainerbar"> <ul> <li><a href="index.php">HOME</a></li> <li> <ul id="nav"> <li><a class="fly" href="#">PORTFOLIO</a> <ul class="dd"> <li><a href="portfolio.php">Web Porfolio</a></li> <li><a href="marketing-portfolio.php">Marketing Portfolio</a></li> </ul> </li> </ul> …

UI / UX Design user-interface web-design
Member Avatar for Alberto Bucur
0
118
Member Avatar for OsaMasw

Hello guys, I have a webpage to print that showing some data, I managed to hide all elements that's are not needed in printing, but background color for cells in table not display in printed version, although I've tried to put <style type="text/css" media="print"> .no-print { display: none; } .bgcol{ …

UI / UX Design html-css web-design
Member Avatar for OsaMasw
0
29K
Member Avatar for secretagentshiv

hi my name is james philip i have a probelm with css and html i need to print a form in a vertical way i have managed to rotate it in the webpage but that is not what i want to do i want it to remain horizontal on the …

UI / UX Design html-css web-design
Member Avatar for Alberto Bucur
0
1K
Member Avatar for grafic.web

Hi there, i'm looking for the easiest image slider banner for my homepage, any suggest? Thanks!!

Member Avatar for grafic.web
0
504
Member Avatar for andi-dev

hello i have create some webpages they work and are nice but when i click in contat form which contain php code inside it display all code which are inside.

UI / UX Design php web-design
Member Avatar for andi-dev
0
460
Member Avatar for vishalkhialani

Hi, [B]THE CSS FILE:[/B] [code] #wrapper { z-index: 1; width: 97%; margin-right: auto; margin-left: auto; text-align: left; } #topPresentation { width:100%; background-image: #E6E6E6 url(backgroundnew.jpg) repeat-x center top; } #logo { z-index: 2; width: 10%; float: left; } #primaryLink { z-index: 2; width: 25%; float: right; line-height:100%; font-size: 110%; font-family:Georgia,"Times New …

Member Avatar for kapil.karda
0
425
Member Avatar for HoverportMedia

Before I ask my question, let me show you the experiment I'm working on: http://hoverportmedia.net/experiments/responsivenavigation3.html My dropdown navigation is working fine, however when dealing with older (perferably IE broswers) the navigation (when the page is responsive), hovers the "menu" at a weird position. Unfortunately, I'm stuck at this... Can anyone …

UI / UX Design user-interface web-design
Member Avatar for HoverportMedia
0
208
Member Avatar for momonq1990

i like to create a record filing using browser or browser base. but i what my web application run without running may XAMPP for my database. :D

UI / UX Design web-design
Member Avatar for Alberto Bucur
0
194
Member Avatar for RikTelner

http://stackoverflow.com/questions/10487292/position-absolute-but-relative-to-parent Hey, so, please check link above. There is first resolving answer, which was resolving my problem. But now I have problem, that DIV isn't displaying well when it is set to `position: relative` and `position: fixed` does work correctly. DIV itself has no children, first I am trying to …

UI / UX Design user-interface web-design
Member Avatar for Luckychap
0
182
Member Avatar for Iikeloa

Hi I'm working on a small project and I faced this problem. when I create a table then I wright a lot of words it doesn't go to the next line (row) it continue to the right so the page become so wide ! so is there any solution for …

UI / UX Design user-interface web-design
Member Avatar for Iikeloa
0
170
Member Avatar for jackwilson10016

hai everyone. I am new to this forum. Is there any online tutorial tool to learn html in a shorter while.

Member Avatar for Zalingo
0
149
Member Avatar for GraficRegret

The img src path is accurate, the adds were working two days ago, the only thing that has changed is the passwords for the server that the pictures are stored on.

UI / UX Design html-css web-design
Member Avatar for Member #120589
0
144
Member Avatar for Mohamed_26

I have been trying to move the table element.Can you please help me with it? I am doing the CSS in php. foreach ($_GET as $myid => $value) { echo '<div class="DVD ID">'; echo "<table border='3' position='absolute' left='750px' bottom='350px';>"; echo "<td> " . $value . "</td>"; echo '</div>'; } Thank …

Member Avatar for Alberto Bucur
0
141
Member Avatar for silent lover

dear all daniweb users and readers, i need some articles to learn how to create html slider (not image slider) on mobile web browser like android browser. when it slide to right or to left, it will show another html page. how to create html slider? example: <img src="http://i60.tinypic.com/2cepvdj.jpg" border="0">

Member Avatar for Zalingo
0
141
Member Avatar for Michaela_1

How do I link letters on Illustrator like make it where they are combined in one? No other website has any imformationa nd I am at school and I get on youtube so I need a way to know and this is hte only way possible I think. Does anyone …

Member Avatar for Member #46692
0
89
Member Avatar for bibiki

Hi guys, I am using tinyMCE editor. In my textarea, I want to let user type some html like <table></table> and store that in db just like that, <table></table>. However, what I am getting is: &lt;table&gt;&lt;/table&gt; Now, if I go to the edit form for the item that contains that …

UI / UX Design html-css web-design
Member Avatar for bibiki
0
1K
Member Avatar for jdm

I'm developing a website for the time being to display my movie collection. I have been working on this project for a while now and I have the backbone almost done. I'm using mysql to store my data and I'm working on finishing up being able to pull data from …

UI / UX Design html-css mysql php web-design
Member Avatar for jdm
0
240
Member Avatar for mmartel25

Hello, I am making a website for my business, downloaded the trial version of Dreamweaver, along with the Accordion Menu Advancer from CSS Menu Tools. I am not familiar withe CSS, and am using Dreamweaver for table layout. The row that the menu is in shows up fine in Chrome, …

UI / UX Design html-css web-design
Member Avatar for Beggersewen
0
152
Member Avatar for davy_yg

Hello, I have this navigation: navigation.php <div id="navigation"><!-- <img src="images/navigation bar.jpg" alt="nav bar"> --></div> <div id="navcontainerbar"> <ul> <li><a href="index.php">HOME</a></li> <ul id="nav"> <li><a class="fly" href="#">PORTFOLIO</a> <ul class="dd"> <li><a href="portfolio.php">Web Porfolio</a></li> <li><a href="marketing-portfolio.php">Marketing Portfolio</a></li> </ul> </li> </ul> <li><a href="services.php">SERVICES</a></li> <li><a href="blog.php">BLOG</a></li> <li><a href="contact.php">CONTACT</a></li> </ul> </div> style.css /* navigation */ #navigation {margin: 20px …

UI / UX Design user-interface web-design
Member Avatar for davy_yg
0
146
Member Avatar for terryds

Hi Would you please tell me how to make same-height responsive block elements that stand side-by-side ? Please look at http://jsfiddle.net/terryds/v7BYy/ , and then please tell me how to make the #left-head the same height with #right-head. And, I want them to be responsive as you scale it down Thanks …

UI / UX Design user-interface web-design
Member Avatar for terryds
0
115
Member Avatar for terryds

First, look at my site : http://terryds.net63.net/test.html When you hover the navigation anchor text, it will create a 5px border-top.. My question is : 1. How to make the 5px border top is at the top of the page ? I mean I want to make it in #top-head's border …

UI / UX Design user-interface web-design
Member Avatar for Alberto Bucur
0
103
Member Avatar for vizz

I changed style of scrollbar in chrome how to make it usable in firefox & IE? #thumbs::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #CCCCCC; } #thumbs::-webkit-scrollbar { width: 6px; background-color: #999999; } #thumbs::-webkit-scrollbar-thumb { background-color: #fe003f; border: 1px solid #555555; }

UI / UX Design user-interface web-design
Member Avatar for vizz
0
107
Member Avatar for saucy6969

Hi there, I am new to WooCommerce and am wanting to edit the CSS in the woocommerce.css and woocommerce.less files but cannot find the file anywhere. am looking via my dashboard in the WooCommerce editor and tons of other files are listed except this one. Does anyone know where I …

Member Avatar for midynamics
0
184
Member Avatar for Sahil89

Hi, I want to write html email with background image. I tried different solutions but nothing worked so far. Using outlook didn't work too. Any solution or application to do this?

UI / UX Design email html-css web-design
Member Avatar for Sahil89
0
167
Member Avatar for Jev181

My navigation bar doesn't load in the correct position the first time it is accessed through chrome and firefox. When you land on the page for the first time you have to use a secondary navigation I set up, and then return to the index page for the primary nav …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
335
Member Avatar for sigitas.darguzas

please need help html form auto ip fill <form action='konkursas.php' method='post'> <p>El. paÅ¡to adresas</p><input type='email' title="ÄŒia turÄ—tų bÅ«ti jÅ«sų email." name ='nail' size= '30'/> <input type='ip' title="jusu ip." name ='autofillip' size= '30'/> <br /> <br /> <input type='submit' name='submit' value='OK'/> <br /> </form> php file <?php if (isset($_POST['submit'])) { $file …

UI / UX Design html-css php web-design
Member Avatar for AndrisP
0
327
Member Avatar for ryanwhite17

Hi, I am using a responsive website to make a site which is here - http://rwgraphicdesign.com/Smith/index2.html What I want to do is have the last column ONLY, which lists the locations the Dr. performs exams at, to have a different background color. I have tried a bunch of different things …

UI / UX Design html-css web-design
Member Avatar for gabrielcastillo
0
314
Member Avatar for grafic.web

Hi there, i woul love to make a table whitout using the TABLE tag but the DIV... For Example the same one with div: <table id="body" cellpadding="0"> <tr style="height: 30px"> <td> TEXT </td> <td> TEXT </td> <td> TEXT </td> </tr> <tr style="height: 30px"> <td> TEXT </td> <td> TEXT </td> <td> …

UI / UX Design html-css web-design
Member Avatar for grafic.web
0
288
Member Avatar for lewashby

I'm trying to create this site with a solid black top bar the extends from the left img all the way to the right of the screen, then add some text on top of the horizontal block. I created the block just find but when I went to add text …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
259
Member Avatar for HoverportMedia

I can't believe I'm asking for this, but it seems whatever I try my code is failing on me. Let me give you the rundown: `<nav> <ul> <li><a href="#">Home</a></li> <li class="Drop"><a href="services.php">Services</a> <div class="dropdownContain"> <div class="dropOut"> <div class="triangle"></div> <ul> <li><a href="videconferencing.php">Video Conferencing</a></li> <li><a href="videocam.php">VideoCam</a></li> </ul> </div> </div> </li> <li><a href="scheduling.php">Scheduling</a></li> …

UI / UX Design html-css web-design
Member Avatar for HoverportMedia
0
200
Member Avatar for pars99

I made a footer for a site I'm working on but I can't make it stick to the bottom of the page on any screen. any ideas how to do that? Thanks.

UI / UX Design user-interface web-design
Member Avatar for JorgeM
0
187
Member Avatar for davecoventry

I have two download links as follows: 1. <a class="artbutton" href="http://10.0.0.201/wp/wp-content/uploads/2014/01/2014.01-ADC-CV.pdf"><span>CV</span></a> and, 2. <a class="artbutton" href="http://10.0.0.201/wp/wp-content/uploads/2014/01/2011-Business-Profile-.pdf"><span>Company Profile</span></a> in PDF form. I'm expecting to get '1.' followed by the two buttons seperated by 'and, 2.' and followed by 'in PDF form'. What I'm actually getting is the two buttons together follwed …

Member Avatar for davecoventry
0
173
Member Avatar for Silviu_1

This is what I have now: [Click Here](http://jsfiddle.net/6fhb5/ ) How can I use CSS or HTML or both to 1.move "Total number of subordinates" on the right top corner of that textarea; 2. put some space between them 3. align it with the next which should fit the screen area? …

UI / UX Design html-css web-design
Member Avatar for Silviu_1
0
126
Member Avatar for TLCJohn

Hi there guys, I have a question to ask and wondered if you guys could help. We have a client who would like to update two of her pages on a web site we have designed for her, is there an easy way for her to do this using flat …

UI / UX Design user-interface web-design
Member Avatar for sokolov.boris
0
104
Member Avatar for Missimin

This is probably a really dumb question but where does a video file get loaded into on a web hosting site? I made a video in Dreamweaver. Does the video go in the html folder, the images folder, should I create a video folder, or is there something else I …

UI / UX Design video web-design
Member Avatar for JorgeM
0
95
Member Avatar for mattyd

To begin, I have not written any HTML/CSS in about 4-years, so in a sense I'm relearning. My issue at this point is this: I want my footer to span the length of the window. Simple enough; But, it is leaving an approximately 10-px gap on the left of the …

Member Avatar for kevwood
0
200

The End.