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 FilterHi guys, Weird (maybe silly) isse with a CSS fade property using the following classes: /** CSS3 Animations **/ /* Key Frames ---------------------------------------------------- */ @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } @-o-keyframes fadeIn …
I was successfully able to move internal CSS code into an external .css file just fine. I realized that no matter what I tried, it just wouldn't work unless it was in the same directory as the file I wanted. This isn't really an issue in this case, but I …
Here we use the eval() function as the backbone of a simple calculator. One table is used for the display. A second table holds the buttons for the keypad. The whole thing forms an attractive looking calculator. To test it, simply paste the code into an editor like notepad and …
Hi guys, i want to put on my every page an image to represent my website, like wordpress when you share on facebook etc, it's the content part and bellow it's image from his post, i want to do something like this.
Hi guys, this semester i'm taking Web Application Development.. I still new about HTML.. I hope u guys can help by teaching me ok.. hehe..
I need to select '#foo #three' using 'this' to get this result: cat dog cat Html: <div id="foo"> <div id="one">cat</div> <div id="two">dog</div> <div id="three">mouse</div> </div> JS: $("#foo #three").text($('this div:first').text()); I need this code dynamically http://jsfiddle.net/Kodam/L1eqsj5f/
When I download a gif from my website script, it appears like a thin line. I expected to see the 1" by 1" graphic solid color image that appeared on the site. Is it just a thin line that expands once the web page size is set? How does this …
I would like to make a navigation bar that spans alot of pages but only links to a few main ones and do not want to copy and paste this bar to each page. is there a way to make a document that contains my navigation bar and just place …
Hello Everyone, I am looking to start taking courses again in HTML5 and CSS3 with the goal of obtaining employment. I will be building my portfolio and studying quite a bit on my own via Lynda.com, but I am very curious as to what the most respected online course cirtifications …
I seem to not be able to identify why the styling does not appear at all on my page... Did i reference something incorrectly? It all appears right to me... syntax, quotes, tags all look right. Does anyone have an idea what may be happening? Sorry if my question is …
I have googling a lot about this debate to move from table to div. What are your advices here to move or not. I have below my codes building layout using div. The issue I find with div for example below codes which I am referring to a template . …
Hello. I am wondering how to create a floating navigation bar? (when you scroll, it will stay on top) This is an example: [http://templendo.com/](http://templendo.com/)
I want to generate a certificate for my project.which is on online examination system.but i does n't get any cose for the following type of certificate http://www.certificatemagic.com/personalize.php?design=11 can any one help me
Hi, I have one website and decided to do some changes, for example to use Vertical flyout menu. So, I picked the right one from this page: http://cssmenumaker.com/menu/green-segoe-flyout-menu Added link Menu CSS file in websites html code. Then wrote desired menu items and problem appeared - an arrow in front …
Hello all, I wonder if you can help me with this. I wanted to create a page which, among the other things, has a div with a lot of text inside. Below this div there will be 2 buttons. When viewed on a mobile, the height of this div become …
The iPad is, as those annoyingly creative TV adverts show us, used for all sorts of things by all sorts of people. However, according to a press release that hit the DaniWeb news desk today, you might be forgiven for thinking that shopping isn't one of them. As usual though, …
Anyone able to help me improve the whole look of PingrGlobe.com? I suck at web design as I am a programmer, and I would for sure give credit to people to help!
Your web browser provides a window onto the Internet, but unless you are timely in updating the client you use then, say researchers with security vendor Kaspersky Lab,that window may be cracked and allow a draft of insecurity to blow through into your network, your computer and your data. . Anyone have any code that might help with that?? Looked via google and …
hello to all, what is the tag for inline frame?
Hello, Im trying to create a webpage for my home server (custom Admin Panel). I have on the top a menu bar and at the bottom an iframe. clicking a button on the menu, the iframe triggers and it loads the the prefered website. I managed to load http website …
Chaps I have an interesting and odd problem. Today I had the brilliant(??) idea of using google chart https://google-developers.appspot.com/chart/interactive/docs/gallery/linechart#Loading for a site I am building. It is all nice and dandy till I placed the graph inside a hidden container, planning to add some jquery and slide the graph down …
Hello I have made a website for a cake making business and its my first website I am making for a customer and would like some input from some outsiders. I have only made the home page because I am not sure about my layout and if it looks good. …
Hey guys. I would like to know, which js library do you prefer when designing websites that implement the parallax effect and why. Which one suits you better and why? I'm new to this effect (it took me quite i while, I know), and I'd like to know your oppinions …
Hi, I have a very simple question but one which creates a lot of bother!! In Notepad (and even notepad++) when I open an html file and after editing try to save it, it says..'the process cannot access the file because it is being used by another process' and follows …
Not exactly like googles of course but it looks nice and will get the job done. So first thing of course is the standard HTML document layout. In the header I placed script and style tags since it's a simple project. It is generally good practice to link to other …
I decided the best way to learn css was to try to recreate pages of web sites. I chose youtube, because the layout seemed challenging but doable from a noobie perspective, and I get to watch youtube vids in the process. I am having trouble recreating the part under the …
I'm interested in learning html,css, flash, java anything to do with web design and so forth. Just wondering if anyone out there has a really good starting point for me. Are there any books i should read or should i just go straight off the web. anything will help. thanks …
I am trying to stretch a background image to fit 100% of the page, I can do it when it's not a background image with the code below but how do I set it as a background image of 100%? Thanks. I keep seeing z-index, wtf is that? Thanks. [html] …
Hey everybody, I've been working with some co-developers on a really cool new social networking site. Before anyone asks, I am expierienced. This website runs on PHP 5.3. As you can imagine, the reason behind this was to create a dynamic stream of content. One of the major (and simple) …
Hello. I am trying to find a good tutorial that will allow with the menu bar at the top of the page and when you hover over the 'menu words' the entire page will slide down so you can see the contents of the menu. Any one have any suggestions …
hi. can someone help me in how to get the value of textbox and display on textarea? example: i type anything in textbox then after i lost the focus on textbox it will display on textarea.. is this possible? thanks in advance...
I'm having troubles with the site i'm creating, whenever i adjust the web page(ctrl + mouse wheel), all the elements were moving out of their places. I don't know and how do i fix this?
Hi all. I have a website that I'd like to post my C++ endeavours to. I want to make it so the source code can be viewed on my website with the correct colour coding, etc. I'm relatively new to CSS and XHTML. I've been using Notepad++. How do I …
I have a slider, and for some odd reason, at the very end it goes blank for a while then resets... I think its being overwritten by my css... Can someone look at my site... I will send you the link through a private message (I don't want to show …
I made a menu and for some odd reason, I can't figure out why, they bounced out of their positions... Can someone tell me why this is going on? I'll post my source code if needed. Thanks
Hello, I have a sort of blog about the live of my daugther. Im now trying to make it in Symphony cms but it won't work. What I need it a flexible cms where I can decide how many articles are on a page. So as example februari 2005 page …
Hi, Can anyone say me how to create 3D shapes (Rectangles, circles etc.) in POWERPOINT using the Auto Shape tool? Does it require any other tools to do this? If so plz mention the name. Thanks in advance Lovablefool
You are free to use and modify my layout in any purpose, and I hope you find this useful! Enjoy...
i have a tabbed menu with the following tabs: <ul class="TabbedPanelsTabGroup"> <li class="TabbedPanelsTab" tabindex="0">Island A</li> <li class="TabbedPanelsTab" tabindex="1">Island B</li> <li class="TabbedPanelsTab" tabindex="2">Island C</li> <li class="TabbedPanelsTab" tabindex="3">Island D</li> <li class="TabbedPanelsTab" tabindex="4">Island E</li> <li class="TabbedPanelsTab" tabindex="5">Island F</li> <li class="TabbedPanelsTab" tabindex="6">Island G</li> <li class="TabbedPanelsTab" tabindex="7">Island H</li> <li class="TabbedPanelsTab" tabindex="8">Island J</li> <li class="TabbedPanelsTab" tabindex="9">Island …
I recently came upon a page about [url=http://hubpages.com/hub/Making-Interesting-Content-for-your-Website]writing interesting content for your website[/url]. This brings up a somewhat interesting question in my mind, how many people worry about writing itneresting content? I always assumed you were either simply gifted or you had to devise a way to grab your reader's …
Hi, First of all im pretty sure this isnt the right place for this post, but im not sure where to put it.. please move it admins if its totally wrong!sorry! my question is this im about to purchase hosting that allows me to have several websites hosted on one …
Hello everyone.. Ive tried to assign an icon to my webstie.. It worked idyllically on Firefox.. However, on IE 8 and IE 9 it had no response at all as if there were no icon! As far as I can see, Daniweb is also facing the same problem; I mean …
Hey guys (and gals), I've been wondering this question for the longest time and no Google query I've tried really seems to answer it. So, I'm going to try to ask this question in the most detailed way possible. Whenever you go onto a forum / discussion board, the layout …
I've been wondering how to create a Blog Website using Dreamweaver. I mean, with the Archive and Comment System. The New post and the Old post thingy.. Or I've to use some special code?
[CODE] <html> <body> <div style="width:500; height:200; border:1px solid black;"> adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br> adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br>adsf<br> adsf<br>adsf<br>adsf<br>adsf<br> </div> </body> </html> [/CODE] ello I'd like to have a div with minimum height of 200px. but if we add more data in to the div the height should be increased not totally fixed you know? what can …
I have a table and need 2 rows merged horizontally, come somebody help me do this i seem to be having some difficulties. Here is my source and a screen attached. The green line in the image is where i want to split the cell. Thanks [CODE] <table id="dataTable" cellspacing="0" …
I've got a side project which is to create a site locator and my client want to use a map to show them to their site visitors. He wants the map to be able to divide into continents, so as a filter for visitors to easy locate the store in …
The End.