7,985 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for miguel1810

I have done some designs in Flash and then converted them to HTML5 Swiffy Files via the google Swiffy Site. What I want to do is make the HTML5 Swiffy File a clickable link to another page on the website I am working on. My Question is... can a Link …

UI / UX Design html-css web-design
Member Avatar for dany12
0
98
Member Avatar for ak47carbon
Member Avatar for dany12
0
54
Member Avatar for dhija22

Hi, i am begginer in web programing...i have install wamp and i have use it for some day but last day when i wanted to access on desktop appear a messagge like in photo, wamp aestan tray menu i am waiting fot your answer, br Eda

UI / UX Design web-design
Member Avatar for dany12
0
74
Member Avatar for Despairy

Hi just had an assignment to make a nice looking html5/css website this is what i got so far https://dl.dropbox.com/u/67006557/EX2/home.html got any suggestions on stuff i can add to make it better? and also if anything is wrong with the html logic / css commands etc. tired of getting bad …

UI / UX Design html-css web-design
Member Avatar for dany12
0
103
Member Avatar for ben.matthews18

hi, i am trying to vertical align the text in a block; here's my current html and css - html - <ul> <li><a href="index.php">Home</a></li> <li><a href="aboutme.php">About me</a></li> <li><a href="portfolio.php">Portfolio</a></li> <li><a href="comingsoon.php">Coming soon</a></li> <li><a href="contact.php">Contact me</a></li> </ul> CSS - #nav ul{ margin:0px; padding:0px; overflow:hidden; } #nav li{ display:inline; padding:0px; list-style:none; } …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
196
Member Avatar for Violet_82

Hi guys, I wonder if you could clarify something for me. I am looking at some css examples and I have this situation here: html: ...<div id="news"> <h2>Latest News</h2> <p> Which member of the seminal calypso/lectro band <em>C&amp;C Music Sweatshop</em> was spotted last night at <em>Dirt</em>, the trendy New York …

Member Avatar for Violet_82
0
131
Member Avatar for rotten69

Hi everyone, I have had this question for a very long time and am not sure about fixing the problems with different screen sizes. Recently, I designed a website on 10 inch screen laptop and when I opened it on the other laptop that is 15 inch screen. I could …

UI / UX Design html-css web-design
Member Avatar for Oxiegen
0
156
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 hwoarang69

