1,100 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for Bensirpent07

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
Member Avatar for Bensirpent07
0
164
Member Avatar for ankit.baphna

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
Member Avatar for ankit.baphna
0
164
Member Avatar for com_man

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
Member Avatar for Masterblank
0
162
Member Avatar for davecoventry

I have a website that looks okay at 1300 pixels: ![ff8183a0725d00cbee6182aec130d609](/attachments/small/2/ff8183a0725d00cbee6182aec130d609.png "align-left") At 1200 pixels problems start to occur: ![11f2db3201b15cce327cdb49a3247dfb](/attachments/small/2/11f2db3201b15cce327cdb49a3247dfb.png "align-left") At 550 pixels I'm losing text and Menus. ![ea2757234e3dd9d1fedde5d9a5191adc](/attachments/small/2/ea2757234e3dd9d1fedde5d9a5191adc.jpg "align-left")

UI / UX Design web-design
Member Avatar for gentlemedia
0
132
Member Avatar for mitch.hendrix.73

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
Member Avatar for JorgeM
0
115
Member Avatar for joemathew
Member Avatar for webhawk
0
426
Member Avatar for moregraphics

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
Member Avatar for moregraphics
0
306
Member Avatar for Transcendent

![676d3a4d6fae34888f383c4d66a4ab99](/attachments/small/3/676d3a4d6fae34888f383c4d66a4ab99.png "align-left") ![676d3a4d6fae34888f383c4d66a4ab99](/attachments/large/3/676d3a4d6fae34888f383c4d66a4ab99.png "676d3a4d6fae34888f383c4d66a4ab99") <!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
Member Avatar for webhawk
0
294
Member Avatar for OsaMasw

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 …

Member Avatar for OsaMasw
0
258
Member Avatar for John_80

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
Member Avatar for codevzv
0
184
Member Avatar for yaragalla_mural

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
Member Avatar for webhawk
0
171
Member Avatar for Nollyvenon

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
Member Avatar for veedeoo
0
170
Member Avatar for sam_pt

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
Member Avatar for OtisGross
0
162
Member Avatar for davy_yg

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
Member Avatar for veedeoo
0
157
Member Avatar for opelio4n
Member Avatar for Zahid_5

Frinds i want to learn CSS please help me

UI / UX Design web-design
Member Avatar for polar2323
0
122
Member Avatar for sathyakumar23
Member Avatar for webhawk
0
113
Member Avatar for bijutoha

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
Member Avatar for pritaeas
0
97
Member Avatar for SimonIoa

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
Member Avatar for SimonIoa
0
2K
Member Avatar for NuGG

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
Member Avatar for Ali_42
0
144
Member Avatar for craig.m.farish

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
Member Avatar for JorgeM
0
121
Member Avatar for krga86

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
Member Avatar for diafol
0
98
Member Avatar for GlenRogers

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
Member Avatar for Violet_82
0
236
Member Avatar for davy_yg

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
Member Avatar for Violet_82
0
212
Member Avatar for santunu23

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
Member Avatar for santunu23
0
167
Member Avatar for RikTelner

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
Member Avatar for gentlemedia
0
150
Member Avatar for davy_yg

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
Member Avatar for marqusG
0
149
Member Avatar for davy_yg

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
Member Avatar for marqusG
0
124
Member Avatar for chubbyy.putto

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
Member Avatar for AndrisP
0
112
Member Avatar for a8med

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
Member Avatar for marqusG
0
103
Member Avatar for safeer008

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
Member Avatar for mattster
0
1K
Member Avatar for Niall_2

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
Member Avatar for Niall_2
0
193
Member Avatar for davy_yg

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
Member Avatar for Albert Pinto
0
151
Member Avatar for chubbyy.putto

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
Member Avatar for safeer008
0
143
Member Avatar for mariko

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
Member Avatar for tezac
0
107
Member Avatar for pritaeas

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
Member Avatar for pritaeas
0
1K
Member Avatar for gcardonav

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
0
185
Member Avatar for Matthew N.

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
Member Avatar for nivabeath1
0
4K
Member Avatar for Bensirpent07

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 …

Member Avatar for Bensirpent07
0
1K
Member Avatar for NuGG

- 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
Member Avatar for Brenda_1
0
438
Member Avatar for davy_yg

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
Member Avatar for diafol
0
298
Member Avatar for OsaMasw

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 …

Member Avatar for OsaMasw
0
250
Member Avatar for HelenLF

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
Member Avatar for pritaeas
0
185
Member Avatar for marifard

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
Member Avatar for Troy III
0
287
Member Avatar for Clarence Weldy

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
Member Avatar for Methew
0
242
Member Avatar for Chem_1

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
Member Avatar for diafol
0
217
Member Avatar for suavedesign

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
Member Avatar for mattster
0
134
Member Avatar for SimonIoa

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
Member Avatar for SimonIoa
0
323
Member Avatar for SimonIoa

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
Member Avatar for SimonIoa
0
103
Member Avatar for Bensirpent07

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
Member Avatar for pritaeas
0
593

The End.