256 Posted Topics
Re: How about a link to the site itself so we can see it in action. | |
Re: Use the background-color property for Firefox. [code] hr { background-color:#CC00CC; color: #CC00CC; width: 25%; } [/code] | |
Re: 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? | |
Re: 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. | |
Re: 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 < … | |
Re: The hyphen is the correct notation when splitting a word...even when the word itself is hyphenated. | |
Re: 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] | |
Re: Your initial problem should be able to be resolved by preloading the rollover images. | |
Re: What does "change the interface" mean? | |
Re: I was unable to duplicate the error using IE7. Have you experienced this problem yourself? | |
Re: Can you share the solution for other people to see? | |
Re: 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. | |
Re: 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> "Reading is so fun"<br /> - Tom Wolfe, <cite>Books in NYC</cite> </blockquote> <p> The Labyrinth<br /> 151 Varick St.<br /> … | |
Re: 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]. | |
Re: 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) … | |
Re: For class names, it would be better to use your general descriptive names. | |
Re: 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] | |
Re: 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. | |
Re: 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" … | |
Re: I use [URL="http://www.powweb.com"]powweb.com[/URL] | |
Re: 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 | |
Re: 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? | |
Re: 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 … | |
Re: 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. | |
Re: You lost me at SECURELY...but I did find this... [URL="http://www.formnut.com/"]http://www.formnut.com/[/URL] Perhaps this will help. | |
Re: You can use find and replace | |
Re: 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, … | |
Re: You could create a simple web page and use [URL="http://www.paypal.com"]PayPal[/URL] to receive donations. | |
Re: 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; … | |
Re: 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" … | |
Re: Could this be done using an iframe? Just a thought. | |
Re: 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. | |
Re: 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 … | |
Re: 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. | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: [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. | |
Re: 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 … | |
Re: 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. | |
Re: 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. | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
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? | |
Re: 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 … | |
Re: 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> … | |
Re: The link doesn't work. Can you repost it so we can see what you are referring to? |
The End.