1,100 Recommended Topics
Remove Filter ![]() | |
Hello, as you can see here [link removed] You see that the text "Weblup" is sort of ofset to the other <li> elements. Now I do know that it is a different text size but it's basically the same size as the others due to padding. So I want to … UI / UX Design web-design | |
Hi Guys, I dont know why code under Style is not getting detected on my html page. I am using Notepad++ it is only detecting image url under CSS code but nothing else. Can you suggest me. <!DOCTYPE html> <html lang="en"> <head> <style type="text/css" media="screen"> body { font: 13px sans-serif; … UI / UX Design html-css web-design | |
Does anyone know how to make cookies that remember a chosen background image? if so please reply or e-mail me UI / UX Design web-design | |
I have a website that looks okay at 1300 pixels:  At 1200 pixels problems start to occur:  At 550 pixels I'm losing text and Menus.  UI / UX Design web-design | |
I am trying to figure out how to have 2 spans combine information to output on screen. I get parts of the output correct, but i can't find where to put the added text from the second span to complete it properly. I've moved the *0 mi)*, around but cannot … UI / UX Design web-design | |
what is the difference in html and css? UI / UX Design html-css web-design | |
I've created a gif in Photoshop that contains 5 images. It's placed at the top of our website as banners that change to the next image every 3 seconds. I need to link each image to each banners website. How can I do this? I use Dreamweaver for our website. … UI / UX Design web-design | |
  <!DOCTYPE html> <!-- grocery.html A document for computeCost.js --> <html lang = "en"> <head> <title>grocery.html</title> <meta charset = "utf-8" /> <style type = "text/css"> label,input {display: block; margin-bottom: 20px; margin-right: 20px;} label { float: left; width:200px; text-align: right;} input { margin-left:150px;} #items{ margin-bottom: 20px; margin-right: 20px;} … UI / UX Design html-css web-design | |
