7,985 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for cmabill

hello all is there any one out there who could help me with this, maybe it's a easy task to you, but I have have exhausted with no answer. I made several picture in Photoshop with some text, the font size of text is 24pt, which I think is big …

UI / UX Design adobe flash web-design
Member Avatar for JasonHippy
0
278
Member Avatar for Rizi004

Hi i m developing app for IOS and Andriod in HTML5/CSS3 JAVASCRIPT. My header and footer are fixed now i want the middle part is scrollable, so bascially the middle scrolling is not working on IOS and Andriod, Please tell me how i can make it scrollable. Waiting for your …

UI / UX Design ios web-design
Member Avatar for Rizi004
0
104
Member Avatar for drumichael87

I am trying to include a datepicker from jQuery UI in my wordpress admin area (specifically in a custom meta box). I have it working, and it seems as though it is finding the stylesheet well enough, but it still looks a little 'off'. I know there must be something …

Member Avatar for dean8710
0
287
Member Avatar for hwoarang69

it looks alot of code but all its doing is takeing a input field id = search_input. and setting width to 100. than if you click on field than change the width to 200. and last make it animate. so its a small field if you click on it. it …

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

<input type="text" name="password_txt" id="login_password_text" class="login_field" value=""/> so i have this field. whener ever i click on this field iam getting a yellow border around it. i dont understand why. i remover all my css and js file but still i was get it. so i add this code to remove …

UI / UX Design web-design
Member Avatar for <M/>
0
189
Member Avatar for Beeej21

Hello all! I am struggling with what seems to be a very simple problem. Well, the issue is extremely annoying and problematic, and I am unable to figure out the solution. I am using CSS to load an image onto my HTML page. The reason being because I'd like to …

UI / UX Design html-css image web-design
Member Avatar for usman123usman
0
327
Member Avatar for hwoarang69

