HTML - Help Simply Add A Background Simpleviewer
Hello I was wondering can anyone help me to show where to put a background image at on my simpleviewer page. do i erase the imagepath and simply put backgroundimagepath="back.jpg= thumbpath=""> I just would like to know exactly where to put my jpg. and what to erase?
here is what the script looks like <?xml version="1.0" encoding="UTF-8"?> <simpleviewergallery maxImageWidth="480" maxImageHeight="480" textColor="0xFFFFFF" frameColor="0xFFFFFF" frameWidth="20" stagePadding="40" navPadding="40" thumbnailColumns="3" thumbnailRows="3" navPosition="left" vAlign="center" hAlign="center" title="SimpleViewer Gallery" enableRightClickOpen="true" backgroundImagePath="" imagePath="" thumbPath=""> <image> <filename>banner-1.jpg</filename> <caption><![CDATA[Photomanipulations, Vectors, Cd Design and Logos]]></caption> </image> <image> Similar TutorialsI have a webhosting package bought from Yahoo! Webhosting. I hate dealing with scripts and complicated things so I use a program called Webpage Maker V2 to make my site. For my photo gallery I downloaded SimpleViewer which is a flash photo gallery that all you have to do is insert the pictures and upload it to your site. The thing is I don't know how. I have CuteFTP. The problem is that I upload my site using FTP, then I upload all the files that the simpleviewer included. And then I go try out my site, and everything works exept the photo gallery. in otherwords, how do I upload simpleviewer to my website please help me Ok I need to display all of my friends pictures on his photo page for his new self defense website. Here is how it is now: http://lmiinc.com/LMIinc_photos.html Is there anything sleaker out there to get? It doesnt really look like a nice media player, but just a pop up window right now... Ideas? Hello, I am working on a website and have embedded a Simpleviewer gallery into one of my pages. There is a blank white area under the gallery that I can't make go away. My ultimate goal is to have no need to scroll on the page. Here is a link to the page: http://www.tuckermatthewsphoto.com/a...tomotive1.html Any help is greatly appreciated. This is driving me absolutely nuts. Thanks Question says it al, have a look at the gallery here. Ive made this div, it has a red border.. located at the left top. How to I get it to appear on top of the flash file? SOLVED! SOLUTION: Code: <script type="text/javascript"> var fo = new SWFObject("viewer.swf", "viewer", "100%", "100%", "8", "#181818"); // SIMPLEVIEWER CONFIGURATION OPTIONS // To use an option, uncomment it by removing the "//" at the start of the line // For a description of config options, go to: // http://www.airtightinteractive.com/simpleviewer/options.html //fo.addVariable("xmlDataPath", "gallery.xml"); //fo.addVariable("firstImageIndex", "5"); //fo.addVariable("langOpenImage", "Open Image in New Window"); //fo.addVariable("langAbout", "About"); //fo.addVariable("preloaderColor", "0xFFFFFF"); fo.addParam("wmode", "opaque"); fo.write("flashcontent"); </script> Thank you Mister.E! NEW PROBLEM THOUGH: http://www.htmlforums.com/css/t-easy...tml#post754365 http://www.l2-wow.com/ is the link. As you can see, on a 1027x768 resolution there's this bar that drags into nothing.. nothing is there. I have been all over the HTML/CSS and I can not simply figure out what in the world is doing it. I had to re-do it again because things weren't lining up right when people with higher than 1024x768 resolutions viewed it.. any insight on these issues on what causes them and how to fix them before a computer gets thrown down the stairs? Nevermind: It's been resolved. Apparently I forgot to set the width on the navigation in my first stylesheet and it was making it obnoxiously long for w/e reason. Writing code and being tired don't mix well. What code do I need to place some text in some type of table or container? thanks Is it possible to put a smaller background image on top (like in layers) of my old background image? I have a background image, but I want to put a smaller image on top of that one, but for it to be treated also as background image. This image is a black vertical rectangle, but is faded on the edges to give a transparency, so its a .png. So ultimately what I am trying to do is put this black rectanlge on top of my original background image and with the transparency on the edges of this image, be able to see my original background image. How can I do so? Also what I was thinking was that this faded background would be scaled to fit different screen sizes, so do "width: 75%"? Just so that it ALWAYS stays at 75% no matter what screen size it is viewed on. Is this the right approach towards getting this result? im trying to use a image hosting site to make a image a background for a web site so they can see my idea what would the code look like to make that happen How to insert a background on this site ? http://videosearch.w-b0x.com/ Hi i have an issue with my background not displaying correctly. I know i have not sliced the template etc but i can only assume the same problem will occur when i do. I have set a background image to the page but its not inline with my image background, How would i go about making sure everything is lined up when publishing it? Ive messed around with margins etc but there seems to be a default margin at the top which i cant remove. http://www.banks-twins.biz/testhome.html Thanks. Alex. hey everyone, when im making my website i put something in it then move it up the website to a different position so its where i wnt it. when i move this up my website it leaves a blank space at the bottom. how do i get rid of thisblank space?? the code im using is... <div style="position: relative; top: -300px; left: 200px;"> ive also tryed postioning it in css and its just doing the same thing if someone could please help i would be very grateful thanks Hi, I wanted to use an image for the background of my page, but also have a DIV layer with images that look like they are coming out of it. For some reason though when I set the image as the background, it becomes just a bit brighter. This completely throws off what I'm trying to do because there are elements of the background in the DIV layer image and now the DIV image looks darker than the background ruining the effect. So I've tried to solve the problem by putting this huge background image as a DIV layer and aligning it to top: 0 left: 0. The colors now match. The problem is though that the image is way bigger than the browser window so scrollbars appear on the sides. I don't want this. Can anyone offer a suggestion to either of my problems? Thanks! hi in this site www.muaythaistuff.com they have some tatoo kinda background and i have tried to put this one on my site and it makes a lot of them in one page so my question is how can i set this tatoo image only in the top like in this very site and the rest will be black color? I want to give a division a background image but I'm not sure how to do it. I wrote a code that says: Code: #links { background-image: Graphic1.png } But nothing happened. What am I doing wrong nad how can I fix it? Heres the link Well, It looks fine, unless you view it in full screen, if you view it in full screen you'll notice that the white and grey backgrounds extend along with the main background, I want the white and grey background to stop where the footer is, and the main background (#cccccc) to continue on down. You can use View > Source for the source code (as it's rather big and I'd rather not have something that big in my post) CSS Code: Quote: .leftcolumn{ width:273px; padding-left:9px; padding-bottom:20px; background: #F1F1F1; float:left; text-align:left; } .rightcolumn{ width:503px; float:right; text-align:left; } left column = grey column right column = white column Okay, I have this background image...it's fine and dandy...but I want the stripes on the left side to continue to go down the page if more information is put on the page and it not stop at where it does on the page. I can't repeat it because THE EXOTIC ZOO will be repeated too down the page. Any suggestions of what to do? Here is the page I'm talking about: http://thexoticzoo.webs.com/rats.html I'd like to have a scaling background like on this site: www.burton.com I'm using DreamWeaver, is this possible? P.S., I'd also like to build a scaling x-y navbar like they have on that site if it's possible. Thanks in advance! Hey all Ok i wasnt sure wether to put this in html or css but i decided to put it here and hpe for the best. Ok , I have set a background color and a background image which all works well. Except that when i insert the banner it isnt at the top of the screen it is about a cm down from the top. This is because of the background image but im not sure how to fix it. Thankyou in advance, Jake. nevermind... Thank you for helping and this site is awesome! Take care... Ryan I've just put up a new page - mbccc.net - and I've used a picture, a .jpg image file, for the background. Sometimes it displays alright but sometimes it doesn't - sometimes it begins to 'tile' at the edge. When I view the page in my IIS on localhost it always does that. When I view it in my html editor - NVU - it always does it. My question is why does it do that and what can I do to prevent it? The picture is 196kB .jpg of 1024 x 768 pixels. I've been viewing in Firefox, what it does in other browsers I don't know. What should we do if we want to use pictures for background? regards, ab |