10,650 Topics

Member Avatar for
Member Avatar for TommyBs

Hello all, Now I know in an ideal world creating a new website would involve a designer and a developer who work together to come up with a solution, but for (i'm guessing) most of us you have to do both jobs. My question is, what do you look at …

Member Avatar for hiacclaimdir2
0
128
Member Avatar for OmniX

Every time I reference _root.XXXXXXX it gives me an error of: "1120: Access of undefined property _root." Anyone can send me in the right direction for a solution? Thankyou, Regards X

0
46
Member Avatar for adaykin

Hello, I am having problems with a rollover image, for a site I am updating. On the site [url]http://spanglerdesign.com/test/wamso[/url] the about us link on the menu is supposed to turn purple when the mouse goes over it. Also the menu for aboutus shows up to the left on monitors with …

Member Avatar for adaykin
0
148
Member Avatar for goodwin69

ok well here is the deal , currently started a webhosting company , been going 3 months now , as i have only been selling from msn and irc , im looking to expand , so what i am in need of is a fully working php site with site …

Member Avatar for nikesh.yadav
0
47
Member Avatar for marjan_m

Is there same method to upload a flash animated file as to upload an image? kindly reply soon..?

Member Avatar for usedcars
2
202
Member Avatar for maniator

I set up this form on our website for people to select categories of what they want from us. for some reason, in Firefox it works fine, but in IE it gets all stretched out... here is the code: [CODE]<div><div id="search_box" class="sideBoxContent centeredContent"><div style="text-align: center;"> <form name="RefineSearchForm" action="/SearchResults.asp" method="get" type="hidden"> …

Member Avatar for wdesign_new
0
123
Member Avatar for webb

Can anyone explain how to change the code in a form, so that when the viewers on the web site press the submit button it goes to someoneelses email. do i insert the <a href email code? a bonus question, how do I set up a database for emails to …

Member Avatar for peter_budo
0
150
Member Avatar for anuj_sharma

hey guys, I am currently oursuin B.tech in Computer Science. Till now i have a knowledge of HTML,CSS and javascript. I have started learning server side scripting. But i have not made any project. I would like someone if interested to involve me in the project so that i am …

Member Avatar for rexibit
0
53
Member Avatar for abs0lut01

[code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <table> <tr> <td></td><td></td> <div id="myDiv" style="display: none"> <input type="text" /><input type="text" /><input type="text" /> </div></tr></table> <a href="#" onclick="if(document.getElementById('myDiv').style.display=='block'){ document.getElementById('myDiv').style.display='hidden'; } else{ document.getElementById('myDiv').style.display='block';}">Show</a> </body> </html>[/code] The 3 input text will show …

Member Avatar for rexibit
0
266
Member Avatar for johnnysan

Hi All, I'm a new bie to the world of web design especially coding. I have posted threads on other sites hoping for help with my problem but the answers received do little to fix it. Basically my web pages are fine except for when I view it in IE7 …

Member Avatar for rexibit
0
132
Member Avatar for Shanti C

i have one static site in html... can any one please help to search the whole static site with search textbox... Any ideas and help would be appreciated...

Member Avatar for rexibit
0
101
Member Avatar for OmniX

I saw one of these and looked very effective and professional. I have been doing research and four methods have come up: - Flash - Javascript - CSS - PHP So which to use and why? and If so how do I make one? Any tutorials? Thanks, Regards X

Member Avatar for OmniX
0
99
Member Avatar for marketingCompan

I am new to your forum and hope I have found a place of help and refuge from the deadly IE6. I am a graphic designer also responsible for all our website design, so a lot of what I do is learn as you go. I design on a proper …

Member Avatar for MidiMagic
0
96
Member Avatar for MetalHobin

I am trying to make a layout for a website with a menu-navigation panel on the left, and the left with a content area. I know how to make blocks 100% height, and I know how to make them scroll, but here's where the trouble comes in, when I have …

Member Avatar for MidiMagic
0
136
Member Avatar for Lucrezia

This is slowly converting me to a suicidal lunatic :P I have an ordered list with class="funkynumbers". The CSS is as follows: [CODE=CSS] ol.funkynumbers { list-style-type:decimal; list-style-position:inside; margin:0; padding:0; } ol.funkynumbers li { font-size:42px; padding: 10px 0px 10px 12px; font-weight:bold; background:url(nem/images/layout/circle_orange.gif) no-repeat 0% 10px; color:white; <if condition="is_browser('ie')"> vertical-align:top; display:list-item; </if> …

Member Avatar for langsor
0
168
Member Avatar for BellaLee

I would like to be able to have rotating images on my website that fade in and out. As im not very good with a computer i thought i would look some things up on the net.I have tried a few and guess what i couldnt make them work. Is …

Member Avatar for MidiMagic
0
88
Member Avatar for rune79

I have now spend many hours trying to figure out what can be wrong and how to solve this issue. I have a whitespace in the left side of the website (beside the logo), and not at the right side, and it doesn't seem to be a problem when viewing …

Member Avatar for rune79
0
147
Member Avatar for ceyesuma

Is this a forum to submit a question on actionscript3.0? if not. my apologies. if so: I made two move clips. one in sepereate layers and an action layer. I have symblos changing position on these movie clips via keyframes. What would code look like to write a method to …

Member Avatar for Reliable
0
96
Member Avatar for Reliable

I have tow questions actaully: [LIST=1] [*]Does anyone know how to integrate PHPlist with an already existing form on their website? [*]HOw do I make a person's photo 3D for placement in an SWF file for a website [/LIST] I have a 2 text field form (name and email) that …

Member Avatar for Reliable
0
86
Member Avatar for naina_gill

i like flex... new to flexing... i have a ok programing background n i liked flex so looking for some person who have flex projects and can guide me like explain me one sort of work in project n tel me how to do it..n i complete all the similar …

0
64
Member Avatar for jakesee

Hi people, I'd very much appreciate some help with my issue here.... i have [code=html]<div id='container'> <div id='left_pane_tab' style="float: left;" onclick='toggle(left_pane)'><img src="tab.gif" /></div> <div id='left_pane' style="float: left; display: none"><table style="width: 200px"> ... </table></div> <div id='content_area' style='width: 100%'></div> </div>[/code] currently, the content_area extends beyond the browser's right bounds and a horizontal …

Member Avatar for MidiMagic
0
480
Member Avatar for alihamilton

Keeping in mind that I design very basic webpages using Dreamweaver, can anyone advise on including music. A client has asked me if I could do it. Of course, firstly copyright comes to mind but is there an easy way to insert music. I tried with a midi file in …

Member Avatar for MidiMagic
0
209
Member Avatar for max2me99

I can't see why my left and right cols are falling below the main col. Here's some of the html (using dtd xhtml 1 transitional) [code] <link rel="stylesheet" href="cg3col.css" type="text/css" /> </head> <body> <div id="pagewidth"> <div id="header"> <a href="index.html"><img src="images/logoTop.jpg" alt="Cape Gazette" name="cgLogo" width="554" height="126" border="0" id="cgLogo" /></a> <div id="navigation"><script …

Member Avatar for MidiMagic
0
127
Member Avatar for kevin wood

i want to make a flash image viewer that is always scrolling horizontally across the screen. when the user move the mouse over it stops playing and when the image is clicked the image increases in size. i have found numerous examples of image viewers but not what i want. …

Member Avatar for aylen
0
103
Member Avatar for Tony0930

How did they do Po’s hair? I want to create a tennis ball for this commercial gig one of my friends invited me to participate in. I want the ball to have this texture, any hints?

0
42
Member Avatar for 4fivers

I was wondering if there is a good program that is very easy friendly for web building for beginners. We all have to start somewhere and sometimes those programs expect you to know what they are talking about..

Member Avatar for rexibit
0
136
Member Avatar for squirrelj

How with fireworks do you change a rectangle that is say 500px by 50px so that it ends up with a curve effect on the bottom?? I have tried various ways but with no success, as anyone any suggestions??

Member Avatar for HI2Japan
0
51
Member Avatar for jpl80

Is it wrong for a web site to generate an rss feed consisting of links to stories on other web sites? I think it's a bit misleading but my client wants it. Does that violate any kind of usability/accessibility rule? Thanks,

Member Avatar for peter_budo
0
131
Member Avatar for wanya

Hi everyone,I am currently taking on jobs on <URL SNIPPED>drupal web design.What I cannot do when it comes to drupal web design is what you fail to think about in the areas of web design and development.Are you looking and or interest in owning a community driven or e-commerce websites?Then …

Member Avatar for belletube
0
139
Member Avatar for cstuart08

Hi, I am kinda new to designing web pages, know all the basics. Does anyone know a good/free site and application to learn and build more advanced web pages from??

Member Avatar for Shanti C
0
107

The End.