HTML - How To Change Presentation Of Background
I am doing a little updating on one of my sites, and I found a nice template to work with. The problem I have with it is, it is a jpeg and when I view it with the broswer the little save-print-view icon pops up and looks like junk. Is there any way to disable the {template?} or whatever so that it works without this happining?
Thanks, Majik Similar TutorialsThis may be tha wrong place, but where else. I want to know why, in a page that is pure HTML and CSS, the font used in displaying the page under Firefox differs greatly from the same page uploaded and accessed over the Net via Firefox? The font size differs significantly between the two presentations. Hello all! I have a question that I'm hoping someone can help me with... I want to create a rollover image that behaves very specially. I have a smaller image that is like the "enter button" for the site. I want it to work like this: When you mouse over the "enter button" it changes the background image like a rollover. It doesn't have to actually change the background image... I will be happy if it just makes a rollover and the second image is centered on the page like the background image. I basically want it to be that when you mouse over the enter button it looks like the background image changes. Since the enter button is small and the background image is large, it doesn't look right when I do it. Will someone please tell me if you know a way to do this? Thank you so much! I will really appreciate it. Shei <3 hi guys. i want to change the background image of a div when the user selects a football team from a dropdown select box. here's my code: Code: function changeDivImageArsenal() { var imgPath = new String(); imgPath = document.getElementById("right_box").style.backgroundImage; if(imgPath == "url(images/blackburn.jpg)" || imgPath == "") { document.getElementById("right_box").style.backgroundImage = "url(images/arsenal.jpg)"; } } function changeDivImageBlackburn() { var imgPath = new String(); imgPath = document.getElementById("right_box").style.backgroundImage; if(imgPath == "url(images/arsenal.jpg)" || imgPath == "") { document.getElementById("right_box").style.backgroundImage = "url(images/blackburn.jpg)"; } } thats fine and works if i just have 2 different images. but if i want to have 20 different selections, what do i write in the 'if' statement? thanks in advance I've seen it done, but probably not in html. Every time the page is reloaded, the background colour within certain areas of the page will change to one of a series of pre-set colours. Usually this is all background divs or table cells that have been earmarked for this colour change, but how on earth do you set that up in html? Any ideas? hi; i want to create something like this http://www.microsoft.com/en/us/default.aspx need to do exactly as in this site how can i do that.... ; any script (when mouse is over needs to change the iframe....) Highlights Latest releases Using your computer 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? Hey, I wanna know how to change a URL in a Popup and what I need to do. say I have a website domain name "mrcrans.com" and I made a popup it would show "mrcrans.com" is there a way I can make it so it says another url? thanks This is kind of hard to explain so I hope you stay with me. I have a site and everytime you navigate to a page everything is loaded. The same images the same background everything. So I firgured to help save the load time of pages I would make a frameset. Since the Only thing the on my site that changes is one layer with new text. Unfortunately, the frameset won't work. I use hidden layers as a drop down navigation for a few buttons when you hover over them. So if I were to use a framset the layer would then drop down but the mainframe would cover up the drop down navigation (which is a layer). I tried figuring out to get a layer to show up over all frames but I had no luck. I also messed around with z index but that still didnt work. So my question is... is it possible to get a layer to change but not the entire page? Here is the site, www.griffithband.com If you look you will see that layer17 is the only layer that changes. Is there a way to get that to be the only thing to change when going to a new page rather then the entire page? Layers 31, 30, and 29 are the drop down navigation, and the reason why I cannot use the frameset as they will not show becuase they go underneath the mainframe. I'm in no way very fluent with any coding. I only work on this site and thats it. Thanks in advance. In my website there is an option of font size and when click it will change the font of all the text on that page according to the font the user pick.... how will I do that? Hello, I have a quicktime that I turn into a flash file then into an swf for our website. It plays out beautifully except I have two problems, I need it to link to another page when clicked and I need the mouse to change to the hand icon when hovering over it. I as able to figure out the link part for most browsers except Internet Explorer. Any advice on how to get the icon to change for an swf file and hopefully think link for internet explorer. thanks for your time kevin Ok, right, so I have some pictures in a table (Question1) and some text (Question2). Question 1 Is there a way of having a loading picture before the original image shows up? Question 2 Is there a way of having a loading picture before the text shows? This is only 'cause i would like some text that 'kinda looks like it's loading first, or a delay. I have an 'Agree' box on my website so that when people enter, they have to agree to certain terms first. Is there a way of having a checkbox underneath saying 'Do not show me this page again.' and when they select that, it stores a cookie or something so that they don't see the page again? The site: http://www.tc-ua.piczo.com/ Give me your comments and ideas. Thanks; ToshNeox Is there any type of tool that will help me change tables to divs. I have found a template I like but it uses tables. Since I do not know much about tables it is confusing. Or lacking a program that will help me maybe someone would explain it to me. Is there a tuterail that will help me. If I am right I should be able to get all this stuff into css. heres the first table. mother of the bride dress discount wedding dress mother of the groom dress I have a drop down box with a few items that can be selected. <select name="id_products" id="id_products"> <option value="CHOOSE ONE">CHOOSE ONE...</option> <option value="Bundle 1">Bundle #1 ($5795)</option> <option value="Bundle 2">Bundle #2 ($5495)</option> <option value="Bundle 3">Bundle #3 ($5295)</option> </select> When an item is selected and the Submit button is clicked, the form POSTS to FormMail.php which sends me an email with the value of "id_products". What I want to do is to expand on what the "Bundles" are before sending by email. For example, if "Bundle 2" is selected, then "id_products" equals "Bundle 2". I want to check what "id_products" is before sending this off to the FormMail.php and change it to something more descriptive, like: If id_products = "Bundle 2" then id_products = "Mustang $495 Pinto $23 Chevy $1200" So instead of receiving for id_products "Bundle 2" by email, I get... Mustang $495 Pinto $23 Chevy $1200 ... instead. Can this be done? Thanks. Webbiz Hi all! I have two <select>, and, depending on what the user selects in the first one changes the options in the second. For example is the 1st <select> is HONDA, the 2nd <select> will automatically become a list of: ACCORD, CIVIC, etc. But it the 1st is FORD, the 2nd automatically has a list of F-150, MUSTANG, etc -- when the user views it. Is this done in just HTML or do I need a different scripting? If so, would you tell me where I should look? Much appreciated! Ok, I dont know what its called, but you know that little 16x16 picture that appears before the URL in the address box? That little image that appears next to the lnks in your favorites? How do you change that? Hi: This morning I changed an old image on my website to a NEW image. No names were changed in my Main Page. Still the same old src=etc, etc However, after 20 minutes, the *old* image is still displaying. Even though I only have the *new* image on my apache Webserver !! *Who* keeps this old image and where do they keep it ? I'm very puzzled ! Can anyone explain this please ? Thank you. -Mel Smith hi all how do i change color for this code its for php tags Code: echo 'Not bad, you scored average'; i want it to be red thanks I am working on a Table of Contents generator. All is working as it should, however, I am using nested <ul>s for the TOC and the default indenting is way too much for my purposes. I am currently using: <ul style="margin-left:-2em"> to get approximately what I need. This works on IE9 and the latest FireFox. It does Not get the desired effect in my development environment (Visual Studio). In the dev env, the entries slide too far to the left - almost off the page. Since VS is using an older (somewhat modified) version of the IE API, I fear that my TOC will look like garbage on at least some other browsers. I am looking for any suggestions to get the desired effect on all likely browsers. In fact, a suggestion that says - "here is a nice free TOC generator with a Windows API" would be just great. I don't if this is HTML, but if anyone knows the answers could you please help me. Okay, this are two codes: the facebook share box so people could share my blog's post on their facebook, and the other one is a twitter tweet code. The problem is that I am trying to make the twitter tweet button to show up at the front of the facebook share box; but it doesn't matter in what order I put the code, the facebook share box is always showinh up before the twitter tweet button. Does any one knows how to solve this problem? This is the facebook share box code: Quote: <a name="fb_share" type="box_count" share_url="<?php the_permalink() ?>" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script> and this is the code for twitter tweet: Quote: <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> <a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink(); ?>" data-via="" data-text="<?php the_title(); ?>" data-count="vertical">Tweet</a> No if I put this two codes together like this, you can see that I put the twitter code first and then the facebook code, so the tweet button should should up first and then the facebook code. But for some reason, it doesn't matter what code I put first, the facebok share box keeps showing up in front of the tweet button. Quote: <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> <a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink(); ?>" data-via="" data-text="<?php the_title(); ?>" data-count="vertical">Tweet</a><script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> <a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink(); ?>" data-via="" data-text="<?php the_title(); ?>" data-count="vertical">Tweet</a> Thanks in advance to anyone who tries to help me. Hi guys, I'm quite new to web programming and due to my current project, I need the title of the web page to be shown in a custom font. I mean the font that is shown in the tab of a browser. Is it possible to change the title style? For the body part, I use fontface css and it works fine. But I couldn't change the font of the title. Please help. Thanks in advance. This is how it looks like The unicode font in the body part works great but I can't use the same fontface to display in the title part. |