HTML - Showing Jpeg Instead Of .swf Is Viewer Can't Display .swf
Hello everyone,
I am looking for some HTML help. I am injecting some code into my Squarespace website builder to have my sites banner be a .SWF file. It's simple and it works: <div style="position:absolute;margin-top:-44px"> <object width="373" height="50"> <param name="movie" value="test_flash_banner.swf"> <embed src="/storage/test_flash_banner.swf" width="373" height="50"> </embed> </object> </div> What I want to do is have it show a jpeg instead of the .swf, if you user can't see .swf files (doesn't have an up to date flash player) Is there a way to do that? Similar TutorialsI plan to work on a photo gallery and I would like the users to be able to get a magnifying glass that lets them make a default picture bigger (+) or back to default size (-). Sample Web site <http://www.koulut.naantali.fi/oppilaat/samuli.rantala/Maantieto/South%20Korea%20map.jpg> How do I do it? I have a DIV that is a fixed size. I want to display a JPG within the div that is stored elsewhere. The problem is the jpg used can change and can be any size. What I want to try and achieve is to scale this jpg so it fits within the div but still maintainig its original proportions. Is there anyway to do this using HTML and CSS, or do I have to use JS? Thank you for any help in advance. Hi, When to use GIF and when to use JPEG, What's the basic rule of thumb? Regards, Pretty Can someone please tell me the difference between a gif, png and jpeg image? I know gif images are a lower quality of the three right but what exactly is the difference between a png format with jpeg. Does a jpeg image just have higher quality then a png? I need to know this so I make sure to compress images correctly in the future so I do not bog down my website or sites I do in future, thanks everyone who responds it is appreciated. Hi, I'm hoping you guys can help me. I'm very new to all this so i apologize if my questions seem dumb. I'm starting a new business and selling on Ebay. Instead of doing all my listing in HTML code I'm doing it on Photoshop, then hosting it on Photobucket and then putting the HTML code for it in the Ebay HTML code box etc. This is all fine and works. I'm doing it this way as I know what I'm doing with Photoshop but don't have a clue with HTML tbh. I also need to get it all up and running asap. The problem is I want live links on my listing so that when the text is clicked on, it will take customers to my website, other products etc. Obviously i cant embed the HTML code for the links as its just a jpeg hosted image. Does anyone know a way I can somehow overlay the links over the image using HTML in the Ebay HTML code box? Is there some kind of code to overlay the text over the image, position it accurately and as a live link? Any help or guidance would be really appreciated. Thanks, Chris. hello there... if any one can help thanks in advance i am making a site for my class as a final project its about me and when i tested with firefox everything is perfect loads up in no time and when i test them in ie they dont dont seem to come up the page just loads for ever... if it was for me i wouldnt care about ie but i think my teacher preffers ie for her own use so i have to get it to work in ie ... is there anything i can do to make it work... she told me to slice the images down and load them to a table by pieces it would work should i try that... is there like a slick way to view a list of files in a ftp directory in html code? Hi, Im sure many of you will laugh at my poor knowledge, but I need to make a image viewer for my portfolio website. I am using HTML and CSS, and I am working in Dreamweaver. As detalied answers as posssible please.. Does anybody know how to make a HTML page that shows an overview of the contents of one of my web folders? Like an ftp-page but with the possibillity to add css-style to the page...? I mean, of course, one of the folders on the server in wich my web site is uploaded. Example: I have 10 PDF-files in the folder "PDFs" on my server. I do not want to make links to the files, but I want the files (not the content of the files, but the filenames) to be viewed direcly in a HTML file. Is this a java-script job, or can i do it in another way? Hope you guys out there can help me.. mvh Prosit Hello, thanks for everyones help a few months ago with our site, I have another quick questions. On this page http://www.blackwidowinc.com/cublwisc.html I added a Javascript image viewer, Everything appears to be working fine its just when an image is opened all the content on the left appears above the image. Any help is appreciated. I'm in the process of making a HTML Interactive CD, I have PDF, and Image files and Panoramic files. I have no problem getting the PDF and Image files to run as these programs or typically available on most PC's, and I'm providing the Adobe Installer with the CD in case the user needs it. Now the real problem is my Panoramic files.... I have a Imove viewer this a viewer capable of viewing "Pan" files locally or via CD. I can run these files through an Autorun.inf with out a problem, but I want to run them through an html link... the Imove viewer program requires no dll or installation the only files that exist are the Imove-viewer.exe & Imove-viewer.isu. no matter how I code it I can't get it to run the Pan file in the viewer I have the Imove-viewer.exe & Imove-viewer.isu present in the directory with the Pan files. I've coded it like this "/Panoramics/Imove-viewer.exe Mypan.pan" which tranlates to: "/Panoramics/Imove-viewer.exe%20Mypan.pan" I get "unable to Locate the file" messages. Any help would be appreciated. I'm wondering if there is a way to code html into a newsletter to get the look of the examples on this site: http://www.dynamicdrive.com/dynamici...tbox/index.htm without having to host the javascript and CSS pages. I currently use Constant Contact, but am looking around for other email marketing providers. I spoke to CC today and they said to put the CSS into their stylesheet, but obviously there is no way to put in the images (like the next button) or any of the javascript info. Basically, my boss wants the images in our newsletter (and the archived version stored on our website) to be able to pop open the images to make them larger. I can put html into the newsletter, but nothing more than what's in the actual page and the stylesheet. I think my only other option is to make an actual webpage for each of our newsletters, put the link of the in the newsletter that goes out in the mass email so the client is reading it from a webpage rather than their email browser. But our client base isn't that savvy (mostly retired age) and I want to make this as easy for them as possible, and given that they're older, they need to be able to look at bigger images. My apoligies if this is in the wrong section. I have a jumble of issues and I wasn't sure where to land. Hi guyz, i have a query Mouse over the datagrid cell display tooltip or panel to display information but only using HTML and CSS not using javascript. can anyone help me. because im gonna use it on htmleditor on c# desktop application thax before Visit here and you will notice that right above music licensing, there is a little arrow like this: > My markup is clean, there is no extra closing tag anywhere, its strange. When viewing the source, you will not find it, but in firefox, when you highlight a bit of text around it and click view selection source, this comes up. HTML Code: <h1>Contact</h1> > <table border="0"> <tbody><tr> <td width="375"><h3>Music Licensing</h3> How do I remove it??? I'm a complete newbie I have been told to edit a script in html editor on line No. 235. I put the script into an editor and it fills the page as one big paragraph and not in a line format. Is this a common thing Can it be changed? Neil For the site that I am currently in charge of I removed a slideshow because it took too long to load. In it's place i tried to add just a picture, but it will not work. I uploaded the picture to the site, have the correct html, and placed the html where the code for the slideshow used to be but it doesn't appear on the page. It doesn't even give one of those X's to show you the picture isn't loading. Here is some of the code surrounding where I'd like the picture to be. <div id="text6" style="position:absolute; overflow:hidden; left:22px; top:628px; width:929px; height:205px; z-index:5"> <div class="wpmd"> <div><font face="Times New Roman" class="ws16">Mission Statement</font></div> <div><font face="Times New Roman" class="ws16"><BR></font></div> <div><font face="Times New Roman" class="ws16">A collaborative team including individuals impacted by neurological conditions, providers who serve them, members of communities in which they live, advocates, and researchers who investigate these impairments will identify, develop and disseminate information and strategies, and maximize resources to improve outcomes and quality of life. <a href="http://www.karrn.org/SCIRehabProgram.pdf">2010 SCI Rehab Conference Program</a></font></div> <div><font face="Times New Roman" class="ws16"><BR></font></div> </div></div> <div id="shape1" style="position:absolute; overflow:hidden; left:698px; top:248px; width:310px; height:320px; z-index:7"><img border=0 width="100%" height="100%" alt="" src="images/shape3078289.gif"></div> <div id="text5" style="position:absolute; overflow:hidden; left:19px; top:591px; width:238px; height:25px; z-index:8"> <div class="wpmd"> <div><font color="#000000" face="Times New Roman" class="ws18"><B>Welcome to our site</B></font></div> </div></div> The blank area there is where the code for the slideshow was. All I need is a simple picture. Anyone know why it's not working? Thanks ahead of time! Alrighty, I've got div backgrounds that aren't showing up! Some are showing in ie but not in firefox, and some aren't showing anywhere. Here is a screenshot of what I'm experiencing (IE is on the left, firefox on the right) Also, the light blue background around the top nav. should be behind the page content as well (meaning the crappy "multi-monitor mounts" image and the crappier "featured products" text) any help would be appreciated! Thanks |