I have problem in my site and accrues only when using htaccess, I have many css and js files stored in my site when import them on localhost by using relative path <script src="js/jquery.min.js"></script> when using htaccess the js or css cannot be loaded and firefox show me message "**The … UI / UX Design html-css javascript-jquery web-design | |
my website is using too much bandwidth everyth month it consumes over 10gig of bandwidth but i dont get to see any emails. someone suggested its because someone is attacking my website somehow. i see most of the traffic comes from india how can i fix this. will changing the … UI / UX Design web-design | |
Hi friends, I have 20 html pages. For all the pages footer and header is common. I dont want to use div's and paste header and footer in all 20 pages. It is because if there is a change in header i have to change in all 20 pages. I … UI / UX Design web-design | |
I intend to have w3html5.gif with clickable hotspots. I need to make the image clickable on different points. Point for Daily, Weekly. currently my code is: <video controls poster="/images/w3html5.gif"> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> Your browser does not support the video tag. </video> Thanks for your help. UI / UX Design web-design | |
When I add the <!DOCTYPE html> to my page, white spaces appear below the images on the page. Why does this happen and how can I get rid of them? Thanks guys! Here's the code... <!DOCTYPE html> <html> <head> <title>CPU_21397_2014-Holiday-Card_HTML_eCard_Working</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <table width="764" border="1" cellspacing="0" cellpadding="0" … UI / UX Design html-css web-design | |
Hello, I am trying to make the login button thinner. Like a clickable image. Is it possible? This is the code that I have (below). The result is a thick clickable button. Is it possible to make it a thin image - not thick (I do not want to see … UI / UX Design web-design | |
CAN ANYONE HELP ME WITH THAT? UI / UX Design web-design | |
Can give more links in one image? is it possible? UI / UX Design web-design | |
Actually I'm new on this topic.. and I heard about 3 "list tags" in HTML generally but I didn't ensure by searching in the Google. Could anyone say something about it? UI / UX Design html-css web-design | |
I have a problem with Chrome. Although my site works fine 100% on other browsers (safari, explorer, firefox) it wont play on Chrome. I think that the problem is that the paths of the scripts and styles (javascript, css) aren't been implemented on Chrome. Has any other user has same … UI / UX Design web-design | |
I want to disallow certain query strings with robots.txt and I want to check I am doing this correctly... I am using: Disallow: /browse.asp?cat=*-* I want to check that this rule will allow these urls to be indexed: *browse.asp?cat=123/1234/1234-1 browse.asp?cat=123/1234-1* While disallowing these urls: *browse.asp?cat=1234-1 browse.asp?cat=1234-2* Will this rule work? … UI / UX Design seo sql web-design | |
Hi people I have been interested in writing very simple html for many years, every now and then i decide to attempt something new. I want to populate xml data from an external source so the data in my html is automatically updated when the xml is updated. Is this … UI / UX Design html-css web-design xml | |
My code on website is not validate on W3 Validator. <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR...nsitional.dtd"> <html> <head> <title> Contact </title> <meta name="description" content="Inzenjerski portal,baza znanja,vesti,seme,desavanja"/> <meta name="keywords" content="Automatika,PLC,frekventni regulatori,arduino"/> <meta name="author" content="Nikola Krga"/> <meta name="robots" content="noindex, nofollow"/> <link type="text/css" rel="stylesheet" href="about.css"/> </head> <body> <table … UI / UX Design php web-design ![]() | |
Hi I'm using whatsmy.browsersize.com to get my browser size for adding mediaquries to my css files. For some reason when i write a media query for max-width: 1229px the query gets applied at 1350px! I'm writing my queries like this @media screen and (max-width: 1229px){ .galleries > ul > li … UI / UX Design html-css web-design | |
index.php <link rel="stylesheet" href="css/styleT.css"> <!-- Resource style --> <div id="navigation"><!-- <img src="images/navigation bar.jpg" alt="nav bar"> --></div> <div id="navcontainerbar"> <ul> <li style="height: 20px;"><a href="index.php">Home</a></li> <li> <ul id="nav"> <li><a class="fly" href="#">SIP</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> <li class="service"><a href="services.php">LMS</a></li> <li><a href="blog.php">Library</a></li> <li><a href="contact.php">Roomplus</a></li> <!--<li><a href="career.php">CAREER</a></li> … UI / UX Design html-css web-design | |
HI i am create a website and want to publish my site online so everybody can access this,i am buy a domain name,i want to publish my website from my home computer and homecomputer operating system is windows 2008r2 i want to deploy my website using xampp and i open … UI / UX Design web-design | |
I want to make kinda responsive design, problem is, my website is picture based and if you hold mobile vertically you see 2 giant bars above and below it. If you turn your mobile sideways I might just be able to find method to put it nicely together. SO, finally, … UI / UX Design web-design | |
Hello, I am trying to create horizontal navigation NOT vertical navigation. What I have right now is vertical navigation. <div class="cd-tabs"> <nav> <ul class="cd-tabs-navigation"> <li><a data-content="inbox" class="selected" href="#0">Inbox</a></li> <li><a data-content="new" href="#0">New</a></li> <li><a data-content="gallery" href="#0">Gallery</a></li> </ul> <!-- cd-tabs-navigation --> </nav> style.css .cd-tabs-navigation { /* tabbed on top on big devices */ … UI / UX Design web-design | |
Hello, I am trying to create a custom image button and I haven't been able to do it: index.php <input type="button" onclick="alert('Hello world!')">Click Me!</button> styleT.css .input { border: 1px solid #006; background-image("../images/login.jpg"); } button{ background-image("../images/login.jpg"); } I wonder what I did wrong? UI / UX Design web-design | |
In code there is javascript part where test the user input if negative number it will disable sumbit button. Now the problem is that I cant get to reset to normal once the fix the number to positive number. Here is what I have try if num< 0 Do something … UI / UX Design web-design | |
I am trying to build a simple website consisting of only one big calendar where I can enter events. Simply like this site: http://www.fester.nu/ but a bit smoother. Been looking around for some code because I haven’t learned HTML (yet) to make my life easier but that was a fail. … UI / UX Design web-design | |
Can anybody tell me that how we can handle the tables in a responsive website design. If you try to decrease the font size it will be harder for the mobile users. If you don't decrease the font size then the data will be mixed and so on. Give me … UI / UX Design html-css web-design | |
Hi folks, I'm currently taking a Udemy course in HTML & CSS and there's what looks like a simple query wrecking my head. I'm trying to float my section to the right and keep 'aside' on the left. This is what the webpage should look like https://www.dropbox.com/s/7jb9kbss58u0bxd/UDEMY.png?dl=0 I'd be super … UI / UX Design html-css web-design | |
Hello, I have been trying to place textbox on top of image and have not been able to do so. index.php <div style="margin: 100px 0 0 0; z-index: 3;"> <input type="text" class="form" name="email"> <input type="text" class="form" name="password"> </div> <div id="banner-background"></div> <!--<image src="images/banner.jpg">--> css/styleT.css #banner-background{ background-image:url("../images/banner.jpg"); } input[type="text"]{ height: 30px; width: … UI / UX Design html-css web-design | |
check whether the answer is correct in sumbit box. I am stuck action = some website. It say sever 505 is not found. If user ebter a negative number how can I block it? UI / UX Design web-design | |
I'm not really sure how to ask this so bear with me and I'll answer questions as quickly as possible. I want a background that is as wide as a viewer's screen is. I also want a different colored background that is only behind the content of my web page. … UI / UX Design web-design | |
I want to design a fluid two-column form with BootStrap. What is the best way to tackle this? Do I start with a fluid container and two columns, and then fit a vertical form in each of them? Or is there a better alternative? UI / UX Design web-design | |
I want to create an option that will reset my page once the user clicks on an alert the controller will reset to original form. I have the alert all set up but I am not sure how to do this. In JavaScript I created a function that did this … UI / UX Design angularjs web-design | |
Hey, I'm making a website, and have some css to put two divs next to each other. This is my css and HTML code : [CODE].class1 { float:left; border-right:2px solid #000; } .class2 { float:right; } .class3 { clear:both; }[/CODE] HTML : [CODE] <div class="class1"> Div 1 </div> <div class="class2"> … UI / UX Design html-css web-design | |
Hi I am trying to change the <p id="returnsuccess"></p> to say anything at this point. I have some code it's about a form submission I don't think the PHP part is that important in solving this problem. But I want to know why the code I have doesn't work and … UI / UX Design html-css java javascript web-design | |
- I have a [URL=http://kings-head-inn.com/form/]form[/URL] and I need to send an email automatically to the person who submitted the form. - The form sends the information to an email address when submitted. - The form contains an email address field which will contain the email address of the person who … UI / UX Design ui-ux web-design | |
Hello, I am trying to place border colors around the whole table including inside the tables. Yet, what happen is the border only appears outside the table like a box. There are no borders inside the table. How to place borders including inside the tables? image_gallery.php <!-- border="1" --> <table … UI / UX Design html-css web-design ![]() | |
hey guys , I'd like to add a fancy navigation menu for users like this example http://tympanus.net/Development/SelectInspiration/index8.html but this is a select input not a link, I need a tutorial to achive something like that using jquery and css, so I put a link image when press on it a … UI / UX Design html-css javascript-jquery web-design | |
Can anyone suggest a responsive gallery which has a main slideshow with auto generated thumbnails and allows for captions? UI / UX Design html-css web-design | |
Hi, I made this code shown below to display a background image. It is possible to make it fixed for all resolution without showing white background? CSS code: body { background-attachment: fixed; background-image: url(../layout/background.jpg); position: absolute; min-height: 768px; min-width: 1024px; } Thanks marifard UI / UX Design html-css web-design | |
Hello Guys, I am working on a project and planning to use a theme called [POWERMAG V1.6.0](http://www.nulledlistings.com/wp-content/uploads/2014/01/test78.jpg) Just wanted to know your precious reviews on the same before employing it. Thanks in advance:) UI / UX Design web-design wordpress | |
Web address of some web sites end with ".aspx", ".php", ".jsp", etc.How web developers can hide the extensions from visibility. UI / UX Design asp.net java-jsp php web-design ![]() | |
I am trying to make a section block on my website scroll on top of the section before it. This works with jquery, however, instead of scrolling slowly over the previous block, it covers it completely at once, and you can't read the first block. I tried adding a div … UI / UX Design web-design | |
Hello i have done a favicon.ico to put in the address bar. Although is shows locally (wampserver) when i put it online the icon doesnt appear. This is what i use: <link href='<?php echo $base_url; ?>icons/favicon.ico' rel='icon' type='image/x-icon' /> <link href='<?php echo $base_url; ?>icons/favicon.ico' rel='shortcut icon' type='image/x-icon' /> UI / UX Design web-design | |
Hello. Audios files can't be played on safari. The player appears perfectly on firefox and explorer but not on safari. this is what i use <audio preload="metadata" controls="controls"> <source src="song.mp3" type="audio/mp3"> <source src="song.mp3" type="audio/ogg" /> </audio> any help? UI / UX Design web-design | |
Hello all, I have recently copied a website from Weebly.com that I do own, so there is not copyright problems. It's just that I want to make the HTML simpler if I can. So here is what I have you can see the website live at [weblup.net78.net](http://www.weblup.net78.net). If there is … UI / UX Design web-design |
The End.