2,272 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for NubTruck

I have been reading some tutorials about floats from various sources on the web. They say that if you want to float one div element next to another you are to put a float attribute into one of the div elements. for example one website says this... > Quote From …

UI / UX Design html-css web-design
Member Avatar for AleMonteiro
0
243
Member Avatar for niall_heavey

Hi all, Not sure if this is something that is possible or not but what i'm looking for is as follows....... I have an excel sheet of football league tables. The sheet automatically updates when I enter in results I'm looking for a way (prefibally in HTML as i'm fairly …

Member Avatar for AleMonteiro
0
2K
Member Avatar for thedancingbug

What does this mean? **Error Line 95, Column 56: end tag for "input" omitted, but OMITTAG NO was specified** <td><input type="button" value="Add to Cart"></td**> You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". **Info …

UI / UX Design html-css web-design xml
Member Avatar for AleMonteiro
0
401
Member Avatar for <M/>

I made a menu and for some odd reason, I can't figure out why, they bounced out of their positions... Can someone tell me why this is going on? I'll post my source code if needed. Thanks

UI / UX Design web-design
Member Avatar for AleMonteiro
1
115
Member Avatar for <M/>

I am trying to build a rollover content menu... just like the one in the mbusa site (their site menu)... does anyone know how to make one or can show me a reference to one? Thanks!

UI / UX Design web-design
Member Avatar for <M/>
0
91
Member Avatar for thedancingbug

Hello. I am doing an assignment. I just need someone to validate that I did it correctly. According to the book I must: "set the default namespace for the document to the XHTML namespace". I'm a bit confused as to how to do it, but I did this: <?xml version="1.0" …

UI / UX Design html-css web-design xml
Member Avatar for rotten69
0
197
Member Avatar for <M/>

I created a page, and part's of my site won't center... can anyone help me center it... for example boxes fly out of the container... Here is my code (sorry for being disorganized and sloppy, I forgot to rename every apDiv): This is my css: #center { margin: 0 auto; …

UI / UX Design html-css web-design
Member Avatar for <M/>
0
153
Member Avatar for LastMitch

Hi I have a issue with lining up with my logo. IE & Firefox can't line up straight horizontal with the logo. I also have a random image background php code on the index page, but I can't seem to figure whether the random image script is the reason that …

UI / UX Design html-css web-design
Member Avatar for LastMitch
0
110
Member Avatar for suavedesign

I have a website with embeded mps files. On ie9, you can see that it works fine; the media file shows up, you can press play, and it works. Here's the problem: In firefox, the mp3 player doesnt show up, and a pop-up message says that additional plugins are needed. …

UI / UX Design apple web-design
Member Avatar for Helianthus
0
190
Member Avatar for <M/>

I created a rollover image link... and the links don't work... can someone tell me what I got wrong....? my code: CSS is down here #F { position:absolute; width:96px; height:90px; z-index:1; background: url('facebook.png') } #F:hover { background-image: url('facebook_hover.png') } #T { position: absolute; width: 96px; height: 90px; z-index:1; background: url('twitter.png'); …

UI / UX Design html-css web-design
Member Avatar for <M/>
0
103
Member Avatar for fcvolunteer

I'm trying to finish the last tweaks on a [site](http://www.friendshipcirclenc.org/fc-evaluation-2011-2012/) I created using an Elegant Themes Wordpress theme and I'm having a frustrating time figuring out how to center the page titles so they are each exactly centered regardless of their width. Here's an image of how I want it …

UI / UX Design html-css web-design wordpress
Member Avatar for fcvolunteer
0
217
Member Avatar for <M/>

Can anyone write a simple code for a slider that fades???? i want to do one just like the one on mbusa.com.... can anyone assist??? Thanks in advanced!

UI / UX Design web-design
Member Avatar for JorgeM
0
92
Member Avatar for dlannetts

Hello, Not sure if I am putting this in the right section or not but I'm sure someone will let me know if I'm not. I have recently made a email template, coded from html, I've done it in a visual editior provided with my email client. As you would …

UI / UX Design email html-css web-design
Member Avatar for pritaeas
0
200
Member Avatar for tinabina22

I am having trouble vaildating my web-design. I am trying to change over from a table based design to a div base. Problem is I started out with tables so I now have a combination of both and sure how to fix it. I have pasted my code here: Please …

UI / UX Design html-css web-design
Member Avatar for diceadmin
0
699
Member Avatar for vizz

where can I get transparent images and stock photos for free ? I need some photos and images for website design

UI / UX Design web-design
Member Avatar for almostbob
0
135
Member Avatar for dany12

I just strated working with sprites and end up with a diffrent result My code css .icon a{ width:191px; height:151px; text-decoration:none; text-indent:-9990px; display:block; background-image:url(../images/socialsprite.png); background-position:0 0; } html <span class="icon"> <a href="#">f</a> <a href="#">t</a> <a href="#">g</a> </span> any help would be welomed Thank you

UI / UX Design html-css web-design
Member Avatar for dany12
0
170
Member Avatar for samsons17

Hi.. I'm having a problem of redirect my website to use another style sheets for ie and chrome. This is the way i've done for ie detection : [CODE] <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="css/ie8.css" /> <! [endif] --> [/CODE] and this is the way i've done for chrome …

UI / UX Design web-design
Member Avatar for castle13
0
215
Member Avatar for ska_defender

I am using the following form to take input and then set an action <form action="" method="post"> <select name="page_option"> <option value="go1">Go 1</option> <option value="go2">Go 2</option> </select> <input type="submit" value="Change home.php" /> </form> Instead of this I want to have two buttons side by side,one button has text GO1 while other …

UI / UX Design html-css web-design
Member Avatar for rotten69
0
135
Member Avatar for BleepyE

Im trying to build a video gallery and ive build the gallery in HTML first and used a table to display each thumbnail in 3 rows. Now Ive build a php script so I can add new video thumbnails easily. How can I display a series of divs in a …

UI / UX Design web-design
Member Avatar for MarPlo
0
184
Member Avatar for Helianthus

Hi all, I have a new form that is not responding in the Firefox browser and I can not figure out why. The code is: <form action="http://www.hostmonster.com/monstermail" enctype="multipart/form-data" method="post"> <fieldset id="contact"> <label for="fName">First name</label> <input name="fName" id="fName" required="required" /> <label for="lName">Last name</label> <input name="lName" id="lName" required="required" /> <label for="biz">Company name</label> …

Member Avatar for Helianthus
0
193
Member Avatar for Walahh

Hello! Hoping someone here can help me with this problem. So the page I am working on has an image containing Facebook, Twitter and Youtube tabs. ![tabs1](/attachments/large/3/tabs1.jpg "tabs1") All these tabs are clickable in every other browsers (Chrome/Safari/Firefox/Opera) except in Internet Explorer (7/8). I am not sure what I am …

Member Avatar for Walahh
0
301
Member Avatar for london-G

Hello, I know that my question seems to be quite stupid, however I would like to know how I can edit a website. I have created websites before and edit the files using FileZilla. Can I use the same method even when the website is live? Also how do I …

UI / UX Design web-design
Member Avatar for smith warnes
0
109
Member Avatar for keyroche

Hello There! I am building a dynamic CSS document through PHP and was wondering if it is a big problem (for browsers or SEO or something) for me to leave *blank values* for some CSS attributes. If it is problematic, is it so much so that it is worth adding …

UI / UX Design html-css seo web-design
Member Avatar for keyroche
0
161
Member Avatar for rhieAce_1

hello there please help me im having problem with my css specialy with these codes body {background: url(./images/bg-body.gif) repeat center; color: #80662b; font-family: 'AndikaRegular'; font-size: 14px; margin: 0; min-width: 950px; padding: 0; overflow:scroll;} if i put these code separate with my php file it wont work. all images i used …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
93
Member Avatar for Ritesh_4

Hello, anyone can help me with creating a map similar to the one shown on this link: http://www.leboncoin.fr/ Any tool or tutorial on how to do this? For example clicking on a specific region loads a corresponding web page for it

UI / UX Design web-design
Member Avatar for tdjprj
0
132
Member Avatar for DGray678

I have a Spry menu on this page: http://www.allaboutbags.ca/notmadeincanadamyth.html when I view it in IE it is perfect (a straight black menu bar across the page) but when I view it in Firefox all the menu items are bumped to the right of the page stacked on top of each …

UI / UX Design web-design
0
91
Member Avatar for ebanbury

Hi I have the following basic CSS only webpage layout [www.createtime4u.kaiproductionservices.com/index.html](www.createtime4u.kaiproductionservices.com/index.html) which looks in-line cross Safari/IE browsers on a PC, but out of line on the ipad. Before I give out a ton of code has anyone got a good checklist of things I should be looking out for on …

UI / UX Design html-css ipad web-design
Member Avatar for ebanbury
0
118
Member Avatar for davy_yg

Hello, I am trying to have this lightbox thumbnail: [lightbox thumbnail](http://www.masterlink.co.id/lightbox%20pic.jpg) and I find a blue box around it I wonder why. This is all I have for jquery lightbox css: #jquery-overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; } #jquery-lightbox { position: absolute; …

UI / UX Design web-design
Member Avatar for sheikhali449
0
127
Member Avatar for davidmoffitt1

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
Member Avatar for JorgeM
0
141
Member Avatar for Verandaguy

[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
Member Avatar for Kratos-s-
0
314
Member Avatar for AspiringCoder

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
Member Avatar for JorgeM
0
125
Member Avatar for BadManSam

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
Member Avatar for akmozo
0
123
Member Avatar for kukula

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 …

Member Avatar for kukula
0
184
Member Avatar for PF2G

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
Member Avatar for JorgeM
0
708
Member Avatar for davy_yg

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
Member Avatar for davy_yg
0
223
Member Avatar for Ritesh_4

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
Member Avatar for Ritesh_4
0
206
Member Avatar for napninjanx

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
Member Avatar for napninjanx
0
80
Member Avatar for napninjanx

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
Member Avatar for hericles
0
74
Member Avatar for rfrapp

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
Member Avatar for ushajase
0
99
Member Avatar for Nastadon

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
Member Avatar for JorgeM
0
114
Member Avatar for David2012

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
Member Avatar for David2012
0
192
Member Avatar for alanlee9898

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
Member Avatar for milon09
0
165
Member Avatar for wildplace
Member Avatar for wildplace
0
66
Member Avatar for saito200

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
Member Avatar for saito200
0
151
Member Avatar for Octet

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
Member Avatar for dany12
0
236
Member Avatar for ajberrow

Hi, all, This may not be the correct place to ask this question, but I can't find another forum that seems to match my question. We have a web site which stores : user's name (which is not validated in any way, so we have lots of Donald Ducks and …

Member Avatar for ajberrow
0
173
Member Avatar for Ritesh_4

Hello I was having the look at the source code of a webform, and wanted to know where/who is receiving this form. Any way of knowing this? <form action="/contact.php" method="post" name="form1" id="form1" style="margin:0px; width:200px; color:#000;"> <p>First Name * <input type='text' value='' size='50' maxlength='50' name='name' class='txtarea required'/> </p> <p>Your e-mail * …

UI / UX Design web-design
Member Avatar for almostbob
0
154
Member Avatar for veledrom

Hi, When I click on a textbox, teaxtarea etc. the border turns into a different color (orange, blue) in Chrome, Linux and in some others. How do prevent it with css? Thanks

UI / UX Design web-design
Member Avatar for veledrom
0
78
Member Avatar for Donaldc88

This code produces a content box that leaves a 60px margin at the top. I don't know much about CSS (much=anything) but I figured it was probably simple to fix for someone who does, so i turn to you for help. If someone could give me the solution on how …

UI / UX Design web-design
Member Avatar for JorgeM
0
110
Member Avatar for designer1993

Hi everyone, I'm having some trouble with my drop down menu not showing up. I've attached a screenshot in my browser showing what it does and should look like. However, the client I'm working for has sent me back screenshots from his browsers showing it isn't working correctly. I've also …

UI / UX Design web-design
Member Avatar for designer1993
0
133

The End.