256 Posted Topics

Member Avatar for DamagePlan
Member Avatar for FC Jamison
0
133
Member Avatar for Pim

Use the background-color property for Firefox. [code] hr { background-color:#CC00CC; color: #CC00CC; width: 25%; } [/code]

Member Avatar for FC Jamison
0
60
Member Avatar for hapiscrap

You're going to have to be a bit more descriptive with your problem. After opening a text file from where? What does ftp have to do with the text file? What exactly are you trying to do?

Member Avatar for ndeniche
0
87
Member Avatar for rachelmoo

There is actually an [URL="http://www.daniweb.com/forums/forum55.html"]entire section[/URL] of this site dedicated to website reviews. You will find people there to assist you.

Member Avatar for rachelmoo
0
57
Member Avatar for sriram.venkata

I found this googling around: max-height [code] * html div#division { height: expression( this.scrollHeight > 332 ? "333px" : "auto" ); /* sets max-height for IE */ max-height: 333px; /* sets max-height value for all standards-compliant browsers */ } [/code] min-height [code] * html div#division { height: expression( this.scrollHeight < …

Member Avatar for FC Jamison
0
103
Member Avatar for johndoe444

The hyphen is the correct notation when splitting a word...even when the word itself is hyphenated.

Member Avatar for FC Jamison
0
80
Member Avatar for thedudleys

Without digging through almost 400 lines of partially unformatted html coding, I would say you should put your data in a scrollable div. [code] <div style="height:100px;overflow:auto;"> <p>Text</p> <p>Text</p> <p>Text</p> <p>Text</p> <p>Text</p> </div> [/code]

Member Avatar for Aedelon
0
99
Member Avatar for LogicWeb

Your initial problem should be able to be resolved by preloading the rollover images.

Member Avatar for LogicWeb
0
205
Member Avatar for adeela2z
Member Avatar for cavemanlawyer15

I was unable to duplicate the error using IE7. Have you experienced this problem yourself?

Member Avatar for johnsquibb
0
109
Member Avatar for rouse
Member Avatar for lochii

I like writing my own code in Dreamweaver and then previewing the pages in the different browsers I have installed. I rarely, if ever, let Dreamweaver write code for me.

Member Avatar for DangerDev
0
111
Member Avatar for hapiscrap

Try this... [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>The Labyrinth</title> </head> <body> <a name="top"><h1>The Labyrinth: Old Books/New Readers</h1></a> <blockquote> &quot;Reading is so fun&quot;<br /> - Tom Wolfe, <cite>Books in NYC</cite> </blockquote> <p> The Labyrinth<br /> 151 Varick St.<br /> …

Member Avatar for FC Jamison
0
105
Member Avatar for rouse

That sounds like something that is going to require javascript. Edit: I did find something that might help you [URL="http://www.howtocreate.co.uk/fixedPosition.html"]here[/URL].

Member Avatar for FC Jamison
0
141
Member Avatar for rossowen

In the [inlinecode]<head>[/inlinecode] section, add the following script: [code] <script type="text/JavaScript"> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) …

Member Avatar for rossowen
0
177
Member Avatar for Tom Tolleson
Member Avatar for ndeniche
0
106
Member Avatar for wenley

I modified your code as follows: For the css, I changed the main id to: [code] #main{ margin-top: 15px; float: left; } [/code] I then removed the class from your last image on the html page [code] <div class="rel"><img src="http://www.nycamprepairs.com/images/diagampeg.png" alt="Ampeg" /></div> [/code]

Member Avatar for wenley
0
98
Member Avatar for kellysweeney24

I use javascript for my navigation and then simply call the script from each page. That way I only need to update the javascript file.

Member Avatar for FC Jamison
0
79
Member Avatar for patmagpantay

If it is a .flv file, I use a flash player called 320x240.swf and use the following code [code] <p style="text-align: center"> <object type="application/x-shockwave-flash" style="width:320px; height:240px;" data="320x240.swf"> <param name="allowFlashAutoInstall" value="true" /> <param name="Flashvars" value="url=EnjoyTheRide.flv" /> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="320x240.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" …

Member Avatar for Thomas Winckler
0
275
Member Avatar for Barefootsanders
Member Avatar for uniquestar

I use a company called [URL="http://www.powweb.com/powweb/index.bml"]PowWeb[/URL] 300GB of space 3000GB of bandwidth Free domain name $5.77 per month

Member Avatar for Grantmitch1
0
244
Member Avatar for dpcolgan

My first guess is that the host you're using is slow or your internet download speed is slow. Where are you hosting your site?

Member Avatar for Grantmitch1
0
103
Member Avatar for sassy14udd

Try making the middle image on the right a link so we can see what happens to it. I'd like to see the image disappear to try and determine what actually happens. Also, have you looked at your site in multiple browsers? In Firefox, your background image is too small …

Member Avatar for sassy14udd
0
95
Member Avatar for sm3truckin

I have isolated the problem to the container [code] <div id='ArchiveList'> [/code] I did not see any css associated with this id...but there is some script that affects is at the bottom of the code at line 1915. I hope that at least gives you a starting point.

Member Avatar for MidiMagic
0
123
Member Avatar for phattykatty

You lost me at SECURELY...but I did find this... [URL="http://www.formnut.com/"]http://www.formnut.com/[/URL] Perhaps this will help.

Member Avatar for phattykatty
0
86
Member Avatar for adam782378
Member Avatar for yired

I downloaded your page and uploaded it to my server and it looks good in both FF and IE. For some reason, Firefox isn't grabbing the CSS file from your server. Try using an absolute url to link to your css file instead of a relative link. In other words, …

Member Avatar for yired
0
114
Member Avatar for 177ine177ine

You could create a simple web page and use [URL="http://www.paypal.com"]PayPal[/URL] to receive donations.

Member Avatar for FC Jamison
0
59
Member Avatar for cityman007

By making two separate divs and floating them left I was able to achieve the desired effect. I did not adjust any of your other coding. [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>Beijing Attractions</title> <style> #IPbody { font-size: 11px; …

Member Avatar for cityman007
0
135
Member Avatar for Taffd

I use JavaScript and CSS for my drop down menus. To get the search engines to follow the menu links hidden by the JavaScript, I add the section to my code: [code] <!-- Menu Links for Search Engines --> <link href="index.htm" rel="home" /> <link href="resume/index.htm" rel="section" /> <link href="portfolio/index.htm" rel="section" …

Member Avatar for MidiMagic
0
183
Member Avatar for joshua.tilson
Member Avatar for girlinwayside

That's just the homework assignment...where is your attempt at the embedded css? If you show us that, we will be more willing to show you where you are going wrong. Otherwise, I doubt anyone will actually do the assignment for you.

Member Avatar for MidiMagic
0
81
Member Avatar for gustavobrust

I created this about a year and a half ago...and frankly, I've forgotten how it works. It is a multi-level dropdown menu that is cross-browser compatible. Look it over and see it you can use it. I can look it over if you have trouble with it to try and …

Member Avatar for FC Jamison
0
60
Member Avatar for marjan_m

It takes several weeks for your site to appear in the search engines if you submit them...and much longer if they have to find your site on their own.

Member Avatar for techna
0
106
Member Avatar for zodac

You are going to have to delete the dreamweaver entry from the registry and then delete the dreamweaver files manually. If you want to remove your program from the list Add/Rem, just go to the regedit and look for HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall. Look for the name of the software you want to …

Member Avatar for FC Jamison
0
107
Member Avatar for interger

Yikes! First off...your menu isn't working properly. Second, you need this script in your header [code] <script type="text/JavaScript"> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function …

Member Avatar for interger
0
84
Member Avatar for cjm712

In sites I design, I create my menus using javascript. By changing one file, the menu is updated on every page that calls the script.

Member Avatar for MidiMagic
0
101
Member Avatar for dodge_viper
Re: www

[QUOTE=TheNNS;249271]so what if you own your domain, can you just make sub domains? or do you have to pay or something?[/QUOTE] My hosting company allows me to create them at no charge from my control panel...you can also use your .htaccess file to add subdomains.

Member Avatar for The Dude
0
195
Member Avatar for jetru

By default, elements that are formatted later in an HTML document are stacked on top of earlier elements. In addition, elements placed with CSS positioning are stacked on top of elements that are not. To specify a different stacking order, use the style z-index: [I]value[/I] where [I]value[/I] is a positive …

Member Avatar for jetru
0
370
Member Avatar for jetru

I am leaning toward cmills on this one. Why do you need an empty div? If it is a must, you could also try throwing a transparent "spacer" gif in there.

Member Avatar for CertGuard
0
105
Member Avatar for skinz

Your header and buttons appear to be flash, so I don't see them dynamically changing size. I did experiment with dynamically changing a site depending on its window width a few years back using javascript (see [URL="http://msjcaj.frankjamison.com/"]http://msjcaj.frankjamison.com/[/URL]), but it really was a lot of work.

Member Avatar for skinz
0
167
Member Avatar for jps

It's not your browser, it's the settings in the quicktime player. The real fun is that you can't view Flash files, either. Open the Quicktime Player, got to Edit->Preferences->QuickTime Preferences Click on the Browser tab and then click on the MIME Settings button. Under Video, verify that both QuickTime Movie …

Member Avatar for Dale Fletcher
0
352
Member Avatar for aarya

I have to agree. Dreamweaver derived code is absolutely horrible. I use dreamweaver, but only as a coding tool...not to do the coding for me. You should know how to code by hand before using any program to do it for you...just like you should know how to add before …

Member Avatar for techna
0
380
Member Avatar for Sailor_Jerry

This will set the height of your div to the height of the browser window: NOTE: 'divID' is the id name of the div in the html document. [code] window.onload = setDiv; function setDiv() { var wh = getWindowHeight(); // Window Height var d = document.getElementById('divID') // Get div element …

Member Avatar for MidiMagic
0
209
Member Avatar for agrothe
Member Avatar for Sugami

I've had this problem before, but for the life of me, I can remember how I resolved it. You can try reinstalling your sound card driver.

Member Avatar for ed0985587
0
115
Member Avatar for FC Jamison

I have a client's site uploaded to [URL="http://fjamison.freehostia.com/"]http://fjamison.freehostia.com/[/URL], but she says the menus don't work on her Mac. Does anyone have any idea as to why this is so or how to resolve this issue?

Member Avatar for FC Jamison
0
107
Member Avatar for cashblogs

Ha! It really is a preference issue. Most people will tell you that tables were created exclusively to hold tabular data...and that any other use is wrong. Since we have been using tables long before CSS, this is obviously false. If your client doesn't care and you are GOOD at …

Member Avatar for MidiMagic
0
258
Member Avatar for MidiMagic

That right there is just a real pain in the kiester! Here is the solution I came up with: [code] <html> <head> <style> ol { float: left; margin: 0; border: 0; padding: 0; width: 30%; list-style-position:inside; } </style> </head> <body> <ul> <li>Here is list 1:<br /> <ol> <li>one</li> <li>two</li> <li>three</li> …

Member Avatar for MidiMagic
0
114
Member Avatar for Nikolas741

The link doesn't work. Can you repost it so we can see what you are referring to?

Member Avatar for FC Jamison
0
44

The End.