1,100 Recommended Topics
Remove Filter ![]() | |
Does Dreamweaver create a lot of dirty code ? hence handcoding is preferred by most web designers. This is the answer most designers say is it true? or personal preference. But really do anyone code out there with so many options to build a website are available. UI / UX Design web-design | |
Hi All, I have a bit of a problem with the site I have been working on. Originally I built it on my laptop, to later transfer over onto the "Intranet" server. On my laptop, everything was working perfectly and as intended. I then transferred it onto the server and … UI / UX Design web-design | |
let I am having the Text Link. so what should I do so that i can know how many times the link clicked? I just want to know how can I get the total clicks of link... whether its button or text... This feature is available in softpedia. while clicking … UI / UX Design web-design | |
Good Morning All, It has been quite some time since I've been here, but I had something pointed out to me that I haven't been able to resolve on my own yet, so I'm bringing it to the community of experts to hopefully head me in the right direction. my … UI / UX Design web-design | |
hi there, This is my first go doing a wordpress site and its causing me some confusion. I know how to create all the pages I need and thats going smoothly. I cant seem to get the main navigation buttons in my header to move...expand...anything really except line up in … UI / UX Design html-css ui-ux web-design wordpress | |
Hi, How do you stop divs from moving all over the place when you zoom in and out of browsers? The website I am going to create has to be centered in the middle of the webpage. I need to create a header with an animated gif in the left … UI / UX Design html-css web-design | |
Hey everyone, So I have a website, already up and running but I'm having trouble making the site responsive to different screen widths. I'm having trouble making the text automatically fit to page when I try to manually resize the window in my desk top. I haven't completed the responsive … UI / UX Design html-css tablet web-design | |
Hey everyone, So I've built a website for my portfolio and I want to make it responsive to all browser sizes. However I don't think I've got the basics of it down yet. I've got it to where my menu re-adjusts and but the main content doesn't seem to alter … UI / UX Design html-css tablet web-browser web-design | |
http://prntscr.com/2l3gnh - My Problem I'm currently using this HTML: <footer> <p class="alignleft">Text on the left.</p> <p class="alignright">Text on the right.</p> </footer> With this CSS: /***** Reset *****/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, … UI / UX Design html-css web-design ![]() | |
Good morning everyone I come here today with some questions in hopes that someone can help me through. The problem: At my work, I am requiered to create a chat app for mobile using html5 and websockets. We have a custom made chat app for desktop in the company which … UI / UX Design html-css web-design websocket | |
Hi, I have been having major problems with Frontpage and am ready to download a diffrent free website builder, whats the best one? and how would i upload my current pages to my new builder? UI / UX Design web-design | |
On my site, I've been tweaking the remember me checkbox so that it looks like a button, whilst still being a checkbox, my html is: <span class="button-checkbox"><button type="button" class="btn" data-color="info">Remember Me</button><input type="checkbox" name="remember_me" id="remember_me" checked="checked" class="hidden"></span> A fontawesome icon is dynamically changed and the status of the checkbox is modified … UI / UX Design css-bootstrap web-design | |
I would like to know if `Consolas` and `Arial` are 100% sure to be supported on website by any browsers/operation system; without that I need to use CSS3 for including font exclusively. I have been Googling that stuff, but I found only report of how big percentage of websites use … UI / UX Design web-design | |
<div class="datagrid"><table> <thead><tr><th>header</th><th>header</th><th>header</th><th>header</th></tr></thead> <tfoot><tr><td colspan="4"><div id="paging"><ul><li><a href="#"><span>Previous</span></a></li><li><a href="#" class="active"><span>1</span></a></li><li><a href="#"><span>2</span></a></li><li><a href="#"><span>3</span></a></li><li><a href="#"><span>4</span></a></li><li><a href="#"><span>5</span></a></li><li><a href="#"><span>Next</span></a></li></ul></div></tr></tfoot> <tbody><tr><td>data</td><td>data</td><td>data</td><td>data</td></tr> <tr class="alt"><td>data</td><td>data</td><td>data</td><td>data</td></tr> <tr><td>data</td><td>data</td><td>data</td><td>data</td></tr> <tr class="alt"><td>data</td><td>data</td><td>data</td><td>data</td></tr> <tr><td>data</td><td>data</td><td>data</td><td>data</td></tr> </tbody> </table></div> CSS .datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #36752D; -webkit-border-radius: … UI / UX Design ui-ux web-design ![]() | |
Hello Programmers! I am working on a 'comics' page of my website. It is going to have multiple pictures (arranged neatly in a table) for the viewer to see and enjoy. I would like to have the images (by default) have a width of 10% of the browser window's width … UI / UX Design html-css image web-design | |
Hi all thanks for reading, I am having problems getting my padding to work how i would like. I have a the followinc code for my page <!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>Sonc Hydro</title> <link rel="stylesheet" type="text/css" href="css/main_styles.css" /> … UI / UX Design html-css web-design | |
Hey i want navigation menu with image ... It means that if in my manu there is 3 button home,serviceses,about us than when onmouseover on that text it shows images which i choose..this type of implemntation done by me.. But when images change there is no effect ... And i … UI / UX Design javascript web-design | |
So what i am trying to do here is to create a slide show which will show both image and text box with one click and i cannot seem to get it right so anyone here can help me? CSS: #divs color:black; width: 350px; height: 350px; overflow: hidden; position: relative; … UI / UX Design web-design | |
**I am creating a webserver where I am using a tool called HMMer. When user uses this server they have the option to generate the output for the input either as tabular output or as text output.My problem is to show both output in the web page. I am doing … UI / UX Design perl web-design | |
Hi there guys, I have quite a stupid question which for some reason I cannot wrap my head around. I have a table with supposed 4 cells (2 rows x 2 columns) but I want to set the 2nd column's rowspan to 2 making 3 cells <table> <tr> <td id="cell1" … UI / UX Design html-css web-design | |
Does anyone know how to move around the tables using PHP. UI / UX Design html-css php web-design | |
please follow this link and help me https://drive.google.com/file/d/0B6V-9RLYdFzeVUVQdzJyNnd1MEk/edit?usp=sharing visit html file and help regarding this proble UI / UX Design web-design | |
Here is the fiddle : http://jsfiddle.net/terryds/2QNK3/ The problem is the black bar at the top of the page... It should have 5px margin-bottom.. But, it doesn't... Please help me fix it... UI / UX Design web-design | |
Hi I want my link to blink. I am using this code <a href="#" style=" text-decoration:blink;">Click Here</a> but it is not working. UI / UX Design html-css web-design | |
how to disply mysql table data on same form and also edit update and delete these data on that form in wordpress UI / UX Design display mysql web-design wordpress | |
How to detect key being pressed and how to send "impulse" to PHP file about which key has been pressed? Simply Googling "PHP key detection", doesn't deliver reliable resources. Offcourse I could use JavaScript, but I wouldn't be able to get this to PHP, since, they're on opposite sides. UI / UX Design java javascript web-design | |
I am having the website and it's based on the Educational Purposes... I am having the code for different programs and all so etc... So The question is that How can i add the code as syntax highlighter PFA...  UI / UX Design vb.net web-design | |
Hi, I am new on this all, I want to add RSS Feed to my website. But really i don't know about this anything. As I am on windows 7, The gadget RSS FEED (i look on it) and also view some pages like [THIS](http://windows.microsoft.com/en-us/windows7/Using-RSS-feeds) but the Question is How … UI / UX Design web-design xml | |
hello friends, Happy new year all just want know how can i set the label of field on the top of field not left on the top. UI / UX Design web-design | |
Having some issues with securing my home FTP server running FileZilla FTP Server. Basically I was running through the guide on Life hackers guide on how to setup a personal home web server [Click Here](http://lifehacker.com/124212/geek-to-live--how-to-set-up-a-personal-home-web-server). Regarding the section of locking down directory access from HTTP I did the following. 1. … UI / UX Design apache web-design | |
**Hi 2 All,** I am getting problem with email images. The TD width and height is fixed but the image is coming dynamically from databse which might be bigger or smaller. If I apply **overflow:hidden** also, the image is showing up like squized or streched. Is dere any solution to … UI / UX Design email html-css ide image web-design | |
Hello, I have a few links that I have given a relative position. They have the widths set to 200px, however they do not follow this at all and only have the width wrap around text. When they had the position of float, they followed the width rule of 200px. … UI / UX Design html-css web-design | |
Hi i am trying to create an application, in which 3 images will be shown as thumbnails,if we click on one it will expandand other thumbnails will be hidden.if not selected there will be a timeout and one image will be expanded randomly. UI / UX Design web-design | |
Hello, I am trying to stylize the event in the front page: [Event frontpage](http://www.rustoleum-indonesia.com/events_3.png) I wonder why it does not work. index.php <?php include('include/con_database.php'); $result = mysql_query("SELECT * FROM dynamic_content WHERE CatID='4' LIMIT 2"); echo '<br><br>'; echo '<table border="0"><tr>'; while ($data = mysql_fetch_array($result)){ echo '<div id="banner">'; echo '<td width="25%">'; echo … UI / UX Design web-design | |
so basically, I have a plugin for a forum that applies a glow effect to the message content... however, in modern browsers quotes and codes also have the glow applied to them, unless negated by another glow, while in IE8, this also affects images and other content... how can I … UI / UX Design web-design | |
my site's link is http://daplonline.in/ i want to put 4 more link in above image "Note only for first image not at all" am tired let's see the CSS Code for bottom buttons .main_image { width: 598px; height: 460px; float: left; background: #333; position: relative; overflow: hidden; color: #fff; } … UI / UX Design web-design | |
Hi Guys, Not very sure if this is the right place but I am launching a multi-vendor site and would like to know if any of you have any ideas on what I should name the product. I had a few ideas but either its taken or the domain is … UI / UX Design web-design | |
i need some calrification on web site publishing ,hosting, space usage UI / UX Design web-design | |
First, here are my code HTML <!DOCTYPE html> <html> <head> <link type="text/css" rel="stylesheet" href="css/style_v2.css"> <title>Far Far Away - A folktale at Faraway Island</title> </head> <body> <header> <div id="logonslogan"> <a href="#">Well-Designed Blog</a> <p id="slogan">Created by Terry</p> </div> <div id="navnsearch"> <nav> <ul> <li><a href="#">Home</a></li> <li><a href="#">Portfolio</a> <ul> <li><a href="#">Wordpress Theme</a></li> <li><a href="#">Blogger … UI / UX Design html-css web-design | |
Hello, My website displays perfectly fine on the computer however when it comes to phone or tables the background image becomes smaller. I have spend more than 4 hours trying to figure out why but no luck. Will appreciate if you guys can give me a hint. The website is … UI / UX Design web-design | |
Sir, I am using these codes <?php require_once("connect.php"); if(isset($_POST ['display'])) { $sql="select * from photo where id=2 "; $query=mysqli_query($con,$sql); while($row=mysqli_fetch_array($query)) { $image=$row ['picture']; echo '<img src="upload/'.$image.'" width="50" height="50">'; } } ?> <html> <head> <style type="text/css"> html { overflow:auto; } body{ background-color:#e7f4fe; } #container { margin: auto; position:absolute; top:0;left:0;right:0;bottom:0; background-color:#CFC; padding:10px; … UI / UX Design web-design | |
Hi all ...( warning : i am a total newbie to web development ) i am planning to develop a website... i have all the content to put into the website...and i already have a fanbase for the website. I have created the structure of the website in localhost. just … UI / UX Design css-bootstrap ui-ux web-design | |
I have some problem with my HTML code but I cannot figure out why, hope you guys can help me. My website here http://caycanh.url.ph/ although **displayed fine**, I saw some problem when I use Firebug to detect the code. This is how it displayed in Firebug dock: <html lang="en-US"> <head> … UI / UX Design html-css web-design wordpress | |
Hello everyone... sorry,I just come and ask you something hmmm...I'm still learning about css my problem is I can't convert from psd to css what should i do ? please tell me... UI / UX Design html-css web-design | |
Hi guys one problem I have been having lately is when I create a template for a website my container div does not surround all of the elements inside it. The only way I can get it to do so is to give it a height but I dont want … UI / UX Design html-css web-design | |
I am having a problem with my Wordpress website and I think that it has been hacked. First of all, my site is really slow. I have also noted some funny content that has been added on my site. Could this be a sign that my site has been hacked? … UI / UX Design web-design | |
Can anyone share the free guenine website which show the html and css of the contact forrm. UI / UX Design web-design ![]() | |
Hi. Im trying to fix the CSS stylesheet of my webshop. I only got the css stylesheet to work with so cant use the html basic code. I have made changes to a lot of things but two elements I cant find the code for. I want to change the … UI / UX Design html-css web-design | |
Sir, I am using 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><title>My Contacts</title> <style type="text/css"> html { overflow:auto; } body{ background-color:#e7f4fe; } #container { margin: auto; position:absolute; background-color:#CFC; padding:10px; overflow:auto; width:150px; height:150px; text-align:center; border:1px solid #09F; } .hidden{ display:none; } </style> <body> <div id="container"> <form … UI / UX Design web-design | |
Here, I am having my site and Now I want to create the Badge image as Softpedia and all so. For example [LOOK HERE](http://deepappsstore.weebly.com/advance-notepad.html) at the Bottom, I want to create this type image as to show the user/audience about the software skill. So can anyone tell me How to … UI / UX Design web-design |
The End.