border:2px solid red; -moz-border-radius: 5px; trying to make a boarder in css. it works fine in google chrome but it doesnt work in firework any ideas?? also this dont work in firefox background:-moz-linear-gradient( center top, #b1b7b6 56%, #CCC 100% );

UI / UX Design web-design
Member Avatar for GarryHillton
0
120
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 eduardar

How can I put the flag icons of my website (www.eduardlid.net) at the same place, but with a different size (24 * 24) (now it´s 48 * 48)? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <head> <meta http-equiv="content-type" content="text/ html; charset=UTF-8"> <title>Eduard Lid</title> <link rel="stylesheet" type="text/css" href="ex1.css"> </head> <body> …

UI / UX Design html-css web-design
Member Avatar for dany12
0
146
Member Avatar for dhija22

HI I AM BIGGINER IN WEB DESIGN,I AM TRYING TO CREATE A PERSONAL WEB PAGE.... I HAVE INSTALL DRUPAL...,HAV CREATE MY PROJECT..HAVE INSTALL MY THEME,HAVE CREATE MENU AND NOW I WANT TO MAKE MY PAGE MITH TWO LANGUAGE I AM FOLLING STEPS OF THIS TUTORIAL http://www.youtube.com/watch?v=Sx9lJ_hOrCw ... IN THESE STEAPS …

UI / UX Design web-design
Member Avatar for Ritesh_4
0
103
Member Avatar for dhija22

HI I AM BIGGINER IN WEB DESIGN,I AM TRYING TO CREATE A PERSONAL WEB PAGE.... I HAVE INSTALL DRUPAL...,HAV CREATE MY PROJECT..HAVE INSTALL MY THEME,HAVE CREATE MENU AND NOW I WANT TO MAKE MY PAGE MITH TWO LANGUAGE I AM FOLLING STEPS OF THIS TUTORIAL http://www.youtube.com/watch?v=Sx9lJ_hOrCw ... IN THESE STEAPS …

UI / UX Design web-design
Member Avatar for dhija22
0
116
Member Avatar for Reliable

I made a website that has a floated div which contains the contact form. The entire website can be seen on all platofrms and on all browsers except for teh contact form. After some research I believe the floatd div is rpeventing the contact form from being viewed on tablets …

UI / UX Design html-css ipad web-design
Member Avatar for dany12
0
149
Member Avatar for Violet_82

hi all, is it possible to add more than an image in the css? I mean if the syntax goes: background-image:url('paper.gif'); background-color:#cccccc; How do I add more than 1 image? thanks

UI / UX Design html-css web-design
Member Avatar for Violet_82
0
93
Member Avatar for Patiodude

I notice that in some browsers, on some OSs, a field in a form gets a colored border. Is there any way to use CSS3, or possibly a JavaScript, to change the border color (as one can change the text highlight color on a given HTML page using CSS3)?

UI / UX Design html-css web-design
Member Avatar for dany12
0
238
Member Avatar for suavedesign

I embeded 3 mp3 files into my website, to play when the user clicks "play". While this works fine in IE, in Chrome, they all start playing when the site is launched. Even though my code says " autostart="false" Here is the code I am using: <embed src="aharddaysnight.mp3"width="140" height="40" autostart="false" …

UI / UX Design web-design
Member Avatar for suavedesign
0
119
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 Violet_82

Hi peeps, I was wondering if you can hep me at all with this. I have to create a website for a client, he's a drummer and he wants to promote himself. He gave me a rough idea of what he wants - here some examples (sorry for the links …

UI / UX Design web-design wordpress
Member Avatar for Violet_82
0
94
Member Avatar for |-|x

Just wondered if anyone knows if there is an MS equivalent of the [hidden](http://www.w3schools.com/html5/att_global_hidden.asp) property, which doens't work in IE. Or do I have to just use the style properties to set visibility/display because IE sucks so bad?

Member Avatar for Troy III
0
177
Member Avatar for bo0ga

For example, if there is a section of a large image and I only want that section to be a link, how would I do that? The section is in the shape of a rectangular button. Thanks!

UI / UX Design web-design
Member Avatar for bo0ga
0
55
Member Avatar for Reliable

Hello Hello, I'm looking for some quick help if possible. I have webpage up that works perfectly except in IE. In IE the contact form won't even show. I have no idea what the problem is. If someone would take a loook and provide assitance I would be oh so …

Member Avatar for Reliable
0
321
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
Member Avatar for BenzZz

Hi, I'm creating a website and currently working on the banner for it which is all contained within the 'logo' div that has a 900px width and 150px height. For some reason the 'menu' div is not being positioned within the 'logo' div despite being contained in it within the …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
215
Member Avatar for sk8ergirl

Hi, I'm trying to create contact us form I have to create three page 1-index.html 2-main.css 3-contact.php can you explain how can I make it like this [Click Here](http://postimage.org/image/rw5lffh7h/) and what is wrong with my code one more question what should I put in contact.php page ? with explanation please …

UI / UX Design php politics web-design
Member Avatar for sk8ergirl
0
178
Member Avatar for Patiodude
Member Avatar for Troy III
0
211
Member Avatar for designer1993

Hi, I'm having some trouble transfering a HTML website to Wordpress for a CMS. The HTML page which I'm transfering has a table in which I presumed I could simply copy and paste into the HTML view of Wordpress's page publisher. Inside the page publisher it looks great. You can …

Member Avatar for designer1993
0
162
Member Avatar for ben.matthews18

hi, how can i create a css menu/navigation that does this? - see attached photo.. ![upload](/attachments/large/3/upload.png "upload") here is my current html - <div id="content2" style=" width:524px; height:320px;"> <ul> <li><a href="about.php"><img src="graphics/about.png" width="148" height="101" border="0"></a> <ul> <li>about me</li> </ul> </li> <li><a href="news.php"><img src="graphics/news.png" width="147" height="101" border="0"></a> <ul> <li>news</li> </ul> </li> …

UI / UX Design html-css web-design
Member Avatar for dany12
0
141
Member Avatar for s0bigg

See attached zip file. I have a common template that I use for multiple pages on my website. The main page div incorporates div#content and div#sidebar. See below codes. I am using a common footer on all pages with a php include() function which is a static bar. There is …

UI / UX Design html-css web-design
Member Avatar for dany12
0
185
Member Avatar for profyou

I want to access a remote VB application(located on server) on a client machine via HTML web page. Is it possible? Is there any other way? Actually initially they wanted an VB application to see punch details.Now they want to integrate it on local intranet so that user can launch …

Member Avatar for Troy III
0
127
Member Avatar for ben.matthews18

I've upload a screenshot which shows the problem i'm having, anyone have any ideas what the problem is? I've circled the problem within a red circle. See image attached. Thanks ![upload3](/attachments/large/3/upload3.jpg "upload3")

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

I am using the following code to embedd an mp3 file into my html document: <embed src="aharddaysnight.mp3" width="140" height="40" autostart="false" loop="FALSE"></embed> In IE, this works fine, as an mp3 player with controls automatically shows up. In FF, however, a pop-up appears that says additional plug-ins are needed. When I click …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
69
Member Avatar for heavyman

Hi everyone. Is anyone know a free/premium lightweight clean admin template? Thanks.

UI / UX Design web-design
Member Avatar for JorgeM
0
191
Member Avatar for mwood00

The form I've created only allows users to use the tab key to navigate the form fields. How can I set the form up to allow users to simply click in the field without using the tab key?

UI / UX Design web-design
Member Avatar for mwood00
0
162
Member Avatar for sentongogray
Member Avatar for Paulxh

CSS code: .pdmenu ul {margin:0; padding:0; width:220px} /* basic settings */ .pdmenu ul li {position: relative} /* where 2nd level list will be rendered */ .pdmenu li ul {position: absolute; left:100px; top:0; display:none} /* where 2nd level list will rendered when turned on */ .pdmenu ul li a {display:block; text-decoration: …

UI / UX Design html-css web-design
Member Avatar for JorgeM
0
351
Member Avatar for efth

What I want to accomplish is to have one division with the first part of the text red and the second part green. How would I do that?

UI / UX Design web-design
Member Avatar for JorgeM
0
82
Member Avatar for Awilson089

I am creating a responsive design for the first time, i have all the media queries in and i am linking to a separate mobile style sheet, i have been using this for testing the site, [Click Here](http://www.studiopress.com/responsive/) and it shows up fine on the iphone and smaller Smartphone test. …

Member Avatar for dany12
0
273
Member Avatar for valestrom

So I'm making this website off a template, but I recently came across a problem. If I insert the Webstunning Gallery I got it appears overtop my sidebar when it stretches out, so I can't see the navigation. Is there any way to send the flash document to a more …

Member Avatar for dany12
0
316
Member Avatar for HtmlStart

Hi I am new to html design and learning... I am rendering some content from a django service onto a html template i am not able to set the page in such a way the if a condition is satisfied it goes the top of the html page and if …

UI / UX Design html-css web-design
Member Avatar for almostbob
0
226
Member Avatar for BeccaT

I am having trouble figuring out the proper CSS/HTML to get the "Contact" div to size properly. I'd like to have it extend down while retaing the same amount of white-space as that which is currently above it. While I'm at it I might also ask direction on getting the …

UI / UX Design html-css perl web-design
Member Avatar for JorgeM
0
77
Member Avatar for kingofpower

i what to make a web game but i don't know were to start :?:

UI / UX Design ui-ux web-design
Member Avatar for EvolutionFallen
0
278
Member Avatar for devilhacker

Hi, Currently I am building a html page that has some fields to search items into database. For the moment I am using 2 files index.html and search.php, in the page index.html I can input the word that I want to search in the database and I send the inputs …

UI / UX Design web-design
Member Avatar for JorgeM
0
94
Member Avatar for jacob21

Hi, Hope i will get your answer. as you all are experienced i need online tutorials for learning web designing. Plz suggest.

UI / UX Design web-design
Member Avatar for Edward69
0
321
Member Avatar for simplypixie

Can anyone help with this please (I have read a lot and cannot see an issue with what I am doing and it is driving me mad). My css for the @font-face is: @font-face { font-family: 'NotethisRegular'; src: url("fonts/Note_this-webfont.eot"); src: url("fonts/Note_this-webfont.ttf") format('truetype'), url("fonts/Note_this-webfont.svg#NotethisRegular") format('svg'); font-weight: normal; font-style: normal; } The …

UI / UX Design web-design wordpress
Member Avatar for simplypixie
0
200
Member Avatar for bcarancibia

Hi I am having some trouble changing the color of my HR tag in HTML. All it is doing is making a HR but it is not changing the color. Any help would be greatly appreciated. Thanks! This is the code I am using: <!DOCTYPE html> <html> <head> <link rel="stylesheet" …

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

help with divs plz/ iam trying this for while but no luck. <div id='bg'> <div id ='contect'> <div id='image_left'> </div> <div id='image_right'> </div> <div id='image_right2''> </div> <div id='image_middle> </div> <div id='image_bottom'> </div> <div id='image_comment'> </div> </div> </div> #bg4 { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b1b7b6), color-stop(1, #CCC) ); …

UI / UX Design web-design
Member Avatar for JorgeM
0
143
Member Avatar for seblake

What am I doing wrong?????? `<div style="text-align:center" > <a ref="http://www.bbb.org/san-diego/business-reviews/paving-contractors/north-county-pavers-inc-in-oceanside-ca-171992592" > <img src="images/bbbsealh1US.gif" width="90" height="34" alt="BBB Accredited Business" /></a> </div> <!-- Close div style=text-align:center --> ` It's probably simple, but I guess I have lost my objectivity... Thanks, in advance!! < Steve >

UI / UX Design perl web-design
Member Avatar for seblake
0
107
Member Avatar for hwoarang69

hi i need help with div. i upload a pick to give you idea what i want to do . but i dont know how to do in css part. note i will be puting image and text in these divs so we dont know the height. <div id='bg'> <div …

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

The End.