1,100 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for tqmd1

Sir I have following codes <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title> Test </title> <style type="text/css"> #aboutus { border: 1px solid silver; color: white; font-size: 12pt; width: 250px; margin: 0 auto; background: #F0FFF0; background: url(images/dream2.jpg); background-size: cover; text-align: center; padding: …

UI / UX Design web-design
Member Avatar for DaveAmour
0
136
Member Avatar for James_43

Hi everyone, Just after some general advice. I have developed a website that contains several news widgets that will eventually need updating. I am not too fussed about keeping a record of past news events, but that could be nice. Basically my question is, what is the best way to …

UI / UX Design web-design
Member Avatar for mlesniak
0
198
Member Avatar for SimonIoa

I have created a cycle image style using CSS. The thing is when i put the images on anchor <a> the style is lost... This is the css code .poster { width:25%; height:25%; position:absolute; margin-left:20px; z-index:0; } .poster a img { -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; height:55px; width:55px } …

UI / UX Design web-design
Member Avatar for SimonIoa
-1
278
Member Avatar for JorgeM

When users interact with your web page and processes, it is important to provide them with continuous feedback. Without the feedback, a user is left wondering if you page is actually processing work, frozen, or just not working. This is especially true when incorporating Ajax requests that take more than …

2
1K
Member Avatar for newbi11

Hi everyone Please I would really appreciate if someone could help with a code on how to add an image to a footer using css: Here's is my footer code: CSS: #footer { width:920px; margin:0 auto; background:url(../../images/footer.png) } .footer-cities { padding:15px 10px 10px 20px; border-bottom:1px dotted #fff } .footer-cities-holder { …

UI / UX Design html-css image web-design
Member Avatar for alisajjad160
0
5K
Member Avatar for tqmd1

Sir I have these codes <html> </head> <style type="text/css"> #box1{ width:300px; border:1px solid green; overflow:hidden; margin:0 auto; padding:10px; } th { background:#6495ED; padding-bottom:5px; color:white; } td { border-collapse: collapse; text-align:center; } .format{ padding:5px; background:white; border:1px solid #90bade; } .namebold { color:brown; font-size:12pt; font-weight:bold; text-align:center; font-family: Georgia, "Times New Roman", Times, …

UI / UX Design web-design
Member Avatar for Wuhoo
0
890
Member Avatar for Gl753

Can a navbar created in PhotoShop be converted to a drop down list via CSS / JavaScript in DreamWeaver?

UI / UX Design adobe html-css ide ui-ux web-design
Member Avatar for almostbob
0
418
Member Avatar for ramsiva

I am getting Mobile view 320x480 and also td by td. But in my desktop i am not getting space between label and textbox. I am applied col-xs-2 to label and textbox but in mobile view i am not getting. Please any body help me to get space between td …

UI / UX Design web-design
Member Avatar for alisajjad160
0
291
Member Avatar for Shaziahussain

Sir I am trying to create dropdown menu, so i have these codes <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <style type="text/css"> #box1 { width:350px; height:150px; padding:5px; border:1px solid blue; margin:50px auto; overflow:auto; } #menu ul li { …

UI / UX Design html-css web-design
Member Avatar for UK-1991
0
214
Member Avatar for tqmd1

Sir I have these codes <!DOCTYPE HTML> <html> <head> <title>Untitled 1</title> <style type="text/css"> #box1 { width:400px; height:60px; padding:5px; border:1px solid blue; margin:50px auto; overflow:auto; } #menu ul li { display:inline; margin:2px; background:khaki; width:150px; height:50px; color:blue; font-size:14px; font-weight: bold; padding: 10px; border-radius: 10px 10px 0 0; } #menu ul li a:hover …

UI / UX Design web-design
Member Avatar for JorgeM
0
195
Member Avatar for Ivan_7

Hi , I try to creat Chess table in HTML , I use DIV to create Content.... I create everything , and as always I have only one problem and that is I cant put my figures in center I try everything <center> , align="center", but nothing. <html> <head> <title>Chess …

UI / UX Design web-design
Member Avatar for gentlemedia
0
194
Member Avatar for mattyd

Hello: I am getting a parse error while running a file on my server on my home machine: Parse error: syntax error, unexpected end of file I have been researching this for a few hours now but have had no results to overcome this error. In the editor it is …

