Jump to content

tissot

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by tissot

  1. tissot

    HTML problem

    show me examples, thanks so much.
  2. tissot

    HTML problem

    When you set up background images in tables with no problem, but if you change the resolution of your monitor to higher, the background images of the tables wont resize, the question is how? I was thinking of making the specific tables to be 100%. background image height = 100% for example but won't that work? Thanks.
  3. tissot

    swapDepths

    what exactly does it do? I seen the definition but I still dont get it.
  4. tissot

    iFrame

    Thanks a lot.
  5. tissot

    iFrame

    Ok, that's ok!Well, in the framed page displaying in the iFrame, there's a code I have <input type="submit" value="Insert record"> That's a button, so when I clicked it, same problem occured.. (like what I said before, If i clicked it.. the page in the iFrame changes to another page in the iFrame without changing teh whole page)so is it possbile to add onclick to that code or something smiliar?thanks
  6. tissot

    iFrame

    FINALLY, IT WORKS I LOVE YOU <333Oh wait, I need a bit help again.from what u said <a href="http://www.google.com" onclick="top.location = this.href">standards click</a> But is there another code with the same method for iFrame in the page, rather than adding that code in the framed page?for example: <iFrame src="newscontent.html" onclick="top.location = this.href">standards click</a>that will occur only if clicked inside the iFrame then the whole page will be change to another page because I have a page that has ASP codes in it and I'm going to use that page in the iFrame
  7. tissot

    iFrame

    Alright, it works but when I clicked a link from the iFrame, it changed the whole page to another page but with the same regular frames (I use regular frames for left and right sides of the page) :SI mean, whats the code to make it no frame when clicking a link from the iFrame?Thanks
  8. tissot

    iFrame

    Thanks so much, I will try it now
  9. tissot

    iFrame

    Hi all!my main page has an iFrame (another page will display in the iFrame)if theres a link in the page from the iFrame, and when i click the link... it changes the page in the iFrame to another, instead of opening a new window or changing the whole page to another by clicking a link in the iFrame, but the question is how? :)hope i make sense to u peeps
  10. tissot

    Conversion

    So its impossbile to add a simple preloader to the image mapping project?
  11. tissot

    Conversion

    It delays when you hover around the animated buttons which is not good, it will become more useless by the sound of it. The animated buttons on the menu use special effect graphics (each animated button has mouseup, down, over and out with effects). A simple preloader is a good idea. thats why i want my site to be more unqiue ;p
  12. tissot

    Warning!

    Yeah, that's one of the reasons why I don't use Anti-Virus or Security programs anymore. I only have webroot spyweeper, which is good enough for me.
  13. I knew that the image isnt big enough for a higher resolution but..what i meant is.. the backup image's size would be 714x1, which will automacially add onto the bottom of the page to glue your resolution so there wont be any gap at all... a lot of backup image will be added (same image, same size). See what i mean? thats probably what i want to achieve.
  14. Lol, that was quick.There you go:http://h1.ripway.com/xelation/
  15. tissot

    Conversion

    I'm fairly new to FLASH, but can you help me with this?You know HTML Image Map? Well, I've made an entirely image (like contents or menu) for mapping, then I've added animated buttons on it. All working so good.. but I want to convert my work into FLASH because I want to add a preloader to my work because it takes slow for my animated buttons on the image map to load.Thx
  16. to recall the function to change images? I dunno, i'm not that good at javascript, mind me ;p.and I dont have a host to link the files to show you, i dont know where to upload.. couldnt think of wherehmm, i have no idea how to fix the problemshave u seen the screenshot? That green gap thing... i dunno how to fix that, and animated button problem too..
  17. i have another problem too..I have done the animated buttons on the entirely image. Whenever I hover a first animated button, it animates.. but if I hover another animated button.. the first animated button stops animating right after i hover the second animated button... how do l stop that from happening? Do l require Flash to do that or .. ?
  18. Ok, I did it. Everything is working good so far.But I have a problem lol..my laptop has a high screen resolution, which has more resolution than the HTML page i have designed using my desktop. When I view the HTML page using my desktop, it looked right but if I view the HTML page using my laptop, it looks wrong.. screenshot from my laptop below.http://img75.imageshack.us/img75/4527/error5md.pngHow can I add a "literally" backup image to replace the green gap thing(the green gap below the table in the HTML page from the screenshot above).. no matter how many resoultions you need to view the HTML page because the backup image will be there. I dunno how exactly to explain.. its like eating food untill your stomach is full, which is the same concept.... in speaking of that, the green gap will be gone because of the backup image
  19. EditedVvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  20. Look at my last post <>---- <html><head><script type="text/javascript">function newImage(arg) { if (document.images ) { rslt = new Image(); rslt.src = arg; return rslt; }}function changeImages() { if (document.images ) { for (var i=0; i<changeImages.arguments.length; i+=2) { document[changeImages.arguments[i]].src = changeImages.arguments[i+1]; } }}// --></script></head><body><table id="Index" width="714" height="600" border="0" cellpadding="0" cellspacing="0"> <tr> <td rowspan="3"> <img src="images/Index_01.gif" width="23" height="600" alt=""></td> <td colspan="2"> <img src="images/Index_02.gif" width="665" height="129" alt=""></td> <td rowspan="3"> <img src="images/Index_03.gif" width="26" height="600" alt=""></td> </tr> <tr> <td colspan="2"> <img src="images/Index_04.gif" width="665" height="30" alt=""></td> </tr> <tr> <td> <img name="buttons" src="images/contents.gif" width="129" height="441" border="0" usemap="#buttons"> </td> <td width="536" height="441" background="images/Index_06.gif"></td> </tr></table><map name="buttons"><area shape="poly" coords="20,53,35,36,78,82,64,99" HREF="home.html" onmouseover="changeImages('index_Layer_18', 'images/index_Layer-18-over.gif'); return true;" onmouseout="changeImages('index_Layer_18', 'images/index_Layer-18-out.gif'); return true;" onmousedown="changeImages('index_Layer_18', 'images/index_Layer-18-over.gif'); return true;" onmouseup="changeImages('index_Layer_18', 'images/index_Layer-18-over.gif'); return true;"></map></body></html>
  21. heres the code. <head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Untitled Document</title><script LANGUAGE="JavaScript">Image1= new Image(133,317)Image1.src = "file:///H|/Unit%2031%20-%20Website%20Development/Pablo-Assignment/Test/Test2/buttons.JPG"Image2 = new Image(133,317)Image2.src = "file:///H|/Unit%2031%20-%20Website%20Development/Pablo-Assignment/Test/Test2/home.JPG"function SwapOut() {document.imageflip.src = Image2.src; return true;}function SwapBack() {document.imageflip.src = Image1.src; return true;}</SCRIPT> </head><body><img src="file:///H|/Unit%2031%20-%20Website%20Development/Pablo-Assignment/Test/Test2/buttons.JPG" width="133" height="317" alt="buttons" usermap="#buttons"><map id="buttons" name="buttons"><area shape="circle" coords="64,65,32" alt="Home" HREF="index.html" onMouseOver="SwapOut()" onMouseOut="SwapBack()"><IMG NAME="imageflip" SRC="file:///H|/Unit%2031%20-%20Website%20Development/Pablo-Assignment/Test/Test2/home.JPG" WIDTH="133" HEIGHT="317" BORDER="0"/></map></body></html> I used some javascript code to change the image only if I hover around the specific area on the image, but it doesnt work.. am l doing something wrong?the correct image mapping code is like this: <AREA SHAPE="RECT" COORDS="340,0 397,18" HREF="/search.cgi"> In HTML speaking, I dont want my image to be linked, only image rollover. So i changed the "HREF" to something like SRC but that didnt work as well.
  22. tissot

    Eh....

    how do you work out the coords?i doubt it will work because if you are going to make animations on the buttons, then the rollover will need the whole button size in order to animate correctly, but that will look mess up with the other rollovers with the buttons.
  23. tissot

    Eh....

    well, I was designing a graphic for the rollovers on the buttonsBascially... when a user hovered any button, then the entirely button will be changed into an over-shadow effect... other buttons will have the same effect too.that does sound impossbile, does it?ill show u.eventually^ looks not right huh? ;/ so its impossbile to make it look right... is it? well, the reason im posting this thread is im wondering if there is any way to make it look right.
  24. tissot

    Images

    Thanks very much, I didn't know the word for that sort of stuff.
  25. tissot

    Images

    Hi, I'm very very very new to JavaScript but I can't seem to find the tutorial based on JavaScript that has to do with changing the images if buttons are clicked.I just want to know how to code that will change the specific image to another if a button is clicked.for examplehttp://news.bbc.co.uk/1/hi/in_pictures/5079824.stmI just want know how 'Back' and 'Next' works too.thx
×
×
  • Create New...