10,650 Topics

Member Avatar for
Member Avatar for OmniX

I have made a website and works perfectly in IE but when I check it in firefox its totally wrong. In more detail: [code] <object height="100%" width="100%" name="SWF" id="SWF" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"> <param name="movie" value="test.swf /> <param name="quality" value="high" /> <embed src="test.swf" quality="high" width="" height="" name="home" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> </object> [/code] The result …

Member Avatar for OmniX
0
66
Member Avatar for plarsen111

I used unordered lists to create tabs across the top of my site. [URL="http://hmstechnology.com/tabs2/tabs.html"]http://hmstechnology.com/tabs2/tabs.html[/URL] As you can see, I need to get my content moved down below the picture and the tabs. All CSS and html code is available to see when you "view source". Greatly appreciated if you could …

Member Avatar for Designer_101
0
92
Member Avatar for MahdiDani

During the webpage posting to the server, the textboxes,the uploaded files is cleared(because the server recreating the webpage,my solution to this problem is storing varibles values in session varibles and retriving the varibles values after page recreation...I want some webdeveloper to confirm me the correctness of this solution or advice …

Member Avatar for peter_budo
0
96
Member Avatar for FC Jamison

This tutorial will explain how to code a perfectly cross-browser compatible, single-level drop-down menu for your website. The first thing you are going to need is a little bit of JavaScript courtesy of Suckerfish. This should be placed in a file called menu.js and saved in the same directory as …

Member Avatar for aprajita
0
539
Member Avatar for OmniX

Dont ask me why BUT when I test this code in my adobe flash CS3 it works fine and the link opens fine now when I test this on my server it does not open the link... Any Ideas? Thanks, Regards X Below is my code: [code] button_N.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler); function …

Member Avatar for OmniX
0
167
Member Avatar for twkillswitch

I was curious if anyone knew a standard way to create a vector shape that can be used as a text box and also still have an editable fill/stroke option and also have the same shape be able to mask pictures. This file will be used in InDesign CS3 It …

Member Avatar for sandraP
0
79
Member Avatar for kv79

Hi all, I have a Table in my web site and I want to move picture on some other place of the table . Can you tell me how to do that ? Regards Danijel

Member Avatar for kv79
0
101
Member Avatar for TheGOAT

Hi there Im trying to create a form that users fill out, when they hit the submit button, the details are sent to me directly so that i can have an idea of who is using this feature and subsequently register them. What is the code for this? I have …

Member Avatar for HI2Japan
0
74
Member Avatar for cancer10