UI / UX Design web-design
Member Avatar for Albert Pinto
0
346
Member Avatar for mattyd

Hello. I am having a small problem involving a text label not displaying correctly over a field. It was fine until about a week ago; I believe I must have changed something and now I do not remember what I did that is causing this error. The State text label …

UI / UX Design email html-css web-design
Member Avatar for Troy III
0
339
Member Avatar for mattyd

There is an issue with a page I am developing that I just noticed. Please take a look at the page: http://redlinedown.com/index700.html# On the top, black panel bar, notice "Log In | Register" in blue > Select this link and watch as the bar opens and drops down. When it …

UI / UX Design web-design
Member Avatar for showman13
0
240
Member Avatar for mattster

I was looking for something similar myself a few days ago, and found the odd example of a CSS based monopoly-type game board. To be honest, they were all shabby examples made with code that left my eyes bleeding. I decided to make my own board and get it right …

UI / UX Design web-design
Member Avatar for pritaeas
2
1K
Member Avatar for mattyd

I am issues involving the CSS for my HTML index page. I will be honest, I did not write all of the mark-up/code so now I am in discovery/repair mode and find myself a bit lost in regards to the external CSS file. I have gone over and over it, …

UI / UX Design html-css web-design
Member Avatar for DaveAmour
0
471
Member Avatar for tqmd1

Sir I am using these codes <html> <head> <title>Center dive</title> <style type="text/css"> html body{ margin:0 atuo; margin-top:20px; } #main { margin: 0 auto; background-color: lightgreen; overflow: auto; text-align:center; height:400px; width:400px; color:blue; } #box { display:table-cell; vertical-align: middle height: 200px; width: 200px; background-color:#FFA500; border:1px solid silver; color:blue; font-weight:bolder; font-size:24px; padding:10px; margin:0 …

UI / UX Design display web-design
Member Avatar for gentlemedia
0
219
Member Avatar for cristian.stilpeanu.1_1

How to redirecting non-www to www with .htaccess for all page's? in my main page(index) works, but if i go mywebsite.com/page2, will not redirect me to my preference domain www.mywebsite.com/page2. How can i fix it?

UI / UX Design web-design
Member Avatar for cristian.stilpeanu.1_1
0
194
Member Avatar for tqmd1

Sir I have these codes <html> <head> <title>untitled</title> <style type="text/css"> #box5{ margin:10px; width:250px; height:250px; border:1px solid green; overflow:auto; float:left; background-size:50%; background: url(https://developer.mozilla.org/media/img/mdn-logo.png); background-repeat:no-repeat; background-position:center; padding:20px; opacity: 0.2; } #box5 p{ opacity:1; color:red; font-size:18; font-weight:bolder; } </style> </head> <body> <div id="box5"> <p>This text is normat text over opacity background</p> </div> </body> …

UI / UX Design web-design
Member Avatar for cereal
0
130
Member Avatar for sriraag

hello, I am trying to develop a dropdown menu , and doing it using lists but the CSS applied to the lists i have not been able to understand so could anyone help me out with it please.

UI / UX Design web-design
Member Avatar for sriraag
0
118
Member Avatar for tqmd1

Sir I am using these codes <html> <head> <title>untitled</title> <style type="text/css"> #boxA{ float:left; } #boxB{ float:left; } #boxC{ clear:left; } #boxD{ float:left; } #boxA, #boxB, #boxC, #boxD{ border:1px solid green; text-align:center; line-height:100px; margin:10px; width:100px; height:100px; } </style> </head> <body> <p>First Row</p> <div id="boxA">Box A</div> <div id="boxB">Box B</div> <p>Second Row</p> <div …

UI / UX Design web-design
Member Avatar for DaveAmour
0
114
Member Avatar for James_43

Hi there, I have the following code to define the first article on the website I'm developing Strong-Links.org <article id="me" class="panel"> <img src="/images/Strong-Links.png"> <a href="#work" class="jumplink pic"> <span class="arrow icon fa-chevron-right"><span>See my work</span></span> <img src="images/me.jpg" alt="" /> </a> </article> This basically just places two images on the page, with me.jpg …

UI / UX Design html-css seo web-design
Member Avatar for James_43
0
252
Member Avatar for berserk

