5,031 Posted Topics
Re: [QUOTE=JeannieM] I have a huge problem with web page [/quote] That's why all of us are here, some have problems others know how to solve them :cool: [QUOTE=JeannieM] I have a flash banner from ds effects and it works fine in Internet Explorer but not in Firefox or Netscape This … | |
Re: Hi Paul, it is nice and easy to develop page in dreamweaver, but you always get in trouble if you do not understand basic principle of HTML, CSS and little of scripting. Don't worry I not gone bully you over that, will try to help you if possible. Last year … | |
Re: Did you found your problem with CSS? Can't see any difference between IE and NN | |
Re: Ovious is each pc has different resolution, so preferably you should build site for 800x600. Another thing sometimes our pc's play games with us especially when you often overwrite your work in dreamweaver something on the back of document get mix up and is displayed ok on your pc, however … | |
Re: I am sorry from this image is difficult to say what you are talking about. :confused: Are you toking about border which is automaticaly apply to image if works as a link or you wish to create some empty surounding space about image, I dont't know. You have to give … | |
Re: Nice work, I like it. However there is one thing you may consider and that is colour of your fonts because if any image layer displayed the text in front of it is usually unreadable. (Just suggestion, nothing serious) Once more well done. | |
Re: I have to say this script is not clear to me [HTML]<script language="javascript"> var buttonStatus; var currentImage = 1; var timer; function Start() { buttonStatus = 1; } [/HTML] This part is fine with me declaration of global plus start of action [HTML]function Stop() { buttonStatus = 0; EndTimer(); }[/HTML] … | |
Re: Do Ctrl plus mouse click on tubnail next to name of the layer :?: | |
Re: I have god news and bad news for you. [B][COLOR=Red]Bad news [/COLOR] [/B], I do not have code for you! [B][COLOR=Blue]Good news [/COLOR] [/B], I know where to learn more about detecting browser settings and lot more usefull stuff :) My magic book tells me that the name of the … | |
Re: Ashley as far I'm concerned pointer and hand cursor is the same, only problem is that hand cursor was "specialy" developed/recognise by Microsoft and no one else does care for it, so this thingy only work for IE. [i]cursor: hand[/i] Other browsers dispay it as text cursor. Below you can … | |
Re: [QUOTE=GR Web FX]Im creating a site called [url]www.mobilefantastic.com[/url]. The client also owns mobilesfantastic.com and mobilefantastic.co.uk. [url]www.mobilefantastic.com[/url] is the domain where the content will be, but i want to set up an automatic divert so if someone was to miss spell the domain as mobilesfantastic or mobilefantastic.co.uk, they will automatically be … | |
Re: My friend, there are too many sites each is different and it it really up to you to pick up sometthing. Everybody has it's own learning standart, prefered way how to learn, etc For example I used google typed in "JAVA notes" and got list of sites where I be … | |
Re: Didn't know that you can play [I]txt[/I] files. What I think is that somebody clever opened music formar for example [I]wma[/I] in notepad and saved that way. When I look at that site I found that person is yousing clasic [B]BGSOUND[/B] tag [code]<BGSOUND balance=0 src="http://kassierae.myknet.org/frontlineda.wma" volume=0 loop=infinite autostart="true">[/code] Where exactly … | |
Re: [QUOTE=John P]Nevermind, found the Dean Edward's IE7 hack. John[/QUOTE] Nice site add to favorites, will come back. There is CSS way to do it [code]style="background-image: url; background-attachment: fixed"[/code] one more thing you are missing opening of body in this page not big deal | |
Re: [QUOTE=ljCharlie]I've got problem. Here's what it looks like, [URL=http://www.lorresident.com]Click Here[/URL]. The div [B]#sidebar-b[/B] should not be that far from the [B]#sidebar-a[/B] or Part# 1. They should only be 50px appart from each other. Any help is appreciated.[/QUOTE] Well your [I]sidebar-b[/I] is not related by 50px to [I]sidebar-a[/I] but to your … | |
Re: Not really easy what you are trying to do!!! As far I understand you whant to create html document which will work on javascript??? But have do you whant to do this part??? Business Brown for the [B]first 100 students[/B], then Davis Computer Information Systems Cunningham for the [B]first 100 … | |
Re: Another option is to use frames but not everybody likes to use them... | |
Re: Well there is simple way how to do it onClick="MM_openBrWindow('name_of_your_page.html',' ','scrollbars=yes,width=500, height=300')" Put this code in img tag and is done. It will open new window of size 500x300 with scroolbar | |
Re: Yes, you can save as "ai" when you use export, but in my version of fireworks which is MX it says, save as Illustrator 7. What that mean, you my lose some stuff. So it is up to cmills83 [B]buy it[/B] or [B]crack it[/B] that's THE QUESTION | |
Re: [QUOTE=painterdude]OK, I've got dreamweaver and fireworks and will probably get flash later. I use photoshop and illustrator and I need to import stuff from photoshop into dreamweaver. Do I have the right software? What will make the photographs of my work look best on my web site. Any suggestions are … | |
Re: [QUOTE=eeisent]Hi, I have everything in a table which I have set to 100% height & width but I've put layers on it with images and text and it's these that move off the page when viewed on a smaller screen. [/QUOTE] Hi Sue I do not have to much experience … | |
I'm trying to create class/header for my program which should calculate distanaces between cities declared by array "[I]use[/I]" plus arrays of there coordinates as you see in code below [CODE]// file line.h #ifndef LINE_H #define LINE_H const int cities = 6; class Line { private: string use[] = {"Phoenix", "Baton … | |
Studying Computer Science on Unix platform is ussually fun expect days when you get stuck. And life get [B]tough[/B], this is one of my tough days. To make life easier with my c++ programming I wanted to use the [B]make[/B] tool under unix. I have 5 fieles : - student.h … | |
I am supposed to write an query which will add new attribute to my already existing table So I written this [I][B]ALTER TABLE member ADD e_mail CHAR(20)[/B][/I] which is fine, however when I try insert required data for each row I get stuck [I][B]INSERT INTO member(e_mail) VALUES('johnwhite@msn.com');[/B][/I] Can anyone help … | |
Re: Other way is get everything on minutes [code]enterMin=enter%100; //enterMin is int enterHour=enter/100; //enterHour is int enterTime=(eneterHour * 60) + enterMin; //which give you enter time in minutes[/code] SAME apply to live time than small if statement which check [code]if (enterTime < leaveTime) { c=leaveTime - enterTime; //total parking time in … | |
Re: Can you supply any code of yours so we can start somewhere???? | |
Re: Too late I think you should come here week ago not yet!!!! | |
Re: [QUOTE=guitarguy]If you someone could help me with the mp3 audio working on my site. [url]www.jamguitar.com/dvds.htm[/url] The videos work but for some reason the audio files don't load. Maybe its because quicktime isn't loading right. Any help would be great! I am using dreamweaver.[/QUOTE] Looks like you found solution for your … | |
Re: Please provide full code and write down exactly what is what they want from you at school | |
Re: If you preffer you can use [I]exit()[/I] instead of error() | |
Hi my name is Peter and I'm looking for somebody who can help me to understand how to read from external file without "destroing" existing inforamtion inside. whole staff is based on book example which i'm trying to extend. I have a programm which is working with database of 3 … |
The End.