7,985 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for chrisw09

I'm working on a page that takes credit cards. Everything works great except when the user goes back to place another order, IE/Firefox/etc. saved the form data and is displaying the credit card used previously. Is there a way to prevent a browser from storing (caching) certain fields so this …

UI / UX Design caching web-design
Member Avatar for MidiMagic
0
114
Member Avatar for sacarias40

im making a website. im using background images in the divs. i am inserting the images through css. the website is livingandlegacy.com the problem im having is in firefox. there is a main spacer its the big green area in the middle. in firefox it does not show up. i …

UI / UX Design web-design
Member Avatar for sacarias40
0
67
Member Avatar for daviddoria

I am very new to css. I was looking at a css file I found online and trying to figure out what everything does. I am confused with the following couple of things. Please let me know if anything I say is wrong! This on sets up some properties of …

UI / UX Design web-design
Member Avatar for daviddoria
0
147
Member Avatar for daviddoria

Here is my demo.css [code] #sidebar {} #sidebar ul { list-style-image: url(images/bullet.gif); } ul { list-style-type: circle; } [/code] and demo.html [code] <html> <head> <link REL="StyleSheet" TYPE="text/css" HREF="demo.css"> </head> <body> <ul class="sidebar"> <li> Test1</li> <li> Test2</li> </ul> <ul> <li> Test3</li> <li> Test4</li> </ul> </body> </html> [/code] I would expect the …

UI / UX Design html-css web-design
Member Avatar for daulex
0
443
Member Avatar for freshface001

hi to all! how to embed flash swf file into microsoft excel 2007.

UI / UX Design flash multimedia web-design
Member Avatar for peter_budo
0
79
Member Avatar for sciwizeh

OK, this is probably the wrong place for this question, but here goes nothing... I want to know what math is involved in making a Color gradient (so i can program some myself). My goal for now is to make a program that can get two locations and matching colors, …

Member Avatar for Ezzaral
0
579
Member Avatar for TagMaker

Hello All, I am having some problems with creating a 1 column fluid width web page which has a header section and left and right side bars. I can not get it to center nor to display consistently on different browsers. In fact its a complete mess. Please take a …

UI / UX Design html-css web-design
Member Avatar for TagMaker
0
83
Member Avatar for OmniX

Here are a few examples: [url]http://www.greenhamnaturalbeef.com.au/[/url] [url]http://www.quincy.com.au/[/url] Now I dont know what is the name for it? (anyone help me with the offical name, much appreciated) What I have analysed is that it is a image broken into 4 parts, top right, bottom and left. Then within those border images …

UI / UX Design image web-design
Member Avatar for ccube921
0
92
Member Avatar for tgkprog