I have been working with this table for some time now and i cannot figure out how to get the nested feature working correctly, when i try to insert the nested table into the original table is admitidly does go in but it removes all the formatting from my previous …

0
321
Member Avatar for Drugsxxx

Hi I was wondering how to do "for" loop in svg, i need it to do something like this: 500 rectangles i rows, simple black rectangels. I did this with Canvas but i dont know how to make it with svg. Could you help me with this??

UI / UX Design web-design
Member Avatar for jaumetet
0
6K
Member Avatar for janicemurby

hya im wanting to remove the white spage in the pic included so you can see the pattern in the background ive tried putting the following opacity: 0.4; filter: alpha(opacity=40); in the css for this but its not doing anything what will make the white disappear ty jan x

UI / UX Design web-design
Member Avatar for diafol
0
188
Member Avatar for london-G

Hi Guys, I have the piece of code below and somehow when I click on the input to type some test, the page reloads(refresh). <div id="searchi"> <form id="search_box" action="search.php"> <input id="search" type="text" placeholder="Search products..."> <input id="submit" type="submit" value="Search"> </form> </div> My css is as follow: #search { width: 270px; padding: …

UI / UX Design web-design
Member Avatar for DaveAmour
0
159
Member Avatar for rosario1990

Hello all, I am thinking where to start. Basically I want to learn about HTML. But I don’t have basic HTML knowledge. Where should I start? Though I am following w3school. Do you think that it’s enough for basic knowledge? If so, how much should I devote for learning HTML. …

UI / UX Design web-design
Member Avatar for fantyfiz
0
225
Member Avatar for berserk

I have this dilemma where I need to make my sub-menus hover over the other content on my page but I cannot seem to do this, I have searched and searched but to no avail. I am to the point where I just need a little bit of guidance on …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
860
Member Avatar for PixelandtheWolf

