7,985 Archived Topics
Remove Filter ![]() | |
I've been developing software for over 25 years and have been doing web development for the past 10. I'm an entrepreneur with several web services, some commercial, some not. While putting together a new service this week, non-commerical, I reached my breaking point with Internet Explorer and made a conscious … UI / UX Design html-css javascript web-browser web-design | |
Trying to apply some CSS to the select options in the drop down menu. The line-height or height variables are not kicking in on the <options> variables. I'm using this: <style> .styled-select select { background: #E4E6F5; width: 300px; padding: 8px; font-size: 16px; border: 1px solid #E4E6F5; height: 42px; } select.select{ … UI / UX Design html-css web-design | |
how to use Different CSS Stylesheets For Different Browsers UI / UX Design html-css web-design | |
hi everyone I recently designed my webpage via notepad++ I am very basic at this, right now some pages of my site doesn't show up in other browsers than firefox. (like the contact form in contact page doesn't show in IE) please help me what to do. Also it seems … UI / UX Design image web-browser web-design | |
What is the quick and easy way to update a navigation bar on a multipage website. I want the page to show where you are as well, currenly I am using a css id to keep track of what page you are on. <div class="nav"> <ul> <li id="current"><a href="some_url/">Home</a></li> <!-- … UI / UX Design javascript web-design | |
http://www.lifestreamrochester.com/register_form3.html When completing this form and clicking "agree and submit"it takes me to an error page. This is a new issue and I am unsure how to correct it and unsure what took place to make this happen between yesterday and today. I did edit an info box within this … UI / UX Design email html-css web-design | |
Hi , I have a gif of a moving ball (ball.gif) that plays once on loading, and when clicked it playsthe sound file (ping.mp3),but duz not move the ball. 1.How duz one get the ball.gif not to play on page loading ? and 2.How can you make ball.gif play with … UI / UX Design web-design | |
i have a webpage in html5 with various divs made into pages with data-role="page" and each page having id="second" "third etc... Now i want to use the inbuilt validations..but for that i have to use the form tag...which redirects my pages to the html5 homepage..which is undesirable...can anyone help. <div … UI / UX Design html-css web-design | |
Hi everyone, I have a simple question. I have an index with background and a video player...I want to change places of the background and the video. http://thedarknessbg.com/intro2/ How to make the background to be on top of the video not like now the video to be on top. I … UI / UX Design html-css video web-design | |
Hi, I am new in web design.So,I need your help. Because i build my carrer as a web developer. please visit this site: http://www.webdo.x10.mx/index.php please go catagory link and i want my *header section*, *Add purpose section* and *footer section* in catagory page just look like home page with *content* … UI / UX Design html-css php web-design | |
![]() | I have a line of images - each image is wrapped with a <span> and the whole thing has a <div> around it to centre the whole thing and add a margin underneath the images. The site it's on is responsive - as a result, as the width is reduced … UI / UX Design web-design |
so i created a html file using adobe edge 6 and now i want to make it a usuable web page for my affiliate marketing bussiness how to i get it to have a http:// adress it now starts with file:// and ends with html UI / UX Design html-css web-design | |
Hello, I'm making my first website so I'm new to everything. I have some JQuery and HTML on one page and some external CSS on another. The website looks fine on my computer. I uploaded it to the hosting site and it works fine. Then I went on another laptop … UI / UX Design html-css web-design | |
Dear All, We have got 3 divs as below. What we would like to do is that the inner div gpsDataDiv will be table populate and later just assign here using this method document.getElementById("gpsDataDiv").innerHTML = htmlString;. The problem here is that in IE there is space between the two div … UI / UX Design web-design | |
If I wanted to make a site liquid with percenteges, could I make the background image of a header change sizes with the window? Or will the image stay the same and just make it look wierd? UI / UX Design web-design | |
When I use my css inline it works just fine, but when I try to do external, it leaves out the first selector group, whatever it is. Right now its my body, but if I took that out it would leave out whatever took its place as first selector. The … UI / UX Design perl web-design | |
I would like to put a scollbar in my page so that people would not see all the comments in my commentbox and would have to scroll down. I **do not** want to add an iframe or a textarea to do this. How can i do this? Sanchixx UI / UX Design web-design | |
[CODE]I'm currently redesigning my website in Dreamweaver CS5. My site was previously made in iWeb, which centered the page automatically in any browser at any resolution. When I preview my site in Safari using Dreamweaver, the whole page seems aligned left. Another issue (which I should probably also post in … UI / UX Design html-css ide java web-design | |
I have been trying to get the sponser logos (Vail, Oakley, etc.) on [www,noahhoffman.com](http://www.noahhoffman.com) to link to their respective websites for the past few days and have run into an issue. Even though the images are linked they are unclickable. I think this is an issue to do with the … UI / UX Design html-css seo web-design | |
Hello. I managed to place few DIVs, one below another in container DIV. The container DIV has fixed height (about the height of 2 inner DIVs). The problem is that the inner DIVs are drawn, in one "column", down and out of the container. How can I make them start … UI / UX Design html-css web-design | |
Hi, I have a login system this is the code <table> <tr><td> <?php /** * User has already logged in, so display relavent links, including * a link to the admin center if the user is an administrator. */ if($session->logged_in){ echo "<h1>Logged In</h1>"; echo "Welcome <b>$session->username</b>, you are logged in. … UI / UX Design session web-design | |
Hi everyone, I have problem with links on my site ([http://troszczynka.pl](http://troszczynka.pl)). I would like to place them permanently on the top of the notebook (just like in the project: [http://troszczynka.pl/home.png](http://troszczynka.pl/home.png)) and make an animation of rolling out link with jQuery with mouse hover event. I can manage jQuery by myself … UI / UX Design html-css javascript-jquery seo web-design | |
Hello, I know CMS like Drupal, Joomla, Wordpress and others offer many templates, and I want to know whether it is possible to build a template which could be used on Drupal, yet at the same time on the others, thus making it CMS independent? Any tutorials/links on this if … UI / UX Design cms web-design wordpress | |
Hi, i'm trying to do a table with border:1px solid #000000 But i want border between rows and columns. Can someone help me, please? Here's my table if it helps or something: <table> <thead rowspan=1> <tr> <td>Nome da Banda</td> <td>Estilo</td> <td>Atividade</td> <td>Line Up Atual</td> <td>Line Up Tour</td> <td>Ex-Membros</td> <td>Linguagem</td> </tr> … UI / UX Design web-design | |
Hi guys, I have a question about selectors in css. Let's take this html excerpt but before looking at the code let's assume that the html is part of a very very large page, and the same with the css. In addition the css rule below is called several times … UI / UX Design html-css web-design | |
How do you get a visited link to go back to the unvisited color? Like if I x out of the browser and come back a later day, I want it to be the original color again. UI / UX Design seo web-design | |
This is my web: [masterlink](http://www.masterlink.co.id/Rustoleum2.php) The content only looks good in 1280 x 800px, other than that it start being dislocated. I thought I already place the content inside a container which I located in the center no matter what the resolution is. The content suppose to follow the container, … UI / UX Design web-design | |
Hi I have a wordpress theme which I am looking to add some custom Html and CSS from another theme to The actual theme code is here for the page http://cssdesk.com/Uhwus The code I am trying to see is some of this http://www.kevinwiles.co.uk/wp-content/themes/breeze/cv/ I am looking to take out the … UI / UX Design html-css web-design wordpress | |
How would you add sub meus to this menu. <div class="menu"> <ul> <li><a href="index.html" class="active"><span>Home Page </span></a></li> <li><a href="contact.html"><span>Contact Us</span></a></li> </ul> </div> UI / UX Design web-design | |
How can I put it next to entry blog on right without using margin:-3900px;? UI / UX Design web-design | |
Hello, am looking for a tool which can help me render a static website quickly so as to show the clients a quick prototype of how their website would look, and the tool must be able to generate the html codes and store them, as well as provide the design … UI / UX Design cms database-design web-design | |
Hello Friends, I was trying to update my website sitemap by xml-sitemaps.com. But it is showing me an error now. Can any body help me how can I create sitemap for my website. I will be so please. I am seo not developer only have small knowledge of development. So … UI / UX Design seo web-design xml | |
Hi, I have a list of image URLs and I want them all to be downloaded locally. Copying each url paste in browser and then save to folder takes long time. Can any one suggest any software which takes list of image URLs and download all images in a specified … UI / UX Design image web-design | |
Hi all... position elements is giving me a hard time here :( hope you could hlep with with these 2 questions. 1. how does inline, inline-block, block affect position? 2. consider the code below, how do i vetical and horizontal center the elements inside #contenter. seems code tag doesnt <html> … UI / UX Design html-css web-design | |
how can i make this div unresizable in a smaller screen size: #space3 { display:inline margin:auto; font-family:Arial; text-align : left; font-size:16px; width:490px; background-color:#f2f2f2; border-bottom:0px; padding-bottom:0px; padding-top:0px; padding-left:20px; border-style:solid; border-width: 1px; border-top:1px; border-right:0px; right:345px; position:absolute; } #space3 a { -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 0px 0px 5px 5px; font-family:Arial; text-align … UI / UX Design html-css web-design | |
![]() | Which of the following is used to set up a Style Sheet? <STYLE> </STYLE> <SHEET> </SHEET> <CSS> </CSS> <STYLE> </SHEET> UI / UX Design web-design ![]() |
Hello, I have a sprite dropdown menu that works fine everywhere besides IE9. In IE9 the menu just doesn't drop. I have search the net for 2 days trying to find a solution with no success. My html code: <div id="nav"> <div id="menu"> <ul> <?php if($title == "Home"): echo '<li … UI / UX Design html-css web-browser web-design | |
![]() | What is a Style Sheet used for? To speed up web development To load scripts in to the browser To improve web page formatting As a plug-in for Internet Explorer UI / UX Design web-browser web-design |
Hello, my website looks perfectly fine on my iPad (which I created it on) however some of the divs such as for comments overlap other divs. I'm not sure why that is. Also, once you login, the header of the website gets cut off. I think this is due to … UI / UX Design html-css ipad web-design | |
I'm trying to styalize my links but it isn't working. It shows the change in DW, but when I FTP the site it is default. Tried different browsers and settings, different computer to see if it was my computer not displaying, but it isn't working anywhere. I tried different styles … UI / UX Design html-css web-design | |
Hi everyone, My name is Tony and I recently just joined the DaniWeb community. Some of my friends linked me to here because of my current dilemma. Recently, I have created a website through iPage with my friend and the layout she has for my website is one I do … UI / UX Design web-design | |
I am trying out wordpress for a section of my website. It gives a tag line at the bottom "**Proudly Powered by Wordpress**" ..I want to remove it obviously. Can anyone guide me on this please. UI / UX Design web-design wordpress | |
dear sir, My question is this that how to create link in gmail. please tell me the whole process of creating link in gmail. i try for this with html tag <a href> but i want that only link should be create in sent email but with this tag, the … UI / UX Design web-design | |
Hi, I have problem with the dropdown menu overlapping. http://bit.ly/KSmtJT suppose the "leafs" will show the drop down menu. Please help! Thanks. UI / UX Design html-css web-design | |
Hi everyone, I have a problem which needs an urgent solution! I recently uploaded hundreds of images to the pictures section of my website with file names like this: rihanna-battleship-movie-premiere.jpg It was only after I uploaded hundreds of images adding the file extension ".jpg" that I realised that I should … UI / UX Design file-system image web-design | |
should i specify width everytime i use float and why? UI / UX Design web-design | |
Cek this site: http://www.masterlink.co.id/ Cek the text which is out of order. I wonder how to keep the text in order eventhough I change the screen resolution for example to 1280 x 800 or 1024 x 768 px. index.php <html> <head> <title>Rustoleum</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="style.css" rel="stylesheet" type="text/css" … UI / UX Design html-css web-design | |
Hi people! :D I'm new to html and css, aside of an artist. I am trying to create a template for art tutorials. Basically I want to have a series of rows, with a floating image to the left or right, and an explanatory textbox on the other side. The … UI / UX Design html-css web-design | |
I am looking to create a PBBG game using HTML and CSS for the display and then PHP and MySQL to handle the game itself. It shall only be simple, click on this item and upgrade it if you have enough resources e.t.c. I am hoping to make it a … UI / UX Design html-css web-design | |
Hello, I was doing my project today and when I start typing in this page this happen http://postimage.org/image/fq13fb2n5/ http://postimage.org/image/fq13fb2n5/full/ I don't know why did this happen is their someting wrong with my template also there is another probelme even though I only made the content is editable I still can … UI / UX Design web-design |
The End.