iam trying to do this DIV FORM DIV LABEL INPUT HINT so if i put my mouse over INPUT than a hint should pop up. <div id = "right_login"> <form id='login' action='login.php' method='POST'> <div class="outer_hint"> <label>Username:</label> <input type="text" name="username" id="login_username" class="field" value="" /> <!-- HINT --><p class="hint">6 to 20 characters(letters …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
118
Member Avatar for jspence29

In my page I want it so that when you resize the page past the point of the pictures, that the pictures will go into another row, all the way so each picture has it's own row. And then potentially I won't need any media queries. But unfortunaltely I can't …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
113
Member Avatar for hwoarang69

the problem is that my menu is print 1.1 and 1.2 in same line but i want them to be vertical --------------------------------------- | 1 | 2 | 3 | 4 | |------|---------|----------|---------| ------------- | 1.1 | 1.2| ------------- so for ex this is that i want --------------------------------------- | 1 | …

UI / UX Design web-design
Member Avatar for <M/>
0
193
Member Avatar for hwoarang69

i want to move image 5px up so it is equal to text. <div id='top_login'> <h1>InSecure Checkout</h1> <img id="lock_img" src="IMAGE/lock.png" width="25px" height="25px"/> </div> problem with this code this that it prints **Insecure checkout** |image| i fixed this problem by using css: position:absolute; right:300px; top:240px; but that the problem is that …

UI / UX Design image web-design
Member Avatar for JorgeM
0
48
Member Avatar for HunainHafeez

<div> <div style="position:fixed"> <ul> <li><a href="#home">Home</a></li> <li><a href="#news">Profile</a></li> <li><a href="adminViewEmployers.aspx">Employers</a></li> <li><a href="adminViewApplicants.aspx">Applicants</a></li> <li><a href="#about">Super Admins</a></li> </ul> </div> designed a vertical menu in css , it has 4 clickable links HOME APPLICANTS EMPLOYERS PROFILE Now i want that when i click on APPLCIANTS then within this menu it should open 2 …

UI / UX Design html-css javascript web-design
Member Avatar for simplypixie
0
97
Member Avatar for hwoarang69

this is printing ECOMMERCE SITE Log In Register About Us |Search... | <-search bar as you can see input text field is lil low. i want set it equal to "about Us" any ideas? <div id = 'header_wrapper'> <div id = 'logo_wrapper'> <h1><a href='index.php'>ECOMMERCE SITE</a></h1> </div> <div id = 'top_menu_wrapper'> …

UI / UX Design ecommerce web-design
Member Avatar for hwoarang69
0
115
Member Avatar for hwoarang69

can we make a pop up window using css and html? iam making a ecommerce website and when user buys a item. a window should pop up. and on pop up window it should give information about ur cart. here is a example i saw on a website. --------------------------------------------- the …

Member Avatar for JorgeM
0
99
Member Avatar for hwoarang69

here want i want html file home about us log in iam thing puting in <p> tag and than do word-spacing:30px; in css. but problem with this is that it will do this: home about us log in also i dont want to do <pre>

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

I am trying to style a log in menu that is created by this snippet i have here (generated by javascript): <script> var password; var correctpassword = "DaNiWeB"; password = prompt ('Enter the Correct Password to view this page:',''); if (password==correctpassword) alert('Thank you for properly entering the password, you may …

UI / UX Design java javascript web-design
Member Avatar for <M/>
0
80
Member Avatar for hwoarang69

so here what iam trying to do -------------------------------------------------------| | | | | | | | | |_______|_______________________________|______________| in html file <div id="bg"> <div id = "bg_left"> </div> <div id = "bg_center"> </div> <div id = "bg_right"> </div> </div> i have no idea how to do this. in css file #bg_left …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
75
Member Avatar for Pamcakes

I'm taking a website development course and we are supposed to be using HTML5 and CSS3. In my textbook it says that the <div> tag is HTML 4.01 and that in HTML5 it has been replaced with the <section> tag. I know with the <div> tag you can specify whether …

UI / UX Design html-css web-design
Member Avatar for LastMitch
0
3K
Member Avatar for chucklet

Any ideas on how to debug this problem would be appreciated: Two Windows 7 (Home Premium) systems, one with Apache 2.2 installed (and working), the other with Apache 2.4 installed (and working). On the Apache 2.2 system, all SSI directives work in my .shtml files. On the Apache 2.4 system …

UI / UX Design apache web-design
Member Avatar for LastMitch
0
87
Member Avatar for jewelraz

Hello, After long time I am visiting this forum. I am very busy with my new job and don't find much time to contribute in forums. I really missed this forum. I have several blogs with wordpress and I think its time for me to learn Joomla. So, I am …

UI / UX Design php web-design wordpress
Member Avatar for LastMitch
0
562
Member Avatar for MGadAllah

hello i've started to study html then will go through css then php and mysql please i'd like to ask for your advise for which editor i should stick to to facilitate my learning way the point is that i'd like to start the right way and stick to it …

UI / UX Design html-css php web-design
Member Avatar for MGadAllah
0
290
Member Avatar for GilbertB

I have a webstie template and I want to preview it something like this : http://breeze.pcollab.com/moby2/# How can I combine my html to a mobile phone layout ? Thanks

UI / UX Design web-design
Member Avatar for code739
0
85
Member Avatar for designershiv

I like to know how to start with responsive design, how to start code for that. your help will be greatly appreciated thanks in advance

UI / UX Design html-css web-design
Member Avatar for code739
0
185
Member Avatar for jspence29

So for my website I am trying to create a more button, and a menu will pop up when I create this. There is a picture of an arrow for more, and a picture of a down arrow for less. I have the javascript code done, but it won't switch …

UI / UX Design html-css javascript web-design
Member Avatar for jspence29
0
185
Member Avatar for <M/>

Hi guys! I was using Dreamweaver and I have always wondered what the big differences were in the different docTypes... can't you use the HTML5 features on XHTML 1.0 Strict? Sorry if this question is ridiculous... but I am curious to know the answer!

UI / UX Design web-design
Member Avatar for JorgeM
0
106
Member Avatar for tscina

I need to do the following [formatting](http://s88.beta.photobucket.com/user/wickedheart08/media/table.png.html) in my email as instructed to me. As I've read and searched around, emails are supposed to use html1 to 4 and inline styling. I've tried using inline styling using margins but it's just a pain. It's not working in outlook and I'm …

UI / UX Design email html-css web-design
Member Avatar for tscina
0
215
Member Avatar for shotokanpoloto

Hi everyone! I am tyring to design two pages with Jscript and HTML.It's is really simple but I have problem:) on first page,you write your first name and family and by you clicking on submit button you will be directed to another web page that Welcome you. I konw I …

UI / UX Design web-design
Member Avatar for shotokanpoloto
0
149
Member Avatar for MrXortex

G'day trying to fix this issue for over 2 weeks now. I have made a footer but can't get it right to the bottom.. The problem is I have a slider that slides down to get some information. I want the footer to slide down with it too, I want …

UI / UX Design html-css web-design
Member Avatar for designershiv
0
216
Member Avatar for McLaren

hello, what is that? everytime it works, but this time it does not $(function() { //jquery doc ready world = createWorld(); // box2DWorld ctx = $('#game').getContext('2d'); // 2 var canvasElm = $('#game'); return; canvasWidth = parseInt(canvasElm.width); canvasHeight = parseInt(canvasElm.height); initGame(); // 3 step(); // 4 // 5 window.addEventListener('keydown',handleKeyDown,true); window.addEventListener('keyup',handleKeyUp,true); }); …

UI / UX Design javascript-jquery web-design
Member Avatar for McLaren
0
99
Member Avatar for cezarjont

Dear Sirs, Can you please check this code and comment what should be the proper one. <label for="username">Username:</label> <br /> <input id="username" type="text" value="ENTER USERNAME" onclick="this.value='';" name="username"/> </p> <p> <label for="password">Password:</label> <br /> <input id="password" type="password" value="ENTER YOUR PASSWORD" onclick="this.value='';" name="password" /> here is the link for this one... http://insanitygzonecom.ipage.com/clubfive/login.php

UI / UX Design html-css perl web-design
Member Avatar for GliderPilot
0
183
Member Avatar for jacksantho

Hi, How to get the correct output of this html file, without **"removing or altering the existing lines in the given file"** filename: sample.html <html > <head> <title>Test</title> </head> <body> <div> ¿Hola cómo está? </div> </body> </html> Describe 2 solutions to fix the problem and get the correct output in …

UI / UX Design web-design
Member Avatar for timir126
0
81
Member Avatar for tnjiric

Hello everyone, I'm having trouble with Joomla non-existing category re-direct problem. I cannot seem to find the proper rewrite url line for .htaccess file for the following problem. I have my website http://www.dubrovnik.com I'd like to send user to my 404 Page whenever user request for non-existing link. I've managed …

UI / UX Design apache php web-design
Member Avatar for spammyyammy
0
194
Member Avatar for Navlag

The code below seems to work great in Google Chrome, it hides a question in a div unless the question before it is answered. However, it doesn't seem to work at all in I.E 8. Can someone give me a solution on how to make it work in both browswers …

Member Avatar for EvolutionFallen
0
332
Member Avatar for xXghostXx

this css file wont work on firefox and chrome but works fine on IE anyone can tell me why ? caption { color:#33CC00; font-style:bold; } p { font-family:"Times New Roman"; font-size:16px; text-align:center; } and here is the first HTML file that the caption class should works <html> <head> <link href="styles/mystyles.css" …

Member Avatar for xXghostXx
0
334
Member Avatar for <M/>

I have a table that uses some php to populate it, and I am having trouble adjust each individual column width (based on their headers)... Can someone tell me how to do that? (i.e) Name column is 30px width, last name column is 50px width, comments is 100px width <style> …

UI / UX Design web-design
Member Avatar for urtrivedi
0
113
Member Avatar for <M/>

I have always been curious on how to do this... how do you make pictures un-draggable from your page? (i.e) Somebody goes on my page and just drags my logos off my page. So what do I do to in order to make an image "un-stealable".

UI / UX Design web-design
Member Avatar for <M/>
0
113
Member Avatar for squeak24

I am trying to get Open Office Impress so I can do some flash creation. But I can't seem to find the link to download. Anyone know where it is. I am runnig OS X 10.8.2 Any help would be appreciated.

UI / UX Design os-x web-design
Member Avatar for squeak24
0
94
Member Avatar for skp03

I am involved in a development of a website almost the wesite is about to get completed...but i have a create a web page such that in the top left side of the page Admin label will be their after clicking on a Admin(label) the another form will appear front …

UI / UX Design ecommerce web-design
Member Avatar for LastMitch
0
266
Member Avatar for McLaren

we are developing application, but they want it in a windwed mode like desktop apps. So we use webkit. Its made on c#, but we are not c# programers, so we hired a freelancer. BUt our c# 'web browser' is not working well - for example css3 flip transform is …

UI / UX Design web-browser web-design
Member Avatar for McLaren
0
70
Member Avatar for deepak.fugo

Hi All, I am developing a portal in PHP(YII framework) and MySql DB. I have 2 queries releated to performance of a portal. 1> How to organize the file/directory structure so that the file/s will be accessed at optimal performance. for ex : if we take website like Facebook we …

UI / UX Design web-design
Member Avatar for steveeshair
0
178
Member Avatar for aryanmughal

Hi All - i want to add CSS coded fixed buttons around image in my blogger blog kindly do the needful

UI / UX Design html-css image web-design
Member Avatar for designershiv
0
201
Member Avatar for jonsan32

I have a tabbed container on this page: http://www.jamball.com/2012/09/test_5.html that acts funny in old IE. A lot of our customers seem to be unwilling or unable to update their browsers, so is there a way to fix it? The tabs all spread across and to the right, instead of falling …

Member Avatar for jonsan32
0
198
Member Avatar for radhasb

I'm trying to build an exchange website which hosts items that other people are selling. I want the site to show the prices that people are selling at but will not see their contact information until they pay a certain amount. I obviously want to make sure that the page …

UI / UX Design web-design
Member Avatar for gangsallas
0
97
Member Avatar for naniavss
Member Avatar for suavedesign

I am a web designer and I wanted some tips in the following area: Until now, I only built websites using dreamweaver, without any cms platform. If I want my client to be able to edit the site on their own, after I finish building the site, I know I …

UI / UX Design cms web-design wordpress
Member Avatar for bestwsd
0
74
Member Avatar for jen.evans1

Hi everyone can you please look at this site's source codes (html and css) and tell me why my images aren't showing in any browsers. They show up in my design part on Dreamweaver. http://jenevansportfolio.com/portfolio.html thanks!

UI / UX Design html-css web-design
Member Avatar for bestwsd
0
98
Member Avatar for Asan23

i am having a problem getting my js file to work with my html file here is my jsfile function calculateTotal () { var hours = document.getElementByName("hours")[0].value; alert(please enter a number) var payrate = document.getElementByName("payrate")[0].value; alert(please enter a number) var pay = document.getElementByName("pay")[0].value; if (hours <= 40){ pay = (hours …

UI / UX Design java javascript web-design
Member Avatar for dcdruck
0
151
Member Avatar for chris_j_haines

Hello my name is Chris. I am in the process of designing a website for web tutorials, articles and resources based around web design and coding and articles on various web based topics. I would like a list of useful resources which people can use to learn and develop their …

UI / UX Design web-design
Member Avatar for LastMitch
0
287
Member Avatar for vizz

I installed **Palette for Chrome** extension in **Google chrome Browser** but after few days it stopped working. I formated my PC, Installed fresh version of **Google chrome Browser**, still it is not working. Is their any best website to create color palette from image? (anybody knows why this extension is …

UI / UX Design image web-design
Member Avatar for vizz
0
55
Member Avatar for <M/>

I have a table that collects data from web inputs and stores them on an html page... the question how do i style this table... I am not sure how to give it borders, style columns (column 1 is red, 2 is blue, 3 is red, so on), or color …

UI / UX Design php web-design
Member Avatar for LastMitch
0
263
Member Avatar for mgn2683

I'm having a problem where each page has a seemingly different amount of spacing above the footer. It can be seen at [Click Here](http://ushousingco.com/) Any thoughts/ideas as to what div is causing this issue and how to fix it so the pages aren't as long and have the same spacing …

UI / UX Design html-css web-design
Member Avatar for mgn2683
0
125

The End.