One of my websites is based off of the HTML5 Big Picture Template: [iamepic.today](http://www.iamepic.today) Within this design, I am noticing two interesting effects taking place, one within Internet Explorer 11 and the Other Being Safari 5.1.7. Within Internet Explorer 11, when you scroll through the different sections from top to …

UI / UX Design html-css image web-design
Member Avatar for PixelandtheWolf
0
343
Member Avatar for richardham31

I want to learn web design. As far as I Know the first step is to learn HTML. I hope I will learn this in this community. Want to learn from all of my friends here. Thanks

UI / UX Design html-css web-design
Member Avatar for jenniferjudy2
0
326
Member Avatar for protas

Hello Guys, I apologized if I may have misplaced this post as I cannot see CURL on any category. Here is my situation. I am trying to create a batch file which will pull up information from a fleet of devices via its web interface. I am using CURL to …

UI / UX Design web-design
Member Avatar for BobMCT
0
311
Member Avatar for Behseini

Hi I have a header div which includes two divs inside as #logo and #social.Please visit this link in JSFIDDLE: [Here ](http://jsfiddle.net/Behseini/2jPrD/1/) now I have to problem to present the page 1- I would like to position the social div (right div) at the bottom of the header(parent div).can you …

Member Avatar for Gangadharbc
0
300
Member Avatar for Taimoor Rana

Hey guys, like I said before, im new to html and css and im having some trouble with the layout of my website. I basically have 2 problems/question. 1- I am trying to align the content of my page... but i am having a hard time. I've attached a picture …

UI / UX Design html-css web-design
Member Avatar for jenniferjudy2
0
239
Member Avatar for london-G

Hello! As part of my unversity module, I need to create an ecommerce website. My only problem is that I need images for this website. Does anyone know a website where I can use images for free? Thanks!

UI / UX Design web-design
Member Avatar for HappyCat
0
221
Member Avatar for fantyfiz

I write a code in html and want to create button that upload a file.I use the following code but it show button name choose files but i want the button show browse as display name kindly guide Filename: <input type="file" name="uploadFile" value="Browse">

Member Avatar for Kumar_K_K
0
211
Member Avatar for Arun_12

Hello, I require the following redirection applying 301 redirection: Redirected from: http://www.hostingwebsitedomain.com Redirected to: http://hostingwebsitedomain.com Kindly assist me how it can be accompalished for all pages. Thanks in advance!

UI / UX Design web-design
Member Avatar for tdrosiadis
0
174
Member Avatar for AQ

what is the code for the selection boxes in html?? is that code included in the form tag or not??

UI / UX Design web-design
Member Avatar for AQ
0
144
Member Avatar for Simon_4

I am not sure anymore, how I can center my elements on the follow page: http://www.outdoorequipped.com/info/Clarks I speak about the 4 images, 1 in the top and 3 underneath. I am sure, it is about text-align and/or margin, and so on. those 3 images, eg clarks002.png, i like to center …

UI / UX Design web-design
Member Avatar for Albert Pinto
0
143
Member Avatar for pardeepkhatri

is there any widget or any thing to check responsiveness locally for website?????

UI / UX Design html-css web-design
Member Avatar for muthu_kumar
0
431
Member Avatar for Badhrish

Hi All, I am a unix script debeloper and I am very new to html coding with basic awarness of syntax. My question is how to add html attributes inside the paragraph which actually contains my XML data? <LIST> <ControlSegment TABLENAME="QueueGeneric" CLIENT="PST" DOCUMENTSTATUS="" PARTNERTYPE="TP" EDITXM="410" EDIVERSION="005010" EDIMESSAGETYPE="4100" EDIMESSAGECODE=""/> </LIST> When …

UI / UX Design html-css web-design xml
Member Avatar for diafol
0
287
Member Avatar for safeer008

Hi, I want to know that is there any kind of copyright issue when you use child theme? As you know that you can modify child themes as you want. As the child theme is property of any other person can that person raise the copyright issue? Help me in …

UI / UX Design ui-ux web-design wordpress
Member Avatar for mattster
0
223
Member Avatar for Simon_4

I have the problem, that in the instector say me: Resource interpreted as Image but transferred with MIME type text/html: http://www.member-diving.com/ I have 3 video's on Youtube. All of them not works. What could it be? Kindly

0
208
Member Avatar for panjiasmara

I was asked this question month's ago to stackoverflow.com. is anyone here can solve this one ? I have a fixed element ( for logo , slogan , ect ) and a dynamic table . i give the distance it with <body style="padding-top: 25mm;"> but only the first page that …

UI / UX Design web-design
Member Avatar for panjiasmara
0
184
Member Avatar for Elvi

Hello! I want to add some icons on my .html work. i tried to do like this, for example: <span class="icon-home"></span> (but nothing show) Anyone can help me please? Thanks in advance!

UI / UX Design web-design
Member Avatar for mattster
0
174
Member Avatar for london-G

Hi guys, I have my website [here](http://nowcommerce.co.uk/) and it is not centered for some reasons. I notice that they are a couple of things wrong but I can't tell what... Any advice?

UI / UX Design web-design
Member Avatar for london-G
0
162
Member Avatar for Sorina_1

Hello :) I'm having a problem with my blog theme :( Here is my blog: http://shiwa-hime.tumblr.com/ and I what that tiny box called 'Cute Shops' to go up when I hover it. What do I have to add/remove in order to go up and not down? Here is the code …

UI / UX Design html-css web-design
Member Avatar for tdrosiadis
0
151
Member Avatar for Rupinder_1

Hi Evryone. I'm new to this group , this being my first post. I have a query which if sorted out could benefit allot. I have searched bt couldnt come to a solution. I just need a direction and a say that "[B] whatever i'm proposing to do is FEASIBLE"[/B] …

UI / UX Design microsoft-office web-design
Member Avatar for limingjin
0
142
Member Avatar for bikertz

I have the code below for a download file link on a web page I designed. It works fine in Firefox, but will not work in Internet Explorer nor Safari. In those instances, the file is displayed as text rather than opening the File Save As dialog box. How can …

UI / UX Design web-design
Member Avatar for bikertz
0
139
Member Avatar for manofprogram

In CSS, if a div in html were to have multiple CSS properties (be it the color red, animated, change color) why do I need to specify in a CSS file multiple CSS selectors to do so? Why can't I combine all those CSS properties into one selector?

UI / UX Design web-design
Member Avatar for tdrosiadis
0
135
Member Avatar for JayGeePee

I'm having an issue with emulation check on IE7. For some reason it seems to be ignoring my css and it's completely scrambled. IE5, IE6, IE8, IE9 and beyond looks great. I had to fix alignment issues on divs in IE5+6, but other that they're fine. But IE7 just looks …

Member Avatar for JayGeePee
0
154

The End.