7,985 Archived Topics
Remove Filter ![]() | |
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 | |
how can i write urdu language in dreamweawer plz tell me UI / UX Design web-design | |
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 | |
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 | |
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 | |
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&C Music Sweatshop</em> was spotted last night at <em>Dirt</em>, the trendy New York … UI / UX Design html-amp html-css javascript-jquery web-design | |
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 | |
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 … UI / UX Design cybersecurity http-protocol web-design | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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? UI / UX Design html-css web-browser web-design | |
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 | |
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 … UI / UX Design html-css javascript-jquery web-design | |
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 | |
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 | |
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 | |
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 | |
I can see plenty of practical applications for making a whole `<div>` a link. UI / UX Design html-css seo web-design | |
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 … UI / UX Design cms html-css publishing web-design wordpress | |
hi, how can i create a css menu/navigation that does this? - see attached photo..  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 | |
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 | |
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 … UI / UX Design client-server html-css web-design | |
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  UI / UX Design html-css web-design | |
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 | |
Hi everyone. Is anyone know a free/premium lightweight clean admin template? Thanks. UI / UX Design web-design | |
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 | |
greetings to all members! UI / UX Design html-css web-design | |
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 | |
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 | |
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. … UI / UX Design html-css iphone smartphone web-design | |
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 … | |
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 | |
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 | |
i what to make a web game but i don't know were to start :?: UI / UX Design ui-ux web-design | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 |
The End.