7,985 Archived Topics
Remove Filter ![]() | |
I have a client who hired me to re-design his DJ site. He is adding venue pages for all the places he entertains - ok so far. When we discussed this page early on, he said he wanted to add "some pictures" of all the different venues. No problem. Each … UI / UX Design web-design | |
I have worked on this for hours and I can't get it to work...any help on the code appreciated! Thanks. <html> <head> <title> My Calculator - Constance Dobbins </title> <script> function getInputAsText(_id){return document.getElementById(_id).value} function getInputAsNumber(_id){return parseFloat(document.getElementById(_id).value)} function setOutput(_id, _value){document.getElementById(_id).value = _value} function calculate (code) { //declare variables var first var … UI / UX Design web-design | |
I got the js to load but i can not figuer out how to verify without mail being passed through instead of caught out using googles example and watching you tube videos. I am updating exisiting mail form that has validation on it. I tried the php plugins but they … UI / UX Design web-design | |
Hello, I would be grateful if someone could help me with aligning the text before the language flags, so that they are in the order: S'inscrire.... Contact Plan du Site, on the same line as the flags.... My link is http://www.parspas.ch/parspas/index.php TIA. UI / UX Design html-css web-design | |
Hello, I have a png (png-24) image which currently makes 500kb, but it is taking a rather long time to load when posted on my website, and I would like to reduce its size to around 200kb so that it can load faster. Anyone knows how to do this on … UI / UX Design web-design | |
I know website with MSword -pretty simple...I need to create website like cnn.com-newsletter type.I tried the simpliest way- just creating single web page per each document,and hmm,it works, but when you start editing html , some of the pages can't be edited,because- all stuff wiped out only some buttons left. … UI / UX Design web-design | |
HI Hope someone can help I have 2 sets of tabs on the page both are the same code and pointing to the same css, when the page loads everything is shos fine. But if you select one of the first set of tabs the first tab on the 2nd … UI / UX Design web-design | |
quick question.Take this html <form id="the_form"> <input type="checkbox" value="ideal" name="ideal_drive" id="ideal"><label for="ideal">This is a test only only</label><br> ... Say I want to select the text in the label and give it a different colour. I tried this rule #the_form label[for='ideal']{ color:yellow; } It works ok but not in IE7. SO, … UI / UX Design html-css web-design | |
Hi everyone, I need to hide the scrollbar on a div that has overflow:scroll; enabled so that the div will scroll with mouse and keyboard but the scrollbar itself will not be displayed. Is there a way of doing this with css or is javascript the way to go? UI / UX Design web-design | |
Hello there, after weeks of works and test the project on different web browsers I noticed that my site not working propably on IE9 and its totally missed up :(, how can I fix this problem test this link http://pic4u.netau.net/share UI / UX Design html-css web-browser web-design | |
My URL is: http://www.mildaspergers.com/sitemap.txt and for robots: http://www.mildaspergers.com/robots.txt Hello, When I started, I only submitted one site to Google (which went fine). Then I tried adding more pages, and it would not go through. I have added a phpbb script, tried editing it, to no avail. I tired messing around … UI / UX Design phpbb seo web-design ![]() | |
Can any one tell me hoe to edit wordpress theme from edit option? I want to change my theme from theme edit option. UI / UX Design ui-ux web-design wordpress | |
I am trying to get an animation, like the one at http://tympanus.net/Tutorials/TypographyEffects/index6.html But for some reason it is not animating at all. Is there any fix for this? My code is <DOCTYPE html> <html> <head> <title> Saturday Night Live </title> <style> body { background-image: url('http://images.fanpop.com/images/image_uploads/SNL-Wallpaper-saturday-night-live-784022_1024_768.jpg'); background-size: cover; } .letter-container h2 … UI / UX Design html-css web-design | |
Hi, I have two paragraphs, and I am trying to get the second one to float:left; But the paragraph just stays where it is, without floating. I added `<div class="clear"></div>` to my html, but that did not help. Can anyone see what I am doing wrong? Url is [www.accupresh.com](http://www.accupresh.com) Thank … UI / UX Design web-design | |
<style> p.title { text-align: center; font-family: georgia,palatino; font-size: 18px; font-size: 20px; color:blue; font-style:italic; } p.cont { text-align: center; font-family: georgia,palatino; font-size: 18px; font-style:italic; } p.sun { text-align: center; font-family: georgia,palatino; font-size: 18px; font-size: 20px; color: #99cc00; font-style:italic; } p.rew { text-align: center; font-family: georgia,palatino; font-size: 14px; font-style:italic; } </style> <p … UI / UX Design html-css web-design | |
> <style type="css"> p.jin { text-align:center; font:georgia; font-size:20px; color:blue; } </style> <html> <p class="jin">Summer Special</p> </html>Quoted Text Here UI / UX Design html-css web-design | |
<div id="about-us-page"> <head> <style type="text/css"> a:link {color: #6c6a6a; text-decoration: none; } a:ctive {color: #6c6a6a; text-decoration: none; } a:visited {color: #6c6a6a; text-decoration: none; } a:hover {color: #6c6a6a; text-decoration: none; } table, tr, td { align:center; margin-left:30px; } </style> </head> <center> [soliloquy id="212"] </center> <span><p style="font-size:large">Retail Websites</br> Sites currently operational are:</p></span> <table … UI / UX Design html-css web-design | |
I can't seem to find anything on spacing landscape. I know you can add Vertical space with <br>, but is that the best way. Any thoughts would be appreciated. Thnks, Giddyup UI / UX Design html-css web-design | |
Everything on my site looks fine when viewed from a normal, 100% zoom. When I zoom either in or out, the slogan and some other info on the header jump around on the page- either to the left or to the right. How can I fix this issue? The url … UI / UX Design web-design | |
How can I make a nav bar stretch the entire width of the browser (every size browser, even when zoomed in or out) without getting a horizontal scroll bar? The url to my site is [www.accupresh.com](http://www.accupresh.com). I have a nav bar that I want to be stretched to fill the … UI / UX Design web-design | |
<div class="parent"> <div class="child"></div> </div> /* Final Width: 200px */ div.parent { width: 200px; } /* Final Width: 202px (with border) */ div.child { width: 100%; border: 1px solid #000000; } /* Final Width: 200px (with border) */ div.child { /* Width Inherited -- Assumed as 200px? */ border: 1px … UI / UX Design web-design | |
Hi there, say I have this situation: `ul a[href$=".pdf"]{...}` to match any link that end in .pdf: how do I match any possible combination of "pdf"? Say "pDf", "PDF" etc? I thought that I could use regex in the css, but I really don't know anything about regex, so I … UI / UX Design html-css pdf regex web-design | |
So I've been doing this for a few days and still am not getting the result I want. I have some HTML coding something similar to this: <div> <div><img /><span></span></div> <div><img /><span></span></div> . . . </div> The problem I have is when the nested div exceeds the width of the … UI / UX Design html-css web-browser web-design | |
how to medge html code with database using any language? UI / UX Design web-design | |
i have so many categories and each category have so many items. like a food website. ok now i want to use fancy box. when burger category was click . i want to show different fancy box. and when kebabas category was clicked i want to show another fancybox.. The … UI / UX Design javascript-jquery php web-design | |
My facts link is smaller than the rest for some unknown reason? http://spencedesign.netau.net/singaporehome.html UI / UX Design html-css web-design | |
G'day. I created a simple FAQ page but the last line gets hidden behind the footer. I know why because the footer postion is set to fixed and I want it to be at the bottom too. Better explanation: http://i.imgur.com/eHZdv.png I don't see the need for posting any code right? … UI / UX Design web-design | |
I need help. I tried embedding a SWF banner I made for my website and when I try to preview it in either IE, or Firefox it doesnt even show the file. I have even tried to export the file to the remote server but still nothing. Suggestions? UI / UX Design flash ide web-design | |
Hello dear daniweb members, Hope you are all well. Recently I bought a VPS from [atlantic.net](http://www.atlantic.net), I have moved my wordpress blogs under this VPS. Now, I am planning to make one stock lot blog with SMF technology. I heard that, SMF is very easy to use, but I never … UI / UX Design cpanel web-design wordpress | |
If you look at the box shadow inset here http://spencedesign.netau.net/singapore-tour.html#/intro You can see that it is at 100% and goes all the way down no matter the size of the page, but I can not seem to recreate it here http://spencedesign.netau.net/singapore-author.html it is using the same code. I do not … UI / UX Design html-css web-design | |
I am trying to create a website with a slide show similar to the one on this page www.gethealthymarshall.com. I have no idea where to begin. Does anyone know of any tutorials or source codes i could download to do this? Thanks. UI / UX Design html-css web-design | |
I'm using asp.net with themes, master and child pages. In the base css, I've got the img tag with a border. It's great in that I never have to place a border around my images. However, on one page where I'm using the Nivo slider, I want to remove the … UI / UX Design html-css image web-design | |
Can someone please tell me why there is extra white space to the right, and why the border around the page doesn't go to the bottom! My link is http://spencedesign.netau.net/singaporehome.html There was no whitespace when I had the links in a ul, but now that I put them into divs … UI / UX Design web-design | |
I am a beginner at Jquery, and am trying to implement easy slider onto a website. I have the slider on the page, but nowhere near the correct location. I think the issue is stemming from the fact there are two CSS files, and the screen.css file (which is tied … UI / UX Design html-css javascript-jquery web-design | |
For some reason I can't move one of my div tags, the gallery one. It looks just like all of the rest of the divs that move fine with absolute positioning. My website is http://spencedesign.netau.net/singaporehome.html If you look at the code it is obvious that the gallery is not moving. … UI / UX Design html-css web-design | |
I have a problem with my slide show have 6 images, and you can flick throw the images, there's three images that shows up in that slide show, if you click the middle one you go to a link if you click on the sides it should slide to the … UI / UX Design html-css seo web-design | |
I'm working on a website project. I formerly designed and coded it on the mac. Everything was displaying and fucntioning correctly. When i tried loading my project through the pc, the pictures and headers are not showing up anymore. Plus the php codes are displaying on the page. UI / UX Design microsoft php web-design | |
How do you make a link by a button field. I don't need to ordinary image link or button. But a field (in dreamweaver green transparent) where u can put up coördinates where it belong to with a link to an other page. When to user click on that side … UI / UX Design web-design | |
Hello buddies, I designed a block for items shown on files system, so one block repeated for each item, but I noticed there is a **huge space** between two items and I dont know why, here is my code and picture to the problem. **css** #Container{ padding:0px; margin:0px; position:relative; top:-160; … UI / UX Design html-css web-design | |
for some reason it my postion of div get messed up when i resize window. not sure how to fix this. <div id = 'header_outer'> <div id ='header_left'> <p>HELLO WORLD</p> </div> <div id='header_right'> <h4>HELLOOOOOOOOOOOOOOOOOOOOOO</h4> </div> </div> #header_left { border: 3px solid blue; float: left; padding-left:20px; font-weight: bold; font-size:45px; width:50%; } … UI / UX Design web-design | |
I have tried various ways but am still struggling to get a working slideshow embedded in a web page. Would like to be able to vary times and transition type. Is there a simple way I can do this? Thanks UI / UX Design web-design | |
Hi everyone.. This is going to sound like a dumb question but I have to ask it because I really don't understand something here. I understand that HTML is used to arrange and display data, but HTML has to be written on something and thats where I get stuck. Lets … UI / UX Design html-css web-design | |
Hi, i tried google for a solution, no success... I want to take google analytics and display them in a line graph on my website, how do i do that? Thanks! UI / UX Design display google web-design | |
Hi Sorry about the title... i kind of messed it up. I have a drop down menu and it contains many cities (California Cities) and I am trying to turn it into an address search... Sorry if my question forms another question... but here is an example of what I … UI / UX Design web-design | |
Hello, I have build a website and would like to build the web application for it as it has some flash content which is not supported by Apple. When the user access it from a device(mobile phone or ipad) I would like the user to be directed to that web … UI / UX Design apple ipad web-design | |
this is the function <SCRIPT TYPE="Text/JavaScript"> <!-- Beginning of JavaScript - function changecolor(code) { document.bgColor=code } // - End of JavaScript - --> </SCRIPT> this is the code <a href="" onmouseover="document.bgColor='turquoise'">C</a> <a href="" onmouseover="document.bgColor='pink'">h</a> <a href="" onmouseover="document.bgColor='blue'">o</a> <a href="" onmouseover="document.bgColor='red'">o</a> <a href="" onmouseover="document.bgColor='yellow'">s</a> <a href="" onmouseover="document.bgColor='green'">e</a> <a href="" onmouseover="document.bgColor='white'">your</a> <a … UI / UX Design web-design | |
this is the html <cat> <ul> <li><span><a href="#">Sekolah</a></span> <ul> <li><a href="perutusan.html">Perutusan Guru Besar</a></li> <li><a href="sejarah.html">Sejarah</a></li> <li><a href="etos.html">Etos</a></li> <li><a href="#">Iklim Sekolah</a> <ul> <li><a href="falsafah.html">Falsafah Misi Visi</a></li> <li><a href="logo&bendera.html">Logo & Bendera</a></li> <li><a href="piagam.html">Piagam</a></li> <li><a href="lagu.html">Lagu</a></li> </ul> </li> <li><a href="peraturan.html">Peraturan</a></li> <li><a href="pelanevakuasi.html">Pelan Evakuasi</a></li> <li><a href="pelansekolah.html">Pelan Sekolah</a></li> </ul> </li> <li><span><a href="#">Pengurusan</a></span></li> <li><span><a href="#">PIBG</a></span></li> <li><span><a … UI / UX Design cms html-css web-design | |
Hello this is my first post here, Google has led me to this site a few times and I made an account today to ask a question about CSS Floats. I have Django code to generate a DIV for each srvr object in my database. Here is my HTML: {% … UI / UX Design html-css web-design | |
Good day Web Developers and Designers! I would like to ask your opinion which is the best CMS to use and why. Is it Joomla, Wordpress, PyroCMS, Adobe Contribute? UI / UX Design cms web-design wordpress | |
<input type="text" placeholder="Enter Username" /> as you can see in file. i have a filed and in that field i have a placeholder "Enter username". but placeholder is bit high. i want to lower it. i am not sure best way to go about this. iam think using css tags UI / UX Design html-css web-design |
The End.