I like the borders of the forums like this. Can someone tell me how to draw a border in HTML/CSS as shown in the screenshot. [URL=http://img91.imageshack.us/my.php?image=fireshotcapture12helloimn7.jpg][IMG]http://img91.imageshack.us/img91/3292/fireshotcapture12helloimn7.th.jpg[/IMG][/URL] I would like to have the bordercolor as well. The following HTML does not work perfectly on all browsers :( I mean, with FF …

Member Avatar for MidiMagic
0
125
Member Avatar for Venom Rush

Hi there I'd like to know what the general rules are when working with divs to create a pure css layout (if there are any). I've been reading a bunch of tutorials and yet I'm having a huge headache trying to get my layouts to work the way I want …

Member Avatar for MidiMagic
0
187
Member Avatar for VernonDozier

This is my first shot at running an executable program from a web page. The program is going to get a lot bigger, as will the web site. I have xampp installed and I am using that. I have two simple files: C:\xampp\htdocs\execlink.html [code=html] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 …

Member Avatar for VernonDozier
0
497
Member Avatar for kavithakesav

Hi All, Can any one help me in dis. I want Flash AS3 bible (Full Tutorial) if any one have can u send it to me. Bcz i want to learn. Plzzzzzzz rgrds, Kavi...

Member Avatar for peter_budo
0
89
Member Avatar for kavithakesav

Hi, I want drop down menu useing Image in Dremweaver 8 version. Plz can any one help me. Thanks in advance.

Member Avatar for peter_budo
0
78
Member Avatar for Bushido Hacks

Hey guys. I recently installed some software tools to make Flash on Linux. There are several open source softwares that can create Flash, most of them from source codes or converting files to .swf format. I've decided to try [URL="http://www.swftools.org/"]SWFTools[/URL]. But despite the many many years I have hung out …

Member Avatar for peter_budo
0
90
Member Avatar for mikeandike22

Ok Right Now I have a preloader that setup that loads the intro. and then a button in the intro loads another movie clip and everything seems fine until I add the actionscrip to load the text and buttons. here is the error I get TypeError: Error #1009: Cannot access …

0
65
Member Avatar for AnzJ

Hi, I'm making a website, and the client wants to have newspaper articles posted on his page. What is the best way to do this? I've tried scanning the paper, but the filesize is WAY to big. If i drop the resolution, it becomes unreadable. Is there a best-practice way …

Member Avatar for peter_budo
0
168
Member Avatar for kashmir323

hello everyone. my site is [url]http://designersforsale.freebiehost.net/teamthrust/[/url] as you can see it is very messy and everything is blah to say the least. it looks fine in dreamweaver but not on the web. i would also like to know how to create a iframe within the content on the right. something …

Member Avatar for kashmir323
0
149
Member Avatar for bethhack

My over images are not working in Safari or Firefox, but they are in IE. The test page is: [url]www.jillboxrud.com/sample[/url] They were working before, but now not... any ideas?? Thank you.

Member Avatar for bethhack
0
85
Member Avatar for mikki2

hi! i just started learning photoshop about 2 months ago and i want to learn how to create designs like the one in the link below. but i dont know where to go to learn it. i have tried a few site but cant find anything of the sort. i …

Member Avatar for HI2Japan
0
150
Member Avatar for gburya

Hello all... I have a webpage which DID work in IE, but now for some reason it will NOT work with the Frames I have established in the page. It works just fine in Firefox, haven't tried it in anything else, don't have but Firefox and IE. The ONLY frame …

Member Avatar for gburya
0
93
Member Avatar for sdg

I have discoved one of the sites I designed with a main table width of 100%, scrolls left to right in Windows 2000 platforms. Does anyone know a solution to this problem? Most other viewers are using high resolution monitors so I don't want to reduce the table width. Imbedded …

Member Avatar for MidiMagic
0
71
Member Avatar for MDGM

Hi all! I need to know how to [B]repeat a javascript code snippet[/B], until the [B]table's row is full[/B] - so [B]without stretching[/B] it. The row is inside the middle column of an 80% width table, made up of 3 columns, one for a left side graphic, the middle column …

Member Avatar for MidiMagic
0
121
Member Avatar for serkan sendur

I had been trying to put specific elements to specific positions on my web pages but i had never found a solution until today. The solution was very easy to implement indeed. Make the container's position relative and the content's position absolute. To make it work cross browser, avoid using …

0
60
Member Avatar for CoffeeChef

I am designing a website with Flash CS3, using actionscript 2.0. I am reasonably comfortable with actionscript, but not an expert. I have a main timeline containing my basic page layout with buttons linking to my other pages. My other pages load as swf files when the appropriate button is …

Member Avatar for CoffeeChef
0
102
Member Avatar for almcsolutions

Hello! I am wondering if anyone can tell me why a flash site flickers when I first load it (first enter the URL in the browser) and how to fix it? Thank you!

0
54
Member Avatar for Ragnarok

I have been working on my site for some time and its not yet been released. What I want to do is modify my layout so that it works with CSS insted of tables. All my efforts so far have gone in vain because the gaps between the <div> and …

Member Avatar for peter_budo
0
134
Member Avatar for GR Web FX

Hi there Say i had a table in the dreamweaver that was one cell, 100px by 100px and colour white. Now i have a black dot which is 1 px by 1px and saved as a JPEG. If i click inside the cell and then go to to 'background' and …

Member Avatar for CoffeeChef
0
116
Member Avatar for dollthreads

[B][/B] Hi, Question to someone that can help me with this problem I am trying to add a email link inside a flash graphic. The links work for the http address to url addresses, The email link will not work, I have used the target as blank and also as …

Member Avatar for dollthreads
0
126
Member Avatar for webster22

HI, anybody who knows which software is best to creat a website with the database and the buying selling options.

Member Avatar for jbinbpt
0
83
Member Avatar for Designer_101

Hi im quite familiar with css however iv hit a stumble. this client needs a fixed web page and i usualy do Flash. Emagen a webpage. When you resize it the content doesnt move. The one i have all the margins are pushed and it messes things up. any ideas??

Member Avatar for Designer_101
0
69

The End.