1,100 Recommended Topics
Remove Filter ![]() | |
Hi folks ! Since last year i started building website. Up til now i always used html css and javascript/jquery. Now i want to get into adobe photoshop. My question : Can i upload my existing html file into adobe photoshop for editing or is there any other way to … UI / UX Design adobe file-system javascript javascript-jquery web-design | |
Hi, I am wanting to create a website where I can upload daily posts etc. Not sure how I go about doing this, when I google creating a blog it only gives tutorials for the feedback/comment sections on a site, which isn't what I am looking for. I'm assuming i'll … UI / UX Design file-system web-design | |
I usesd external bootstrap and css to create a sytlish menu bar but the bar doesnt appear on mobile device. it just displays an empty space where the menu is supposed to be. Oh the same with logo. UI / UX Design web-design ![]() | |
i need help on this ...any suggestion am creating a shopping cart it works okey but when i added another page with different products i dont know how to go about the cart update. UI / UX Design web-design | |
Hi Dw. I'm not a pro in web design and I've used CorelDraw to draw a website background which is a web page centered image which the web contents will be ontop of it. The problem I'm having is that it will loose the alignments if I you view it … UI / UX Design file-system web-design | |
Hello, I have this navigation bar. I wonder why people have to "click" the portfolio tab in order for the dropdown navigation appears. Is there any way for others people enough just to "hover" the porfolio nav bar then the dropdown box automatically appears? nav.php <link rel="stylesheet" type="text/css" href="css/nav.css"> <div … UI / UX Design html-css web-design | |
Hello, Cek this navigation bootstrap page: http://www.innovation.web.id/bootstrap/5_5_6_navbar_inverted.html I wonder how to change the color of the menu bar? Is there any way to do that? UI / UX Design web-design | |
I have a background image on my homepage that is partially cut out whenever I use Google Chrome. Sometimes it's just a corner and sometimes half the top. I have the height set to the correct size. Looks fine in Safari and Firefox. Validates fine. Does anyone have any suggestions? … UI / UX Design image seo web-design | |
Hi, few days ago i downloaded a website so that i customize and run it in my localhost, buy when i run it in my localhost i get this javascript window which says, the page at localhost says the following image failed to load, probably a broken link: http://localhost/menuData/images/over.png but … UI / UX Design javascript web-design ![]() | |
hi guys, i just create a new subdomain (cristi.myweb.com) but when i type that subdomain redirect's me automaticly to folder where the subomain it's.. (www.myweb.com/cristi) i don't wana this how to repair this force redirect? UI / UX Design web-design | |
Hello, I am trying to create a horizontal stretch website: I thought width: auto already scretch the width horizontal fully. but this is not the case. I wonder why? about.php <div id="testimonial"><br> <div id="bounceInRight"> <center><b>TESTIMONIAL</b><br><br> Lorem ipsum dolor sit amet, euismod consectetuer adipiscing<br> elit, sed diam nonummy nibh euismod tincidunt<br> … UI / UX Design web-design | |
I would like the time of day to control color with the seconds to control gradience like in the pic var clock, hour, min, sec, color; function displayTime(){ clock=new Date(); hour=clock.getHours(), min=clock.getMinutes(), sec=clock.getSeconds(); //if single digit, add 0 to the left if(hour<=9) hour='0'+hour; if(min<=9) min='0'+min; if(sec<=9) sec='0'+sec; color='#'+hour+min+sec; //colorText=color.split().join(":"); function … UI / UX Design web-design | |
Hello all, Please check this: [One](http://www.innovation.web.id/One/index.php) I wonder why I cannot make that laptop pictures moves just like any other images (if it moves differently - it must be slightly different): about.php <!DOCTYPE html> <html> <head> <title>About</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Animate.css</title> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet" type="text/css" href="css/animate2.css"> … UI / UX Design web-design | |
Hi There On this example page http://www.divepoint-samui.com/ I have an iframe: <h3>Our Happy Clients</h3> <div class="clients-wrapper"> <iframe src="http://www.divessi.com/extern/recent_certs.php/766494/2" frameborder="0" name="Our Recent Diver Certifications" id="recentDivers" ></iframe> <iframe src="http://www.divepoint-samui.com/ssi.php" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe> </div> Is there a way, that I can format this iframe, and instead to having a vertical … UI / UX Design html-css web-design ![]() | |
Right so as the title says im trying to show the selected option from my radio type to be highlighted. I know this can be done with css as it is done [here](http://jsfiddle.net/hekh8/) however i can not implement it within this script. Any help would be very appreciated, thank you. … UI / UX Design html-css web-design | |
Forgive me if I posted this already. I can't figure out if I have or not ... I designed a website with a slideshow (slideshow created with WOW SLider). The slideshow always appears as being on the top layer, and I don't want it that way. You'll notice I have … UI / UX Design web-design | |
Hi. I want to create a drop-down menu for user's location (choosing cities) in the form. I know how to create it, but as I want a long list of citis, so is there any other way to create it? Or do i have to create each city one by … UI / UX Design web-design | |
![]() | Hi, I have several image tags overlapping using css and am able to use hover to make the one selected move to the top of he pile. #gallery img{ float: left; width: 250px; height: 250px; position: relative; } #gallery img:nth-child(2) { left: -200px; } #gallery img:hover{ z-index: 10; } I … UI / UX Design html-css web-design |
Basically I have made this site: http://8animetv.co.vu/onepiece Here is a description of what is happening, with all of the code that has to do with it. jquery: `$('.episodeLink').click(function() { $(".episodeTitle").html($(this).clone()); document.getElementById('ifrm').src = $(this).attr("href"); $(".epChange").css('display', 'inherit') $('#youtube_iframe iframe').eq(0).attr('style','width: 728px;height: 420px;float: left;margin-left: 92px;margin-top: 30px;-ms-zoom: 0.833;-moz-transform: scale(0.8333);-moz-transform-origin: 0 0;-o-transform: scale(0.8333);-o-transform-origin: 0 0;-webkit-transform: scale(0.8333);-webkit-transform-origin: … UI / UX Design perl video web-design | |
Hi eveeryoone, Is it possible that span can have more the one id ? i am tring like this <span id="user Maxi">Maxi</span> <span id="user John">John</span> <span id="user Henry">Henry</span> <span id="user Max">Max</span> <span id="user Simon">Simon</span> #user{ text-align:center; display:inline-block; width:50px; height:20px; background-color:#9B59B6; margin:5px; border:4px solid #3498DB; color:#F1C40F; cursor:pointer; } but it isnt … UI / UX Design web-design | |
Cek this out: http://www.akronyms.net/demo/arvin-html/v_1.3/ Some of the background images remains static or move slowly while the text on top of it moves quicker. How to make such a thing? UI / UX Design web-design | |
Hi, is it possible to put vaariable inside HTML/XSL attribute (style attribute) *Percent is the variable sample: <div class='rating' style='width:$Percent%;'> UI / UX Design html-css web-design | |
I've been trying to get CSS-Mask to work. I've tried PNG(24/32),SVG & GIF with no results ? background-image:url("/wdp/images/grid.png"); -webkit-mask:url("/wdp/images/x320svg-mask.svg") top alpha; UI / UX Design web-design | |
Hi , i hv a website wherein there are many fields and at the end of the page , there is a cancel and save button .Whenever I minimize the browser window , all letters in the cancel button do not appear and only "cance" appear i want all letters … UI / UX Design css-bootstrap display gui html-css web-design | |
<!DOCTYPE html> <html> <head> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="./dist/style.css"> </head> <body> <header class="toolbar"> <div class="icons"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64" viewBox="0 0 64 64"> <path d="M32 4c-8.837 0-16.836 3.582-22.627 9.374l-9.373-9.374v24h24l-8.971-8.97c4.344-4.343 10.343-7.030 16.971-7.030 13.254 0 24 10.745 24 24 0 7.169-3.143 13.602-8.126 18l5.292 6c6.644-5.864 10.834-14.442 10.834-24 … UI / UX Design web-design | |
Hi is it possible to display database values in a .html form using php. This is my .html form and I want to display values from mysql in the form fields. <!DOCTYPE html> <html> <head> <title>Bursary application</title> </head> <body> <form action="config.php" method="post"> <div> <p></p> <label for="surname">Surname:</label><input id="surname" type="text" name="surname" value="<?php … UI / UX Design html-css web-design | |
Hi to everyone. I am new in CSS and I want to make the layout of a website. I want under the navigation to the section, to put an aside element on the right. I want fixed 2 column layout but i have problem fixing it. Please anyone that can … UI / UX Design html-css web-design | |
I am using bxslider within an AJAX call which brings up the chrome console error - Uncaught ReferenceError: jQuery is not defined. My issue is that the whole thing works fine exactly as it should on my pc but this error is annoying me as, obviously, jquery is defined - … UI / UX Design javascript-jquery web-design ![]() | |
I am at a very basic level of web development capability. However, I built a [site](http://www.metrowesthomeremodeling.com) that was working fine until I attempted to insert a slideshow (using WOWslider) onto the site. This caused me to alter the css file for the site and for the superfish menu. When I … UI / UX Design web-design | |
Hi I am trying to provide access to a folder of photos. The website is Unix based so I can change permissions. I am using WISE-FTP 8 as my FTP program. I created a directory on the server and intend to upload about 40 photos to it. I uploaded one … UI / UX Design client-server file-system image microsoft-access web-browser web-design | |
Hi all it's been a while scince i posted in DANIWEB, but i'm back ;) i've been learning and practcing HTML and CSS for a while and i was wondering if there was a website or a fourm that have like a contest's for HTML&CSS or if there is any … UI / UX Design html-css web-design | |
I am creating an internal extension directory using html. How do I connect html to mysql database so as to be able to retrieve the extension number of the person I am looking for. UI / UX Design file-system web-design | |
Hello. I am currently attempting to convert my inline-css for text boxes into classes for my external style sheet; I thought of using class selectors but do not fully understand some aspects of them. An example I found online: ` <!DOCTYPE html> <html> <head> <style> .center { text-align: center; color: … UI / UX Design html-css web-design | |
Hi I'm not even sure what you call this kind of thing but I believe 'InDesign' by adobe does this to some extent. I'm looking for a HTML/CSS/Javascript editor all in one. Basically I want to be able to type my HTML/CSS/Javascript code in one screen and see the results … UI / UX Design html-css java javascript web-design | |
Hi guys, I just completed my blueprint in webdesign on skillcrush, but still i'm stuck with box model and typography. There is lots of css going on the background. Can i use bootstrap 3 to design any website, it provides a framework i suppose. Is it the right time to … UI / UX Design web-design | |
As you can see in the picture below, the whenever I hover over an element in the corner, the element is seeming to over-ride the border and is going over it instead of behind it. I'm assuming that's because of the "box-sizing: border-box;" in the CSS, how would I deal … UI / UX Design javascript-jquery web-design | |
Hi i would like that my webpage keep the same shape on different screen size or resolution each time i go on a smaller screen the top of my page is bigger than the bottom. i would like to keep the same space on both side. is it possible? thx … UI / UX Design display web-design ![]() | |
Hi!! I recently started a fund on Indie gogo, but the text looks quite unimpressive. I've forgotten my HTML and CSS but IIRC, an image can be made larger on roll over, yes? What help I'm looking for exactly: 1) Incorporating a better font into the body. 2) Making the … UI / UX Design html-css web-design | |
I've had two users request that we add a space between their first and last names as displayed in a table. Problem is: there is a space. Common denominator is they are using an iOS device, using Safari, I think. One was able to provide a screen shot. I tried … UI / UX Design web-design | |
Sir I have these codes <html> <head> <style type="text/css"> #pic { float:left; width: 170px; border: 1px solid red; padding: 1px; text-align: center; font-size:12px; } #pic img { float:left; width: 50px; height: 45px; } </style> </head> <body> <div id="pic"> <p> <img src="https://www.gravatar.com/avatar/ecefb26ed5fc91eca453b31a1f7cdfd8? d=identicon&s=80"> General Manager<br/> Azhar Sharif<br/> 0302-1234567 </p> </div> <body> … UI / UX Design image web-design | |
Hello everyone, Have a code that works well but I need it to open to the right on hover. Right now its going below the element and making my page look bad. Here is the code i have: <style type="text/css"> .hide_img3 { display: none; } .hide_img3 { background: none repeat … UI / UX Design gui html-css web-design | |
hi All, I am new to wordpress and buddy press.I have to customize buddy press.I visited wordpress and buddypress websites and couple of blogs but there is lengthy info and quite advanced level.If some one could let me know in nutshell the anatomy of buddy press and wordpress and how … UI / UX Design html-css web-design wordpress | |
Dear camerades. I´m working on a some responsive website and it to fit into the screen perfectly , so no scrolling will be required. Two problems i have noticed. 1) The page still needs scrolling, despite all my correction tries so far. 2) There is still some margin b/w the … UI / UX Design web-design ![]() | |
Could anyone please assist me by naming the technique used or a link to describing site where I can learn more about how to build a page where the background changes as the upper layer is scrolled? Example here: http://www.bbc.co.uk/news/resources/idt-dc75304f-e77c-4125-aacf-83e7714a5840 UI / UX Design web-design | |
Hi , I try to create form , but it should be like this on image, So I need : 1. Country image + Country number (eg. +381) + mobile number type (As you can see on this image) 2. I also need somthing like this @yahoo.com.  UI / UX Design web-design | |
In the random and continous manner that this fiddle changes the color of the blocks: http://jsfiddle.net/fenderistic/48KzD/ , how would I change the color for a block of words? At first I was simply going to have each word in the phrase change with the hover and active properties, but I … UI / UX Design web-design | |
Sir I have these codes <html> <head> <title>My Company</title> <style type="text/css"> #box1{ float:left; width:250px; height:150px; border:1px solid red; padding:5px; background:url(b21.jpg); background-repeat:no-repeat; background-size:contain; } </style> </head> <body> <div id="box1"> <div style=position:relative;padding:5px;width:150px;height:50px;margin-top:20px;background:orange;color:blue;border:1px solid blue;font-weight:bolder;text-decoration:underline;>How are you</div> </div> </body> </html> I want to ask why these properties are not work in my inline … UI / UX Design web-design |
The End.