i want to allow a user to either preview or edit a letter ([url]http://sel2in.com/prjs/uandsanta/v/v2t/[/url]) the user can choose if they want to go with a template (no editing the letter directly then) or a custom letter (can edit) I can use 1. text area 2. div to read template - …

UI / UX Design web-design
Member Avatar for tgkprog
0
86
Member Avatar for OmniX

This is problem one of the most annoying concepts I have come around to after using several internet programming languages. I have frames set out like so: 11111 23334 55555 I hope people can understand that lame drawing :p Now what I wish is that all the frames stay in …

UI / UX Design web-design
Member Avatar for ingeva
0
131
Member Avatar for Tom Tolleson

Hi! I just inherited a rather large legacy site here at work that has no database behind it. It's a large volume of HTML pages with the content written right into the HTML page. I need to extract the content and bring it into a database, or XML files. Each …

UI / UX Design html-css perl web-design xml
Member Avatar for MidiMagic
0
83
Member Avatar for Reliable

I have a theory that I'd like someone to affirm or refute. With sites like Flickr now on the scene wouldn't another method of optimizing the speed with which a site can be downloaded be to upload your pictures first to one of those sites and then just include the …

UI / UX Design multimedia web-design
Member Avatar for Reliable
0
56
Member Avatar for besktrap

Hi y'all. I'm just starting to learn HTML and just had a few questions. I was using some tutorials from w3schools.com, and I came across Event Attributes. So I have this textbox, and I want it, when clicked, to clear the the text box of it's value, and change the …

UI / UX Design web-design
Member Avatar for Walkere
0
147
Member Avatar for daviddoria

Is this flash (how do you tell?) [url]http://www.kwikkopy116.com/[/url] Is there any way to develop a flash site on linux? I've been unable to find anything about it! If not, is there any other way to make a page like this that can be done on linux? Thanks! Dave

UI / UX Design flash multimedia web-design
Member Avatar for Walkere
0
132
Member Avatar for hbmarar

Hi, I was thinking on a need but could not reach anywhere. That is say , i got a multimedia contents for download or say an action. For eg:- If document, a button with label 'Print' and on click , says 'printing...' , if 'save' , on clickd shows 'saving....' …

UI / UX Design audio multimedia video web-design
Member Avatar for buddylee17
0
106
Member Avatar for jk_bscomp

hello everyone, i hope you could help me with this simple yet confusing css problem.. I want to have a three header - h1, h2, h3 to be in different font style... one is tahoma, arial and sans-serif.... how can i do that by calling the css below... [code=css]body, h1, …

UI / UX Design html-css web-design
Member Avatar for shruti sepra
0
90
Member Avatar for hugokang
Member Avatar for shruti sepra
0
137
Member Avatar for OmniX

Heres a few examples of what I would like to accomplish: [url]http://www.greenhamnaturalbeef.com.au/[/url] [url]http://www.quincy.com.au/[/url] Now I have my own ideas how this was created but mainly I am not able to re create these websites myself. What I am looking for in the website is the backgroun layout how the website …

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

I am developing a site that will allow the users to download files. The files could be of various types - documents, images, applications, etc. I am using a simple link to offer the download <A HREF="File_To_Download"> Download </A> If the browser does not support the type of file being …

UI / UX Design file-system web-design
Member Avatar for aparnesh
0
95
Member Avatar for milktray

Hi Im a newbie, so I hope I am posting in the right place.... Some advice if you can, I have a little flip book that works fine in Firefox and some versions of Explorer, Flash 9 with Actionscript 2, Problem is for some people with older version of ie …

Member Avatar for milktray
0
93
Member Avatar for lifeworks

Hi I have some pictures and I want to have a piece of text, like a label, for each one. I have tried floating both image and paragraph (<p>) and then assigning a negative margin to the <p> and setting its z-index: 100 but it continues to say below the …

UI / UX Design web-design
Member Avatar for Luckychap
0
107
Member Avatar for imaginos

I am just learning Dreamweaver for work and have been experimenting in the software with my son's soccer team website. I created a new page with spry tabbed panels and spry horizontal menu. Everything works locally but when I ported it to the web host I use (110mb.com) the spry …

UI / UX Design html-amp html-css web-design
Member Avatar for ulcimd1
0
126
Member Avatar for helpmeplease08

Hello, I am new to web building, i have built a few sites through Office live but nothing special. I am recently enrolled in GRCC for an assoc. degree in IT. I am wanting to build a higher quality website. I am looking for any suggestions for where i should …

UI / UX Design web-design
Member Avatar for helpmeplease08
0
68
Member Avatar for ceyesuma

Is it possible to drag an instanc of a button to the stage and in the over state have text unique only to that instance. I'm not sure how to do this. I would like to have one symbol and several button instances that have unique text in the over …

UI / UX Design flash multimedia web-design
Member Avatar for ceyesuma
0
52
Member Avatar for ceyesuma

Could someone check out the way the object are created? All the classes work independently but somewhere I think I am messing the display up when I call a new Class. I have two classes: one creates and loades a combobox and another class that creates and loads an UILoader …

UI / UX Design flash multimedia oop web-design xml
Member Avatar for ceyesuma
0
96
Member Avatar for veledrom

Hi, Similar Page Result is 18% for my websute? Is it bad? Or, what is good or what is bad for a website? Thanks

UI / UX Design ui-ux web-design
Member Avatar for MidiMagic
0
72
Member Avatar for MidiMagic

What changed? A web page that worked for over a year suddenly started overlapping an image on top of a table presented under it. The table used to render lower, completely below the image. I didn't change the code. The image is the lower of two .gif images, and the …

UI / UX Design html-css web-design xml
Member Avatar for jbennet
0
134
Member Avatar for lacompsr

Let's say you have 5 different images inside a table (or box, etc), is it possible to make a thumbnail of inside that box with all the images side by side? For example, Fred wants to share his style of backgrounds, so he uploads 3 images of his background, titled: …

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

I am trying to embed more than one video on a site. The problem is they all start playing automatically, I would like to keep them from starting automatically. I get my code from helloworld.com they use razor stream the videos load up fast and don't stutter. If anyone with …

UI / UX Design multimedia video web-design
Member Avatar for peter_budo
0
155
Member Avatar for jk_bscomp

hello everyone!!! what is the difference between this two css [code=css] p { color : red; } .name p { color : blue; }[/code] how do i call this two css so that i can have a two results of p? one is color red and the other is blue. …

UI / UX Design html-css web-design
Member Avatar for wickedsunny
0
106
Member Avatar for OmniX

Hi guys I am used to the old school abussing tables and so forth for a web site layout. Now I am trying to use floats as I have been told they are better options. Are there any better options to format layout? At the moment the problem I have …

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

I've been looking into getting my own WYSIWYG editor, to play around with, I plan on going into web design when I get out of the army. I was wondering if Frontpage is any good? I have the opportunity to get it in a sealed condition from someone in my …

UI / UX Design microsoft web-design
Member Avatar for jbennet
0
214
Member Avatar for enim213

hello everyone! is there anybody knows why i can't see my hover drop down menu because it is behind the white background of div tag? I did make a background transparent but still there is a white that covers the hover drop down.. please, let me know what should i …

UI / UX Design web-design
Member Avatar for enim213
0
103
Member Avatar for ceyesuma

Hello. Could someone tell me why I open photoshop and the only tool available it the hand tool? I have no way to select anything. Thanks. -Steve

UI / UX Design multimedia web-design
Member Avatar for Jen0608
0
53
Member Avatar for nopaso

I was looking at this wobbly java applet and wanted to make it a link on my website, hot do I do that so it uses the "#Bottom" link to go to the bottom of the webpage its on: [url]http://www.javascriptkit.com/java/java13.shtml[/url] I found this forum from that website, so I apologise …

UI / UX Design java web-design
Member Avatar for nopaso
0
147
Member Avatar for bimlaburlakoti

hello all, anyone can help me to know, if they have anything related to use <div> in our html page rather than using<table> besides this i want to know what web 2.0 includes? thanks in advance

UI / UX Design ui-ux web-design
Member Avatar for Agent Cosmic
0
128
Member Avatar for pcmicro

Hello - I am fairly new to the flash/multimedia game... I am very familiar with HTML and other aspects of web. I am just coming accross one slight issue. I am trying to create a landing page with at least 12 full sized images collaged together to create a banner. …

UI / UX Design flash multimedia web-design
Member Avatar for php_noob
0
128
Member Avatar for asp_seetha

Hai, I've read about "page-break-inside" style and it seems to be exactly what I need. I am working on some report printings, and I need specific table to be printed on following page if it does not fit in the current one. Unfortunatelly, I cannot solve this issue... Does page-break-inside …

UI / UX Design web-design
Member Avatar for MidiMagic
0
125
Member Avatar for ohanselo

I have begun making a website for a game we have in development. <URL SNIPPED> . We need website designers or website advice because for me and my partners are good at designing games, not lol making websites. So if anybody would be able to help we would appreciate it. …

UI / UX Design web-design
Member Avatar for ohanselo
0
56
Member Avatar for Reliable

Hello everyone, Trying to get a grasp on AS3.0. I know what addEventListerner is for and pretty much how to use it, but I the last three parameters in the statement have me scratching my head. There is a number (usually 0) and two Booleans--false and true respectively. Why are …

UI / UX Design multimedia web-design
Member Avatar for erico564
0
137
Member Avatar for xylude

I am trying to write a script in flash that takes variables ( a list of movies that I wish to be played ) and loads them into the movie. I don't have much code written for this but here is what I have in the first and only frame: …

Member Avatar for erico564
0
179
Member Avatar for Ryugen

Hi there, I'm currently building a website for an online radio station, and I'd rather not have it look bad when it finally gets on the air (understandably). The main problem I'm having is that a div I have to put a background around the main section of content and …

UI / UX Design ui-ux web-design
Member Avatar for MidiMagic
0
116
Member Avatar for spycatcher69

Hello all first time post. I have a problem I cant seem to get my head around.I have created a web site for our local yacht club , on the links page I have added links to PDF files ,I am using dreamweaver 8 . The Pdf links work fine …

UI / UX Design flash pdf web-design
Member Avatar for spycatcher69
0
87
Member Avatar for jimbob90

I've got a blog up simply using html and css. what should i learn next, i want to add a comment feature stuff like that. my next project is going to be a forum wat languages are used to create forums?

UI / UX Design html-css multimedia web-design
Member Avatar for erico564
0
118
Member Avatar for mardone

Hi everybody, I am planning to start my own web developing business. First, I will be starting off at home and then seeing how it goes and will decide to take it to a bigger level. Keeping in mind the present scenario, web designing and internet based business are proving …

UI / UX Design multimedia web-design
Member Avatar for erico564
0
151
Member Avatar for CasTex

Hello, how can I do this ? [URL=http://imageshack.us][IMG]http://img528.imageshack.us/img528/1996/ggg1mh2.jpg[/IMG][/URL] The table is simple table, you can imagine that as a picture. But my point is, how to make the writing like that ?

UI / UX Design html-css web-design
Member Avatar for sasankasekhar
0
131
Member Avatar for emerote

Hi everyone, this is my first post so I hope is not a pain :-/ I am using tabs3 as a gallery to show some projects. It works fine in FF and Safari but I am experiencing a weird positioning problem in IE6 (what a surprise ah?). Some content doesn´t …

UI / UX Design web-design
Member Avatar for Dot Lexine
0
78
Member Avatar for Cruclax

Hi, Ive been designing a web site and Im going crazy around some weird graphic errors in IE 7: On [URL="http://www.malaga.com/hotels/hotel/238272/?quote=158A69074348454248&latitude=36.71916&longitude=-4.41976&destination=malaga&arrival=05%2F12%2F2008&departure=07%2F12%2F2008&rooms=1&adults-1=2&children-1=0&change-currency=GBP&currency=GBP#room-prices"]this page [/URL](there are some other minor bugs but already fixed on local versions) Please scroll down and up the page and see how the gradient background start to render …

UI / UX Design web-design
Member Avatar for ccube921
0
77
Member Avatar for cwindham

I am still a simple HTML guy. I was curious who does a different coding. Just trying to get a feel on whats hot and whats not.

UI / UX Design web-design
Member Avatar for Rhyan
0
95
Member Avatar for Neitz

could any one give me recomendations on what application software would be best for a first time web page developer?

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

The End.